@backstage/plugin-scaffolder-react 1.5.2-next.1 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @backstage/plugin-scaffolder-react
2
2
 
3
+ ## 1.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - ba9ee98a37bd: Fixed bug in Workflow component by passing a prop `templateName` down to Stepper component.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.13.4
10
+ - @backstage/plugin-catalog-react@1.8.1
11
+ - @backstage/plugin-scaffolder-common@1.4.0
12
+ - @backstage/core-plugin-api@1.5.3
13
+ - @backstage/catalog-client@1.4.3
14
+ - @backstage/catalog-model@1.4.1
15
+ - @backstage/errors@1.2.1
16
+ - @backstage/theme@0.4.1
17
+ - @backstage/types@1.1.0
18
+ - @backstage/version-bridge@1.0.4
19
+
3
20
  ## 1.5.2-next.1
4
21
 
5
22
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
- "version": "1.5.2-next.1",
3
+ "version": "1.5.2",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
3
  "description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
4
- "version": "1.5.2-next.1",
4
+ "version": "1.5.2",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -45,11 +45,11 @@
45
45
  "dependencies": {
46
46
  "@backstage/catalog-client": "^1.4.3",
47
47
  "@backstage/catalog-model": "^1.4.1",
48
- "@backstage/core-components": "^0.13.4-next.0",
48
+ "@backstage/core-components": "^0.13.4",
49
49
  "@backstage/core-plugin-api": "^1.5.3",
50
50
  "@backstage/errors": "^1.2.1",
51
- "@backstage/plugin-catalog-react": "^1.8.1-next.1",
52
- "@backstage/plugin-scaffolder-common": "^1.3.2",
51
+ "@backstage/plugin-catalog-react": "^1.8.1",
52
+ "@backstage/plugin-scaffolder-common": "^1.4.0",
53
53
  "@backstage/theme": "^0.4.1",
54
54
  "@backstage/types": "^1.1.0",
55
55
  "@backstage/version-bridge": "^1.0.4",
@@ -85,11 +85,11 @@
85
85
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
86
86
  },
87
87
  "devDependencies": {
88
- "@backstage/cli": "^0.22.10-next.1",
89
- "@backstage/core-app-api": "^1.9.1-next.0",
90
- "@backstage/plugin-catalog": "^1.12.1-next.2",
88
+ "@backstage/cli": "^0.22.10",
89
+ "@backstage/core-app-api": "^1.9.1",
90
+ "@backstage/plugin-catalog": "^1.12.1",
91
91
  "@backstage/plugin-catalog-common": "^1.0.15",
92
- "@backstage/test-utils": "^1.4.2-next.0",
92
+ "@backstage/test-utils": "^1.4.2",
93
93
  "@testing-library/dom": "^8.0.0",
94
94
  "@testing-library/jest-dom": "^5.10.1",
95
95
  "@testing-library/react": "^12.1.3",