@backstage/plugin-scaffolder 1.27.0-next.3 → 1.27.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 +50 -0
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.27.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.9.2
9
+ - @backstage/catalog-client@1.8.0
10
+ - @backstage/catalog-model@1.7.1
11
+ - @backstage/core-compat-api@0.3.3
12
+ - @backstage/core-components@0.16.1
13
+ - @backstage/core-plugin-api@1.10.1
14
+ - @backstage/errors@1.2.5
15
+ - @backstage/integration@1.15.2
16
+ - @backstage/integration-react@1.2.1
17
+ - @backstage/types@1.2.0
18
+ - @backstage/plugin-catalog-common@1.1.1
19
+ - @backstage/plugin-catalog-react@1.14.2
20
+ - @backstage/plugin-permission-react@0.4.28
21
+ - @backstage/plugin-scaffolder-common@1.5.7
22
+ - @backstage/plugin-scaffolder-react@1.14.1
23
+
24
+ ## 1.27.0
25
+
26
+ ### Minor Changes
27
+
28
+ - f61d4cc: Add scaffolder permission `scaffolder.template.management` for accessing the template management features
29
+ - 69fb6e7: Fix `contextMenu` not being disabled bug in new scaffolder pages
30
+
31
+ ### Patch Changes
32
+
33
+ - 99471cd: fix(scaffolder): use `onInputChange` in `RepoUrlPicker` to fix issue with the value not updating properly
34
+ - 8e4bed4: Updated dependency `idb-keyval` to `5.1.5`.
35
+ - 7669af3: Revert the change of the option label for `EntityPicker`
36
+ - Updated dependencies
37
+ - @backstage/catalog-client@1.8.0
38
+ - @backstage/types@1.2.0
39
+ - @backstage/plugin-scaffolder-react@1.14.0
40
+ - @backstage/plugin-catalog-react@1.14.1
41
+ - @backstage/plugin-scaffolder-common@1.5.7
42
+ - @backstage/core-components@0.16.0
43
+ - @backstage/catalog-model@1.7.1
44
+ - @backstage/core-compat-api@0.3.2
45
+ - @backstage/core-plugin-api@1.10.1
46
+ - @backstage/errors@1.2.5
47
+ - @backstage/frontend-plugin-api@0.9.1
48
+ - @backstage/integration@1.15.2
49
+ - @backstage/integration-react@1.2.1
50
+ - @backstage/plugin-catalog-common@1.1.1
51
+ - @backstage/plugin-permission-react@0.4.28
52
+
3
53
  ## 1.27.0-next.3
4
54
 
5
55
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.27.0-next.3",
3
+ "version": "1.27.1",
4
4
  "description": "The Backstage plugin that helps you create new things",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -67,21 +67,21 @@
67
67
  "test": "backstage-cli package test"
68
68
  },
69
69
  "dependencies": {
70
- "@backstage/catalog-client": "1.8.0-next.1",
71
- "@backstage/catalog-model": "1.7.0",
72
- "@backstage/core-compat-api": "0.3.2-next.2",
73
- "@backstage/core-components": "0.16.0-next.2",
74
- "@backstage/core-plugin-api": "1.10.0",
75
- "@backstage/errors": "1.2.4",
76
- "@backstage/frontend-plugin-api": "0.9.1-next.2",
77
- "@backstage/integration": "1.15.1",
78
- "@backstage/integration-react": "1.2.0",
79
- "@backstage/plugin-catalog-common": "1.1.0",
80
- "@backstage/plugin-catalog-react": "1.14.1-next.3",
81
- "@backstage/plugin-permission-react": "0.4.27",
82
- "@backstage/plugin-scaffolder-common": "1.5.7-next.0",
83
- "@backstage/plugin-scaffolder-react": "1.14.0-next.3",
84
- "@backstage/types": "1.1.1",
70
+ "@backstage/catalog-client": "^1.8.0",
71
+ "@backstage/catalog-model": "^1.7.1",
72
+ "@backstage/core-compat-api": "^0.3.3",
73
+ "@backstage/core-components": "^0.16.1",
74
+ "@backstage/core-plugin-api": "^1.10.1",
75
+ "@backstage/errors": "^1.2.5",
76
+ "@backstage/frontend-plugin-api": "^0.9.2",
77
+ "@backstage/integration": "^1.15.2",
78
+ "@backstage/integration-react": "^1.2.1",
79
+ "@backstage/plugin-catalog-common": "^1.1.1",
80
+ "@backstage/plugin-catalog-react": "^1.14.2",
81
+ "@backstage/plugin-permission-react": "^0.4.28",
82
+ "@backstage/plugin-scaffolder-common": "^1.5.7",
83
+ "@backstage/plugin-scaffolder-react": "^1.14.1",
84
+ "@backstage/types": "^1.2.0",
85
85
  "@codemirror/language": "^6.0.0",
86
86
  "@codemirror/legacy-modes": "^6.1.0",
87
87
  "@codemirror/view": "^6.0.0",
@@ -114,12 +114,12 @@
114
114
  "zod-to-json-schema": "^3.20.4"
115
115
  },
116
116
  "devDependencies": {
117
- "@backstage/cli": "0.29.0-next.3",
118
- "@backstage/core-app-api": "1.15.1",
119
- "@backstage/dev-utils": "1.1.3-next.3",
120
- "@backstage/plugin-catalog": "1.25.0-next.3",
121
- "@backstage/plugin-permission-common": "0.8.1",
122
- "@backstage/test-utils": "1.7.1-next.0",
117
+ "@backstage/cli": "^0.29.2",
118
+ "@backstage/core-app-api": "^1.15.2",
119
+ "@backstage/dev-utils": "^1.1.4",
120
+ "@backstage/plugin-catalog": "^1.25.1",
121
+ "@backstage/plugin-permission-common": "^0.8.2",
122
+ "@backstage/test-utils": "^1.7.2",
123
123
  "@testing-library/dom": "^10.0.0",
124
124
  "@testing-library/jest-dom": "^6.0.0",
125
125
  "@testing-library/react": "^16.0.0",