Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-08-02 08:43:23 +00:00
parent 536c58a5e2
commit f762386d48
104 changed files with 739 additions and 158 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-scaffolder
## 1.5.0-next.1
### Minor Changes
- c4b452e16a: Starting the implementation of the Wizard page for the `next` scaffolder plugin
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.10.1-next.1
- @backstage/plugin-catalog-common@1.0.5-next.0
- @backstage/integration@1.3.0-next.1
- @backstage/plugin-catalog-react@1.1.3-next.1
## 1.4.1-next.0
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder",
"description": "The Backstage plugin that helps you create new things",
"version": "1.4.1-next.0",
"version": "1.5.0-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -38,13 +38,13 @@
"@backstage/catalog-client": "^1.0.4",
"@backstage/catalog-model": "^1.1.0",
"@backstage/config": "^1.0.1",
"@backstage/core-components": "^0.10.1-next.0",
"@backstage/core-components": "^0.10.1-next.1",
"@backstage/core-plugin-api": "^1.0.5-next.0",
"@backstage/errors": "^1.1.0",
"@backstage/integration": "^1.3.0-next.0",
"@backstage/integration": "^1.3.0-next.1",
"@backstage/integration-react": "^1.1.3-next.0",
"@backstage/plugin-catalog-common": "^1.0.4",
"@backstage/plugin-catalog-react": "^1.1.3-next.0",
"@backstage/plugin-catalog-common": "^1.0.5-next.0",
"@backstage/plugin-catalog-react": "^1.1.3-next.1",
"@backstage/plugin-permission-react": "^0.4.4-next.0",
"@backstage/plugin-scaffolder-common": "^1.1.2",
"@backstage/theme": "^0.2.16",
@@ -83,7 +83,7 @@
"@backstage/cli": "^0.18.1-next.0",
"@backstage/core-app-api": "^1.0.5-next.0",
"@backstage/dev-utils": "^1.0.5-next.0",
"@backstage/plugin-catalog": "^1.5.0-next.0",
"@backstage/plugin-catalog": "^1.5.0-next.1",
"@backstage/test-utils": "^1.1.3-next.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",