Merge pull request #496 from spotify/rugvip/release

Release v0.1.1-alpha.2
This commit is contained in:
Patrik Oldsberg
2020-04-07 13:37:06 +02:00
committed by GitHub
7 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -5,5 +5,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.1.1-alpha.1"
"version": "0.1.1-alpha.2"
}
+5 -5
View File
@@ -1,12 +1,12 @@
{
"name": "example-app",
"version": "0.1.1-alpha.1",
"version": "0.1.1-alpha.2",
"private": true,
"dependencies": {
"@backstage/cli": "^0.1.1-alpha.1",
"@backstage/core": "^0.1.1-alpha.1",
"@backstage/plugin-home-page": "^0.1.1-alpha.1",
"@backstage/plugin-welcome": "^0.1.1-alpha.1",
"@backstage/cli": "^0.1.1-alpha.2",
"@backstage/core": "^0.1.1-alpha.2",
"@backstage/plugin-home-page": "^0.1.1-alpha.2",
"@backstage/plugin-welcome": "^0.1.1-alpha.2",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.1.1-alpha.1",
"version": "0.1.1-alpha.2",
"private": false,
"publishConfig": {
"access": "public"
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core",
"description": "Core API used by Backstage plugins and apps",
"version": "0.1.1-alpha.1",
"version": "0.1.1-alpha.2",
"private": false,
"publishConfig": {
"access": "public"
@@ -41,7 +41,7 @@
"recompose": "0.30.0"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.1",
"@backstage/cli": "^0.1.1-alpha.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "0.1.1-alpha.1",
"version": "0.1.1-alpha.2",
"description": "Storybook build for core package",
"private": true,
"scripts": {
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-home-page",
"version": "0.1.1-alpha.1",
"version": "0.1.1-alpha.2",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
@@ -11,8 +11,8 @@
"test": "backstage-cli test"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.1",
"@backstage/core": "^0.1.1-alpha.1",
"@backstage/cli": "^0.1.1-alpha.2",
"@backstage/core": "^0.1.1-alpha.2",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4",
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-welcome",
"version": "0.1.1-alpha.1",
"version": "0.1.1-alpha.2",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"private": true,
@@ -11,8 +11,8 @@
"test": "backstage-cli test"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.1",
"@backstage/core": "^0.1.1-alpha.1",
"@backstage/cli": "^0.1.1-alpha.2",
"@backstage/core": "^0.1.1-alpha.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",