@backstage/plugin-scaffolder 1.29.0-next.0 → 1.29.0-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.29.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.16.5-next.0
9
+ - @backstage/plugin-scaffolder-react@1.14.6-next.1
10
+ - @backstage/plugin-scaffolder-common@1.5.10-next.0
11
+ - @backstage/plugin-catalog-react@1.16.0-next.1
12
+ - @backstage/core-compat-api@0.3.7-next.1
13
+ - @backstage/catalog-client@1.9.1
14
+ - @backstage/catalog-model@1.7.3
15
+ - @backstage/core-plugin-api@1.10.4
16
+ - @backstage/errors@1.2.7
17
+ - @backstage/frontend-plugin-api@0.9.6-next.1
18
+ - @backstage/integration@1.16.1
19
+ - @backstage/integration-react@1.2.4
20
+ - @backstage/types@1.2.1
21
+ - @backstage/plugin-catalog-common@1.1.3
22
+ - @backstage/plugin-permission-react@0.4.31
23
+
3
24
  ## 1.29.0-next.0
4
25
 
5
26
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.29.0-next.0",
3
+ "version": "1.29.0-next.1",
4
4
  "description": "The Backstage plugin that helps you create new things",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -72,18 +72,18 @@
72
72
  "dependencies": {
73
73
  "@backstage/catalog-client": "1.9.1",
74
74
  "@backstage/catalog-model": "1.7.3",
75
- "@backstage/core-compat-api": "0.3.7-next.0",
76
- "@backstage/core-components": "0.16.4",
75
+ "@backstage/core-compat-api": "0.3.7-next.1",
76
+ "@backstage/core-components": "0.16.5-next.0",
77
77
  "@backstage/core-plugin-api": "1.10.4",
78
78
  "@backstage/errors": "1.2.7",
79
- "@backstage/frontend-plugin-api": "0.9.6-next.0",
79
+ "@backstage/frontend-plugin-api": "0.9.6-next.1",
80
80
  "@backstage/integration": "1.16.1",
81
81
  "@backstage/integration-react": "1.2.4",
82
82
  "@backstage/plugin-catalog-common": "1.1.3",
83
- "@backstage/plugin-catalog-react": "1.16.0-next.0",
83
+ "@backstage/plugin-catalog-react": "1.16.0-next.1",
84
84
  "@backstage/plugin-permission-react": "0.4.31",
85
- "@backstage/plugin-scaffolder-common": "1.5.9",
86
- "@backstage/plugin-scaffolder-react": "1.14.6-next.0",
85
+ "@backstage/plugin-scaffolder-common": "1.5.10-next.0",
86
+ "@backstage/plugin-scaffolder-react": "1.14.6-next.1",
87
87
  "@backstage/types": "1.2.1",
88
88
  "@codemirror/language": "^6.0.0",
89
89
  "@codemirror/legacy-modes": "^6.1.0",
@@ -117,10 +117,10 @@
117
117
  "zod-to-json-schema": "^3.20.4"
118
118
  },
119
119
  "devDependencies": {
120
- "@backstage/cli": "0.30.0",
120
+ "@backstage/cli": "0.30.1-next.0",
121
121
  "@backstage/core-app-api": "1.15.5",
122
- "@backstage/dev-utils": "1.1.8-next.0",
123
- "@backstage/plugin-catalog": "1.28.0-next.0",
122
+ "@backstage/dev-utils": "1.1.8-next.1",
123
+ "@backstage/plugin-catalog": "1.28.0-next.1",
124
124
  "@backstage/plugin-permission-common": "0.8.4",
125
125
  "@backstage/test-utils": "1.7.5",
126
126
  "@testing-library/dom": "^10.0.0",