chore: Prep 1.0.0-alpha.1 release
parent
99a6d46777
commit
f167e664e3
|
@ -74,7 +74,7 @@ Complete installation requirements are the exact same as for Strapi itself and c
|
||||||
|
|
||||||
**Supported Strapi versions**:
|
**Supported Strapi versions**:
|
||||||
|
|
||||||
- Strapi ^4.0.0-beta.14 (recently tested)
|
- Strapi 4.0.0 (recently tested)
|
||||||
- Strapi ^4.x
|
- Strapi ^4.x
|
||||||
- Strapi ^3.4.x (use `strapi-plugin-config-sync@0.1.6`)
|
- Strapi ^3.4.x (use `strapi-plugin-config-sync@0.1.6`)
|
||||||
|
|
||||||
|
|
12
package.json
12
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "strapi-plugin-config-sync",
|
"name": "strapi-plugin-config-sync",
|
||||||
"version": "0.1.6",
|
"version": "1.0.0-alpha.1",
|
||||||
"description": "CLI & GUI for syncing config data across environments.",
|
"description": "CLI & GUI for syncing config data across environments.",
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"displayName": "Config Sync",
|
"displayName": "Config Sync",
|
||||||
|
@ -48,11 +48,11 @@
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@fortawesome/react-fontawesome": "^0.1.16",
|
"@fortawesome/react-fontawesome": "^0.1.16",
|
||||||
"@strapi/design-system": "0.0.1-alpha.67",
|
"@strapi/design-system": "0.0.1-alpha.70",
|
||||||
"@strapi/helper-plugin": "4.0.0-beta.14",
|
"@strapi/helper-plugin": "4.0.0",
|
||||||
"@strapi/icons": "0.0.1-alpha.67",
|
"@strapi/icons": "0.0.1-alpha.70",
|
||||||
"@strapi/strapi": "^4.0.0-beta.14",
|
"@strapi/strapi": "^4.0.0",
|
||||||
"@strapi/utils": "4.0.0-beta.14",
|
"@strapi/utils": "4.0.0",
|
||||||
"babel-eslint": "9.0.0",
|
"babel-eslint": "9.0.0",
|
||||||
"codecov": "^3.8.3",
|
"codecov": "^3.8.3",
|
||||||
"eslint": "^5.16.0",
|
"eslint": "^5.16.0",
|
||||||
|
|
Loading…
Reference in New Issue