@backstage/plugin-scaffolder-react 1.8.1-next.2 → 1.8.1

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,26 @@
1
1
  # @backstage/plugin-scaffolder-react
2
2
 
3
+ ## 1.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 930b5c1: Added 'root' and 'label' class key to TemplateCategoryPicker
8
+ - 6d649d2: Updated dependency `flatted` to `3.3.1`.
9
+ - 0cecb09: Updated dependency `@rjsf/utils` to `5.17.1`.
10
+ Updated dependency `@rjsf/core` to `5.17.1`.
11
+ Updated dependency `@rjsf/material-ui` to `5.17.1`.
12
+ Updated dependency `@rjsf/validator-ajv8` to `5.17.1`.
13
+ - Updated dependencies
14
+ - @backstage/core-components@0.14.1
15
+ - @backstage/theme@0.5.2
16
+ - @backstage/plugin-catalog-react@1.11.0
17
+ - @backstage/catalog-client@1.6.1
18
+ - @backstage/catalog-model@1.4.5
19
+ - @backstage/core-plugin-api@1.9.1
20
+ - @backstage/types@1.1.1
21
+ - @backstage/version-bridge@1.0.7
22
+ - @backstage/plugin-scaffolder-common@1.5.1
23
+
3
24
  ## 1.8.1-next.2
4
25
 
5
26
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
- "version": "1.8.1-next.2",
3
+ "version": "1.8.1",
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.8.1-next.2",
4
+ "version": "1.8.1",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -44,13 +44,13 @@
44
44
  "start": "backstage-cli package start"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/catalog-client": "^1.6.1-next.1",
48
- "@backstage/catalog-model": "^1.4.5-next.0",
49
- "@backstage/core-components": "^0.14.1-next.2",
50
- "@backstage/core-plugin-api": "^1.9.1-next.1",
51
- "@backstage/plugin-catalog-react": "^1.11.0-next.2",
52
- "@backstage/plugin-scaffolder-common": "^1.5.1-next.1",
53
- "@backstage/theme": "^0.5.2-next.0",
47
+ "@backstage/catalog-client": "^1.6.1",
48
+ "@backstage/catalog-model": "^1.4.5",
49
+ "@backstage/core-components": "^0.14.1",
50
+ "@backstage/core-plugin-api": "^1.9.1",
51
+ "@backstage/plugin-catalog-react": "^1.11.0",
52
+ "@backstage/plugin-scaffolder-common": "^1.5.1",
53
+ "@backstage/theme": "^0.5.2",
54
54
  "@backstage/types": "^1.1.1",
55
55
  "@backstage/version-bridge": "^1.0.7",
56
56
  "@material-ui/core": "^4.12.2",
@@ -83,11 +83,11 @@
83
83
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
84
84
  },
85
85
  "devDependencies": {
86
- "@backstage/cli": "^0.25.3-next.2",
87
- "@backstage/core-app-api": "^1.12.1-next.1",
88
- "@backstage/plugin-catalog": "^1.18.0-next.2",
89
- "@backstage/plugin-catalog-common": "^1.0.22-next.1",
90
- "@backstage/test-utils": "^1.5.1-next.1",
86
+ "@backstage/cli": "^0.26.0",
87
+ "@backstage/core-app-api": "^1.12.1",
88
+ "@backstage/plugin-catalog": "^1.18.0",
89
+ "@backstage/plugin-catalog-common": "^1.0.22",
90
+ "@backstage/test-utils": "^1.5.1",
91
91
  "@testing-library/dom": "^9.0.0",
92
92
  "@testing-library/jest-dom": "^6.0.0",
93
93
  "@testing-library/react": "^14.0.0",