@backstage/plugin-scaffolder-react 1.14.0-next.3 → 1.14.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # @backstage/plugin-scaffolder-react
2
2
 
3
+ ## 1.14.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.9.2
9
+ - @backstage/theme@0.6.2
10
+ - @backstage/catalog-client@1.8.0
11
+ - @backstage/catalog-model@1.7.1
12
+ - @backstage/core-components@0.16.1
13
+ - @backstage/core-plugin-api@1.10.1
14
+ - @backstage/types@1.2.0
15
+ - @backstage/version-bridge@1.0.10
16
+ - @backstage/plugin-catalog-react@1.14.2
17
+ - @backstage/plugin-permission-react@0.4.28
18
+ - @backstage/plugin-scaffolder-common@1.5.7
19
+
20
+ ## 1.14.0
21
+
22
+ ### Minor Changes
23
+
24
+ - 69fb6e7: Fix `contextMenu` not being disabled bug in new scaffolder pages
25
+
26
+ ### Patch Changes
27
+
28
+ - 8b5ff7e: Fix issue with form state not refreshing when updating
29
+ - ade301c: Fix issue with `Stepper` and trying to trim additional properties. This is now all behind `liveOmit` and `omitExtraData` instead.
30
+ - f61d4cc: Add scaffolder permission `scaffolder.template.management` for accessing the template management features
31
+ - Updated dependencies
32
+ - @backstage/catalog-client@1.8.0
33
+ - @backstage/theme@0.6.1
34
+ - @backstage/types@1.2.0
35
+ - @backstage/plugin-catalog-react@1.14.1
36
+ - @backstage/plugin-scaffolder-common@1.5.7
37
+ - @backstage/core-components@0.16.0
38
+ - @backstage/catalog-model@1.7.1
39
+ - @backstage/core-plugin-api@1.10.1
40
+ - @backstage/frontend-plugin-api@0.9.1
41
+ - @backstage/version-bridge@1.0.10
42
+ - @backstage/plugin-permission-react@0.4.28
43
+
3
44
  ## 1.14.0-next.3
4
45
 
5
46
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
- "version": "1.14.0-next.3",
3
+ "version": "1.14.1",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -66,17 +66,17 @@
66
66
  "test": "backstage-cli package test"
67
67
  },
68
68
  "dependencies": {
69
- "@backstage/catalog-client": "1.8.0-next.1",
70
- "@backstage/catalog-model": "1.7.0",
71
- "@backstage/core-components": "0.16.0-next.2",
72
- "@backstage/core-plugin-api": "1.10.0",
73
- "@backstage/frontend-plugin-api": "0.9.1-next.2",
74
- "@backstage/plugin-catalog-react": "1.14.1-next.3",
75
- "@backstage/plugin-permission-react": "0.4.27",
76
- "@backstage/plugin-scaffolder-common": "1.5.7-next.0",
77
- "@backstage/theme": "0.6.1-next.0",
78
- "@backstage/types": "1.1.1",
79
- "@backstage/version-bridge": "1.0.10",
69
+ "@backstage/catalog-client": "^1.8.0",
70
+ "@backstage/catalog-model": "^1.7.1",
71
+ "@backstage/core-components": "^0.16.1",
72
+ "@backstage/core-plugin-api": "^1.10.1",
73
+ "@backstage/frontend-plugin-api": "^0.9.2",
74
+ "@backstage/plugin-catalog-react": "^1.14.2",
75
+ "@backstage/plugin-permission-react": "^0.4.28",
76
+ "@backstage/plugin-scaffolder-common": "^1.5.7",
77
+ "@backstage/theme": "^0.6.2",
78
+ "@backstage/types": "^1.2.0",
79
+ "@backstage/version-bridge": "^1.0.10",
80
80
  "@material-ui/core": "^4.12.2",
81
81
  "@material-ui/icons": "^4.9.1",
82
82
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -102,12 +102,12 @@
102
102
  "zod-to-json-schema": "^3.20.4"
103
103
  },
104
104
  "devDependencies": {
105
- "@backstage/cli": "0.29.0-next.3",
106
- "@backstage/core-app-api": "1.15.1",
107
- "@backstage/plugin-catalog": "1.25.0-next.3",
108
- "@backstage/plugin-catalog-common": "1.1.0",
109
- "@backstage/plugin-permission-common": "0.8.1",
110
- "@backstage/test-utils": "1.7.1-next.0",
105
+ "@backstage/cli": "^0.29.2",
106
+ "@backstage/core-app-api": "^1.15.2",
107
+ "@backstage/plugin-catalog": "^1.25.1",
108
+ "@backstage/plugin-catalog-common": "^1.1.1",
109
+ "@backstage/plugin-permission-common": "^0.8.2",
110
+ "@backstage/test-utils": "^1.7.2",
111
111
  "@testing-library/dom": "^10.0.0",
112
112
  "@testing-library/jest-dom": "^6.0.0",
113
113
  "@testing-library/react": "^16.0.0",