@backstage/plugin-scaffolder 1.38.0-next.0 → 1.38.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.38.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/integration@2.0.3-next.1
9
+ - @backstage/catalog-client@1.16.0-next.1
10
+ - @backstage/frontend-plugin-api@0.17.2-next.0
11
+ - @backstage/core-components@0.18.11-next.1
12
+ - @backstage/ui@0.15.1-next.0
13
+ - @backstage/core-plugin-api@1.12.7-next.0
14
+ - @backstage/plugin-catalog-react@3.0.1-next.1
15
+ - @backstage/plugin-scaffolder-react@2.0.1-next.1
16
+ - @backstage/plugin-techdocs-react@1.3.12-next.1
17
+ - @backstage/integration-react@1.2.19-next.1
18
+ - @backstage/plugin-permission-react@0.5.2-next.0
19
+
3
20
  ## 1.38.0-next.0
4
21
 
5
22
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-scaffolder";
2
- var version = "1.38.0-next.0";
2
+ var version = "1.38.0-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.38.0-next.0",
3
+ "version": "1.38.0-next.1",
4
4
  "description": "The Backstage plugin that helps you create new things",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,24 +70,24 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/catalog-client": "1.16.0-next.0",
73
+ "@backstage/catalog-client": "1.16.0-next.1",
74
74
  "@backstage/catalog-model": "1.9.0",
75
- "@backstage/core-components": "0.18.11-next.0",
76
- "@backstage/core-plugin-api": "1.12.6",
75
+ "@backstage/core-components": "0.18.11-next.1",
76
+ "@backstage/core-plugin-api": "1.12.7-next.0",
77
77
  "@backstage/errors": "1.3.1",
78
78
  "@backstage/filter-predicates": "0.1.3",
79
- "@backstage/frontend-plugin-api": "0.17.0",
80
- "@backstage/integration": "2.0.3-next.0",
81
- "@backstage/integration-react": "1.2.19-next.0",
79
+ "@backstage/frontend-plugin-api": "0.17.2-next.0",
80
+ "@backstage/integration": "2.0.3-next.1",
81
+ "@backstage/integration-react": "1.2.19-next.1",
82
82
  "@backstage/plugin-catalog-common": "1.1.10",
83
- "@backstage/plugin-catalog-react": "3.0.1-next.0",
84
- "@backstage/plugin-permission-react": "0.5.1",
83
+ "@backstage/plugin-catalog-react": "3.0.1-next.1",
84
+ "@backstage/plugin-permission-react": "0.5.2-next.0",
85
85
  "@backstage/plugin-scaffolder-common": "2.2.1-next.0",
86
- "@backstage/plugin-scaffolder-react": "2.0.1-next.0",
86
+ "@backstage/plugin-scaffolder-react": "2.0.1-next.1",
87
87
  "@backstage/plugin-techdocs-common": "0.1.1",
88
- "@backstage/plugin-techdocs-react": "1.3.12-next.0",
88
+ "@backstage/plugin-techdocs-react": "1.3.12-next.1",
89
89
  "@backstage/types": "1.2.2",
90
- "@backstage/ui": "0.15.0",
90
+ "@backstage/ui": "0.15.1-next.0",
91
91
  "@codemirror/language": "^6.0.0",
92
92
  "@codemirror/legacy-modes": "^6.1.0",
93
93
  "@codemirror/view": "^6.0.0",
@@ -121,14 +121,14 @@
121
121
  "zod-to-json-schema": "^3.25.1"
122
122
  },
123
123
  "devDependencies": {
124
- "@backstage/cli": "0.36.3-next.0",
125
- "@backstage/core-app-api": "1.20.1",
126
- "@backstage/dev-utils": "1.1.24-next.0",
127
- "@backstage/frontend-test-utils": "0.6.1-next.0",
128
- "@backstage/plugin-catalog": "2.0.6-next.0",
124
+ "@backstage/cli": "0.36.3-next.1",
125
+ "@backstage/core-app-api": "1.20.2-next.0",
126
+ "@backstage/dev-utils": "1.1.24-next.1",
127
+ "@backstage/frontend-test-utils": "0.6.1-next.1",
128
+ "@backstage/plugin-catalog": "2.0.6-next.1",
129
129
  "@backstage/plugin-permission-common": "0.9.9",
130
- "@backstage/plugin-techdocs": "1.17.7-next.0",
131
- "@backstage/test-utils": "1.7.18",
130
+ "@backstage/plugin-techdocs": "1.17.7-next.1",
131
+ "@backstage/test-utils": "1.7.19-next.0",
132
132
  "@testing-library/dom": "^10.0.0",
133
133
  "@testing-library/jest-dom": "^6.0.0",
134
134
  "@testing-library/react": "^16.0.0",