Version Packages

This commit is contained in:
github-actions[bot]
2021-09-09 14:47:05 +00:00
parent 7e88bea17d
commit 866ec85375
104 changed files with 616 additions and 482 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-scaffolder
## 0.11.3
### Patch Changes
- c299e90a2: Disable all buttons in the final step when 'Create' button is clicked in template.
- 3acf5988f: Fix display error when it fails to load a template (/create) page
- Updated dependencies
- @backstage/core-components@0.4.1
- @backstage/catalog-client@0.3.19
- @backstage/catalog-model@0.9.2
- @backstage/errors@0.1.2
- @backstage/config@0.1.9
- @backstage/core-plugin-api@0.1.7
## 0.11.2
### Patch Changes
+10 -10
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder",
"version": "0.11.2",
"version": "0.11.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,12 +30,12 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-client": "^0.3.18",
"@backstage/catalog-model": "^0.9.1",
"@backstage/config": "^0.1.7",
"@backstage/core-components": "^0.4.0",
"@backstage/core-plugin-api": "^0.1.6",
"@backstage/errors": "^0.1.1",
"@backstage/catalog-client": "^0.3.19",
"@backstage/catalog-model": "^0.9.2",
"@backstage/config": "^0.1.9",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/errors": "^0.1.2",
"@backstage/integration": "^0.6.3",
"@backstage/integration-react": "^0.1.8",
"@backstage/plugin-catalog-react": "^0.4.5",
@@ -63,9 +63,9 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
"@backstage/cli": "^0.7.10",
"@backstage/core-app-api": "^0.1.11",
"@backstage/dev-utils": "^0.2.8",
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",