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

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.8.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 9156654: Capturing more event clicks for scaffolder
8
+ - 0040ec2: Updated dependency `@rjsf/utils` to `5.18.2`.
9
+ Updated dependency `@rjsf/core` to `5.18.2`.
10
+ Updated dependency `@rjsf/material-ui` to `5.18.2`.
11
+ Updated dependency `@rjsf/validator-ajv8` to `5.18.2`.
12
+ - Updated dependencies
13
+ - @backstage/plugin-scaffolder-common@1.5.2
14
+ - @backstage/core-components@0.14.7
15
+ - @backstage/catalog-model@1.5.0
16
+ - @backstage/plugin-catalog-react@1.12.0
17
+ - @backstage/theme@0.5.4
18
+ - @backstage/catalog-client@1.6.5
19
+
3
20
  ## 1.8.5-next.2
4
21
 
5
22
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
- "version": "1.8.5-next.2",
3
+ "version": "1.8.5",
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
- "version": "1.8.5-next.2",
3
+ "version": "1.8.5",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -48,13 +48,13 @@
48
48
  "test": "backstage-cli package test"
49
49
  },
50
50
  "dependencies": {
51
- "@backstage/catalog-client": "^1.6.5-next.0",
52
- "@backstage/catalog-model": "^1.5.0-next.0",
53
- "@backstage/core-components": "^0.14.7-next.2",
51
+ "@backstage/catalog-client": "^1.6.5",
52
+ "@backstage/catalog-model": "^1.5.0",
53
+ "@backstage/core-components": "^0.14.7",
54
54
  "@backstage/core-plugin-api": "^1.9.2",
55
- "@backstage/plugin-catalog-react": "^1.12.0-next.2",
56
- "@backstage/plugin-scaffolder-common": "^1.5.2-next.1",
57
- "@backstage/theme": "^0.5.4-next.0",
55
+ "@backstage/plugin-catalog-react": "^1.12.0",
56
+ "@backstage/plugin-scaffolder-common": "^1.5.2",
57
+ "@backstage/theme": "^0.5.4",
58
58
  "@backstage/types": "^1.1.1",
59
59
  "@backstage/version-bridge": "^1.0.8",
60
60
  "@material-ui/core": "^4.12.2",
@@ -82,11 +82,11 @@
82
82
  "zod-to-json-schema": "^3.20.4"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/cli": "^0.26.5-next.1",
86
- "@backstage/core-app-api": "^1.12.4",
87
- "@backstage/plugin-catalog": "^1.20.0-next.2",
88
- "@backstage/plugin-catalog-common": "^1.0.23-next.0",
89
- "@backstage/test-utils": "^1.5.5-next.0",
85
+ "@backstage/cli": "^0.26.5",
86
+ "@backstage/core-app-api": "^1.12.5",
87
+ "@backstage/plugin-catalog": "^1.20.0",
88
+ "@backstage/plugin-catalog-common": "^1.0.23",
89
+ "@backstage/test-utils": "^1.5.5",
90
90
  "@testing-library/dom": "^10.0.0",
91
91
  "@testing-library/jest-dom": "^6.0.0",
92
92
  "@testing-library/react": "^15.0.0",