@backstage/cli 0.30.0-next.0 → 0.30.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 +17 -0
- package/dist/lib/bundler/transforms.cjs.js +1 -1
- package/dist/packages/backend-defaults/package.json.cjs.js +1 -1
- package/dist/packages/backend-test-utils/package.json.cjs.js +1 -1
- package/dist/packages/cli/package.json.cjs.js +1 -1
- package/dist/packages/core-app-api/package.json.cjs.js +1 -1
- package/dist/packages/core-components/package.json.cjs.js +1 -1
- package/dist/packages/core-plugin-api/package.json.cjs.js +1 -1
- package/dist/packages/dev-utils/package.json.cjs.js +1 -1
- package/dist/packages/test-utils/package.json.cjs.js +1 -1
- package/dist/packages/theme/package.json.cjs.js +1 -1
- package/dist/plugins/auth-backend/package.json.cjs.js +1 -1
- package/dist/plugins/catalog-node/package.json.cjs.js +1 -1
- package/dist/plugins/scaffolder-node-test-utils/package.json.cjs.js +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
+
## 0.30.0-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 207f88f: Fixed the file path pattern of many static assets output as part of the frontend build process, where there was an extra `.` before the extension, leading to names like `image-af7946b..png`.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/catalog-model@1.7.3
|
|
10
|
+
- @backstage/cli-common@0.1.15
|
|
11
|
+
- @backstage/cli-node@0.2.13-next.0
|
|
12
|
+
- @backstage/config@1.3.2
|
|
13
|
+
- @backstage/config-loader@1.9.6-next.0
|
|
14
|
+
- @backstage/errors@1.2.7
|
|
15
|
+
- @backstage/eslint-plugin@0.1.10
|
|
16
|
+
- @backstage/integration@1.16.1
|
|
17
|
+
- @backstage/release-manifests@0.0.12
|
|
18
|
+
- @backstage/types@1.2.1
|
|
19
|
+
|
|
3
20
|
## 0.30.0-next.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/cli",
|
|
3
|
-
"version": "0.30.0-next.
|
|
3
|
+
"version": "0.30.0-next.1",
|
|
4
4
|
"description": "CLI for developing Backstage plugins and apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "cli"
|
|
@@ -164,21 +164,21 @@
|
|
|
164
164
|
},
|
|
165
165
|
"devDependencies": {
|
|
166
166
|
"@backstage/backend-plugin-api": "1.2.0-next.0",
|
|
167
|
-
"@backstage/backend-test-utils": "1.3.0-next.
|
|
167
|
+
"@backstage/backend-test-utils": "1.3.0-next.1",
|
|
168
168
|
"@backstage/catalog-client": "1.9.1",
|
|
169
169
|
"@backstage/config": "1.3.2",
|
|
170
|
-
"@backstage/core-app-api": "1.15.
|
|
171
|
-
"@backstage/core-components": "0.16.
|
|
172
|
-
"@backstage/core-plugin-api": "1.10.
|
|
173
|
-
"@backstage/dev-utils": "1.1.7-next.
|
|
170
|
+
"@backstage/core-app-api": "1.15.5-next.0",
|
|
171
|
+
"@backstage/core-components": "0.16.4-next.0",
|
|
172
|
+
"@backstage/core-plugin-api": "1.10.4-next.0",
|
|
173
|
+
"@backstage/dev-utils": "1.1.7-next.1",
|
|
174
174
|
"@backstage/errors": "1.2.7",
|
|
175
|
-
"@backstage/plugin-auth-backend": "0.24.3-next.
|
|
175
|
+
"@backstage/plugin-auth-backend": "0.24.3-next.1",
|
|
176
176
|
"@backstage/plugin-auth-backend-module-guest-provider": "0.2.5-next.0",
|
|
177
|
-
"@backstage/plugin-catalog-node": "1.
|
|
177
|
+
"@backstage/plugin-catalog-node": "1.16.0-next.1",
|
|
178
178
|
"@backstage/plugin-scaffolder-node": "0.7.0-next.0",
|
|
179
|
-
"@backstage/plugin-scaffolder-node-test-utils": "0.1.19-next.
|
|
180
|
-
"@backstage/test-utils": "1.7.
|
|
181
|
-
"@backstage/theme": "0.6.
|
|
179
|
+
"@backstage/plugin-scaffolder-node-test-utils": "0.1.19-next.1",
|
|
180
|
+
"@backstage/test-utils": "1.7.5-next.0",
|
|
181
|
+
"@backstage/theme": "0.6.4-next.0",
|
|
182
182
|
"@rspack/core": "^1.0.10",
|
|
183
183
|
"@rspack/dev-server": "^1.0.9",
|
|
184
184
|
"@rspack/plugin-react-refresh": "^1.0.0",
|