chore: Prep 1.0.0-alpha.1 release

pull/28/head
Boaz Poolman 2021-11-30 09:50:22 +01:00
parent 99a6d46777
commit f167e664e3
3 changed files with 5084 additions and 769 deletions

View File

@ -74,7 +74,7 @@ Complete installation requirements are the exact same as for Strapi itself and c
**Supported Strapi versions**:
- Strapi ^4.0.0-beta.14 (recently tested)
- Strapi 4.0.0 (recently tested)
- Strapi ^4.x
- Strapi ^3.4.x (use `strapi-plugin-config-sync@0.1.6`)

View File

@ -1,6 +1,6 @@
{
"name": "strapi-plugin-config-sync",
"version": "0.1.6",
"version": "1.0.0-alpha.1",
"description": "CLI & GUI for syncing config data across environments.",
"strapi": {
"displayName": "Config Sync",
@ -48,11 +48,11 @@
],
"devDependencies": {
"@fortawesome/react-fontawesome": "^0.1.16",
"@strapi/design-system": "0.0.1-alpha.67",
"@strapi/helper-plugin": "4.0.0-beta.14",
"@strapi/icons": "0.0.1-alpha.67",
"@strapi/strapi": "^4.0.0-beta.14",
"@strapi/utils": "4.0.0-beta.14",
"@strapi/design-system": "0.0.1-alpha.70",
"@strapi/helper-plugin": "4.0.0",
"@strapi/icons": "0.0.1-alpha.70",
"@strapi/strapi": "^4.0.0",
"@strapi/utils": "4.0.0",
"babel-eslint": "9.0.0",
"codecov": "^3.8.3",
"eslint": "^5.16.0",

5839
yarn.lock

File diff suppressed because it is too large Load Diff