Step back versions to 0.x to signal non-finished status

This commit is contained in:
Fredrik Adelöw
2020-03-10 11:20:10 +01:00
parent 23d94c629d
commit 17a9e71e96
6 changed files with 15 additions and 14 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
{
"name": "@spotify-backstage/plugin-home-page",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"devDependencies": {
"@spotify-backstage/cli": "^1.2.0",
"@spotify-backstage/core": "1.0.0",
"@spotify-backstage/cli": "^0.1.0",
"@spotify-backstage/core": "^0.1.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@spotify-backstage/plugin-welcome",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"license": "Apache-2.0",
@@ -11,7 +11,8 @@
"test": "backstage-cli plugin:test"
},
"devDependencies": {
"@spotify-backstage/cli": "^1.2.0"
"@spotify-backstage/core": "^0.1.0",
"@spotify-backstage/cli": "^0.1.0"
},
"dependencies": {
"@material-ui/lab": "4.0.0-alpha.45"