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
+5 -5
View File
@@ -1,14 +1,14 @@
{
"name": "@spotify-backstage/app",
"version": "0.1.0",
"version": "0.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@spotify-backstage/cli": "^1.2.0",
"@spotify-backstage/core": "1.0.0",
"@spotify-backstage/plugin-home-page": "0.0.0",
"@spotify-backstage/plugin-welcome": "0.0.0",
"@spotify-backstage/cli": "^0.1.0",
"@spotify-backstage/core": "^0.1.0",
"@spotify-backstage/plugin-home-page": "^0.1.0",
"@spotify-backstage/plugin-welcome": "^0.1.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",