@backstage/plugin-scaffolder 1.34.0 → 1.34.1-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,5 +1,40 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.34.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@1.20.2-next.1
9
+ - @backstage/frontend-plugin-api@0.11.1-next.0
10
+ - @backstage/integration@1.18.0-next.0
11
+ - @backstage/core-components@0.17.6-next.0
12
+ - @backstage/core-compat-api@0.5.2-next.1
13
+ - @backstage/plugin-scaffolder-react@1.19.1-next.1
14
+ - @backstage/integration-react@1.2.10-next.0
15
+ - @backstage/plugin-scaffolder-common@1.7.1-next.0
16
+
17
+ ## 1.34.1-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/core-compat-api@0.5.2-next.0
23
+ - @backstage/plugin-catalog-react@1.20.2-next.0
24
+ - @backstage/catalog-client@1.11.0
25
+ - @backstage/catalog-model@1.7.5
26
+ - @backstage/core-components@0.17.5
27
+ - @backstage/core-plugin-api@1.10.9
28
+ - @backstage/errors@1.2.7
29
+ - @backstage/frontend-plugin-api@0.11.0
30
+ - @backstage/integration@1.17.1
31
+ - @backstage/integration-react@1.2.9
32
+ - @backstage/types@1.2.1
33
+ - @backstage/plugin-catalog-common@1.1.5
34
+ - @backstage/plugin-permission-react@0.4.36
35
+ - @backstage/plugin-scaffolder-common@1.7.0
36
+ - @backstage/plugin-scaffolder-react@1.19.1-next.0
37
+
3
38
  ## 1.34.0
4
39
 
5
40
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-scaffolder";
2
- var version = "1.34.0";
2
+ var version = "1.34.1-next.1";
3
3
  var description = "The Backstage plugin that helps you create new things";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.34.0",
3
+ "version": "1.34.1-next.1",
4
4
  "description": "The Backstage plugin that helps you create new things",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,21 +70,21 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/catalog-client": "^1.11.0",
74
- "@backstage/catalog-model": "^1.7.5",
75
- "@backstage/core-compat-api": "^0.5.0",
76
- "@backstage/core-components": "^0.17.5",
77
- "@backstage/core-plugin-api": "^1.10.9",
78
- "@backstage/errors": "^1.2.7",
79
- "@backstage/frontend-plugin-api": "^0.11.0",
80
- "@backstage/integration": "^1.17.1",
81
- "@backstage/integration-react": "^1.2.9",
82
- "@backstage/plugin-catalog-common": "^1.1.5",
83
- "@backstage/plugin-catalog-react": "^1.20.0",
84
- "@backstage/plugin-permission-react": "^0.4.36",
85
- "@backstage/plugin-scaffolder-common": "^1.7.0",
86
- "@backstage/plugin-scaffolder-react": "^1.19.0",
87
- "@backstage/types": "^1.2.1",
73
+ "@backstage/catalog-client": "1.11.0",
74
+ "@backstage/catalog-model": "1.7.5",
75
+ "@backstage/core-compat-api": "0.5.2-next.1",
76
+ "@backstage/core-components": "0.17.6-next.0",
77
+ "@backstage/core-plugin-api": "1.10.9",
78
+ "@backstage/errors": "1.2.7",
79
+ "@backstage/frontend-plugin-api": "0.11.1-next.0",
80
+ "@backstage/integration": "1.18.0-next.0",
81
+ "@backstage/integration-react": "1.2.10-next.0",
82
+ "@backstage/plugin-catalog-common": "1.1.5",
83
+ "@backstage/plugin-catalog-react": "1.20.2-next.1",
84
+ "@backstage/plugin-permission-react": "0.4.36",
85
+ "@backstage/plugin-scaffolder-common": "1.7.1-next.0",
86
+ "@backstage/plugin-scaffolder-react": "1.19.1-next.1",
87
+ "@backstage/types": "1.2.1",
88
88
  "@codemirror/language": "^6.0.0",
89
89
  "@codemirror/legacy-modes": "^6.1.0",
90
90
  "@codemirror/view": "^6.0.0",
@@ -116,12 +116,12 @@
116
116
  "zod-to-json-schema": "^3.20.4"
117
117
  },
118
118
  "devDependencies": {
119
- "@backstage/cli": "^0.34.0",
120
- "@backstage/core-app-api": "^1.18.0",
121
- "@backstage/dev-utils": "^1.1.13",
122
- "@backstage/plugin-catalog": "^1.31.2",
123
- "@backstage/plugin-permission-common": "^0.9.1",
124
- "@backstage/test-utils": "^1.7.11",
119
+ "@backstage/cli": "0.34.2-next.1",
120
+ "@backstage/core-app-api": "1.18.0",
121
+ "@backstage/dev-utils": "1.1.14-next.1",
122
+ "@backstage/plugin-catalog": "1.31.3-next.1",
123
+ "@backstage/plugin-permission-common": "0.9.1",
124
+ "@backstage/test-utils": "1.7.11",
125
125
  "@testing-library/dom": "^10.0.0",
126
126
  "@testing-library/jest-dom": "^6.0.0",
127
127
  "@testing-library/react": "^16.0.0",