@backstage/plugin-scaffolder-react 1.13.2 → 1.13.3-next.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,16 +1,40 @@
1
1
  # @backstage/plugin-scaffolder-react
2
2
 
3
- ## 1.13.2
3
+ ## 1.13.3-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - e2f94f7: Fix issue with `Stepper` and trying to trim additional properties. This is now all behind `liveOmit` and `omitExtraData` instead.
7
+ - Updated dependencies
8
+ - @backstage/theme@0.6.1-next.0
9
+ - @backstage/catalog-client@1.8.0-next.0
10
+ - @backstage/catalog-model@1.7.0
11
+ - @backstage/core-components@0.16.0-next.1
12
+ - @backstage/core-plugin-api@1.10.0
13
+ - @backstage/frontend-plugin-api@0.9.1-next.1
14
+ - @backstage/types@1.1.1
15
+ - @backstage/version-bridge@1.0.10
16
+ - @backstage/plugin-catalog-react@1.14.1-next.1
17
+ - @backstage/plugin-permission-react@0.4.27
18
+ - @backstage/plugin-scaffolder-common@1.5.6
8
19
 
9
- ## 1.13.1
20
+ ## 1.13.2-next.0
10
21
 
11
22
  ### Patch Changes
12
23
 
13
- - 42ef107: Fix issue with form state not refreshing when updating
24
+ - 8b5ff7e: Fix issue with form state not refreshing when updating
25
+ - ade301c: Fix issue with `Stepper` and trying to trim additional properties. This is now all behind `liveOmit` and `omitExtraData` instead.
26
+ - Updated dependencies
27
+ - @backstage/core-components@0.16.0-next.0
28
+ - @backstage/catalog-client@1.8.0-next.0
29
+ - @backstage/catalog-model@1.7.0
30
+ - @backstage/core-plugin-api@1.10.0
31
+ - @backstage/frontend-plugin-api@0.9.1-next.0
32
+ - @backstage/theme@0.6.0
33
+ - @backstage/types@1.1.1
34
+ - @backstage/version-bridge@1.0.10
35
+ - @backstage/plugin-catalog-react@1.14.1-next.0
36
+ - @backstage/plugin-permission-react@0.4.27
37
+ - @backstage/plugin-scaffolder-common@1.5.6
14
38
 
15
39
  ## 1.13.0
16
40
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react__alpha",
3
- "version": "1.13.2",
3
+ "version": "1.13.3-next.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
- "version": "1.13.2",
3
+ "version": "1.13.3-next.1",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -57,17 +57,17 @@
57
57
  "test": "backstage-cli package test"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/catalog-client": "^1.7.1",
61
- "@backstage/catalog-model": "^1.7.0",
62
- "@backstage/core-components": "^0.15.1",
63
- "@backstage/core-plugin-api": "^1.10.0",
64
- "@backstage/frontend-plugin-api": "^0.9.0",
65
- "@backstage/plugin-catalog-react": "^1.14.0",
66
- "@backstage/plugin-permission-react": "^0.4.27",
67
- "@backstage/plugin-scaffolder-common": "^1.5.6",
68
- "@backstage/theme": "^0.6.0",
69
- "@backstage/types": "^1.1.1",
70
- "@backstage/version-bridge": "^1.0.10",
60
+ "@backstage/catalog-client": "1.8.0-next.0",
61
+ "@backstage/catalog-model": "1.7.0",
62
+ "@backstage/core-components": "0.16.0-next.1",
63
+ "@backstage/core-plugin-api": "1.10.0",
64
+ "@backstage/frontend-plugin-api": "0.9.1-next.1",
65
+ "@backstage/plugin-catalog-react": "1.14.1-next.1",
66
+ "@backstage/plugin-permission-react": "0.4.27",
67
+ "@backstage/plugin-scaffolder-common": "1.5.6",
68
+ "@backstage/theme": "0.6.1-next.0",
69
+ "@backstage/types": "1.1.1",
70
+ "@backstage/version-bridge": "1.0.10",
71
71
  "@material-ui/core": "^4.12.2",
72
72
  "@material-ui/icons": "^4.9.1",
73
73
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -93,12 +93,12 @@
93
93
  "zod-to-json-schema": "^3.20.4"
94
94
  },
95
95
  "devDependencies": {
96
- "@backstage/cli": "^0.28.1",
97
- "@backstage/core-app-api": "^1.15.1",
98
- "@backstage/plugin-catalog": "^1.24.0",
99
- "@backstage/plugin-catalog-common": "^1.1.0",
100
- "@backstage/plugin-permission-common": "^0.8.1",
101
- "@backstage/test-utils": "^1.7.0",
96
+ "@backstage/cli": "0.29.0-next.1",
97
+ "@backstage/core-app-api": "1.15.1",
98
+ "@backstage/plugin-catalog": "1.24.1-next.1",
99
+ "@backstage/plugin-catalog-common": "1.1.0",
100
+ "@backstage/plugin-permission-common": "0.8.1",
101
+ "@backstage/test-utils": "1.7.1-next.0",
102
102
  "@testing-library/dom": "^10.0.0",
103
103
  "@testing-library/jest-dom": "^6.0.0",
104
104
  "@testing-library/react": "^16.0.0",