Version Packages

This commit is contained in:
github-actions[bot]
2021-12-09 12:02:28 +00:00
parent 531f9777f0
commit 9068128fd8
206 changed files with 1667 additions and 963 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-scaffolder
## 0.11.14
### Patch Changes
- 6845cce533: Can specify allowedOwners to the RepoUrlPicker picker in a template definition
- cd450844f6: Moved React dependencies to `peerDependencies` and allow both React v16 and v17 to be used.
- 2edcf7738f: Fix bug with setting owner in RepoUrlPicker causing validation failure
- b291c3176e: Switch to using `LogViewer` component from `@backstage/core-components` to display scaffolder logs.
- Updated dependencies
- @backstage/core-components@0.8.0
- @backstage/core-plugin-api@0.3.0
- @backstage/integration-react@0.1.15
- @backstage/plugin-catalog-react@0.6.5
## 0.11.13
### Patch Changes
+10 -10
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder",
"description": "The Backstage plugin that helps you create new things",
"version": "0.11.13",
"version": "0.11.14",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,12 +34,12 @@
"@backstage/catalog-client": "^0.5.2",
"@backstage/catalog-model": "^0.9.7",
"@backstage/config": "^0.1.11",
"@backstage/core-components": "^0.7.6",
"@backstage/core-plugin-api": "^0.2.2",
"@backstage/core-components": "^0.8.0",
"@backstage/core-plugin-api": "^0.3.0",
"@backstage/errors": "^0.1.5",
"@backstage/integration": "^0.6.10",
"@backstage/integration-react": "^0.1.14",
"@backstage/plugin-catalog-react": "^0.6.4",
"@backstage/integration-react": "^0.1.15",
"@backstage/plugin-catalog-react": "^0.6.5",
"@backstage/theme": "^0.2.14",
"@backstage/types": "^0.1.1",
"@material-ui/core": "^4.12.2",
@@ -66,11 +66,11 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/plugin-catalog": "^0.7.3",
"@backstage/cli": "^0.10.0",
"@backstage/core-app-api": "^0.1.24",
"@backstage/dev-utils": "^0.2.13",
"@backstage/test-utils": "^0.1.23",
"@backstage/plugin-catalog": "^0.7.4",
"@backstage/cli": "^0.10.1",
"@backstage/core-app-api": "^0.2.0",
"@backstage/dev-utils": "^0.2.14",
"@backstage/test-utils": "^0.1.24",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",