@backstage/repo-tools 0.12.0-next.2 → 0.12.1-next.0

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,36 @@
1
1
  # @backstage/repo-tools
2
2
 
3
+ ## 0.12.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/config-loader@1.9.5-next.0
9
+ - @backstage/backend-plugin-api@1.1.1-next.0
10
+ - @backstage/catalog-model@1.7.2
11
+ - @backstage/cli-common@0.1.15
12
+ - @backstage/cli-node@0.2.11
13
+ - @backstage/errors@1.2.6
14
+
15
+ ## 0.12.0
16
+
17
+ ### Minor Changes
18
+
19
+ - c1eccd6: Fix invalid path and malformed flags bugs in api-reports.ts
20
+
21
+ ### Patch Changes
22
+
23
+ - 860e3b5: Generated OpenAPI clients now support paths with tags.
24
+ - 5f04976: Fixed a bug that caused missing code in published packages.
25
+ - 00058d0: The `generate-patch` command will now add a single resolution entry for all versions of the patched package, rather than separate entries for each version query.
26
+ - Updated dependencies
27
+ - @backstage/backend-plugin-api@1.1.0
28
+ - @backstage/cli-node@0.2.11
29
+ - @backstage/config-loader@1.9.3
30
+ - @backstage/errors@1.2.6
31
+ - @backstage/catalog-model@1.7.2
32
+ - @backstage/cli-common@0.1.15
33
+
3
34
  ## 0.12.0-next.2
4
35
 
5
36
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.12.0-next.2";
3
+ var version = "0.12.1-next.0";
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/repo-tools",
3
- "version": "0.12.0-next.2",
3
+ "version": "0.12.1-next.0",
4
4
  "description": "CLI for Backstage repo tooling ",
5
5
  "backstage": {
6
6
  "role": "cli"
@@ -43,12 +43,12 @@
43
43
  "dependencies": {
44
44
  "@apidevtools/swagger-parser": "^10.1.0",
45
45
  "@apisyouwonthate/style-guide": "^1.4.0",
46
- "@backstage/backend-plugin-api": "1.1.0-next.2",
47
- "@backstage/catalog-model": "1.7.2-next.0",
46
+ "@backstage/backend-plugin-api": "1.1.1-next.0",
47
+ "@backstage/catalog-model": "1.7.2",
48
48
  "@backstage/cli-common": "0.1.15",
49
- "@backstage/cli-node": "0.2.11-next.1",
50
- "@backstage/config-loader": "1.9.3-next.1",
51
- "@backstage/errors": "1.2.6-next.0",
49
+ "@backstage/cli-node": "0.2.11",
50
+ "@backstage/config-loader": "1.9.5-next.0",
51
+ "@backstage/errors": "1.2.6",
52
52
  "@manypkg/get-packages": "^1.1.3",
53
53
  "@microsoft/api-documenter": "^7.25.7",
54
54
  "@microsoft/api-extractor": "^7.47.2",
@@ -79,8 +79,8 @@
79
79
  "yaml-diff-patch": "^2.0.0"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/backend-test-utils": "1.2.0-next.2",
83
- "@backstage/cli": "0.29.3-next.2",
82
+ "@backstage/backend-test-utils": "1.2.1-next.0",
83
+ "@backstage/cli": "0.29.5-next.0",
84
84
  "@backstage/types": "1.2.0",
85
85
  "@types/is-glob": "^4.0.2",
86
86
  "@types/node": "^20.16.0",