@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 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
@@ -116,7 +116,7 @@ const transforms = (options) => {
116
116
  ],
117
117
  type: "asset/resource",
118
118
  generator: {
119
- filename: "static/[name].[hash:8].[ext]"
119
+ filename: "static/[name].[hash:8][ext]"
120
120
  }
121
121
  },
122
122
  {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.8.0-next.0";
3
+ var version = "0.8.0-next.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.3.0-next.0";
3
+ var version = "1.3.0-next.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.30.0-next.0";
3
+ var version = "0.30.0-next.1";
4
4
  var dependencies = {
5
5
  "@backstage/catalog-model": "workspace:^",
6
6
  "@backstage/cli-common": "workspace:^",
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.15.4";
3
+ var version = "1.15.5-next.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.16.3";
3
+ var version = "0.16.4-next.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.10.3";
3
+ var version = "1.10.4-next.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.1.7-next.0";
3
+ var version = "1.1.7-next.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.7.4";
3
+ var version = "1.7.5-next.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.6.3";
3
+ var version = "0.6.4-next.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.24.3-next.0";
3
+ var version = "0.24.3-next.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.15.2-next.0";
3
+ var version = "1.16.0-next.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.1.19-next.0";
3
+ var version = "0.1.19-next.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli",
3
- "version": "0.30.0-next.0",
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.0",
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.4",
171
- "@backstage/core-components": "0.16.3",
172
- "@backstage/core-plugin-api": "1.10.3",
173
- "@backstage/dev-utils": "1.1.7-next.0",
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.0",
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.15.2-next.0",
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.0",
180
- "@backstage/test-utils": "1.7.4",
181
- "@backstage/theme": "0.6.3",
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",