@backstage/repo-tools 0.12.0-next.2 → 0.12.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 +19 -0
- package/dist/package.json.cjs.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @backstage/repo-tools
|
|
2
2
|
|
|
3
|
+
## 0.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c1eccd6: Fix invalid path and malformed flags bugs in api-reports.ts
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 860e3b5: Generated OpenAPI clients now support paths with tags.
|
|
12
|
+
- 5f04976: Fixed a bug that caused missing code in published packages.
|
|
13
|
+
- 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.
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @backstage/backend-plugin-api@1.1.0
|
|
16
|
+
- @backstage/cli-node@0.2.11
|
|
17
|
+
- @backstage/config-loader@1.9.3
|
|
18
|
+
- @backstage/errors@1.2.6
|
|
19
|
+
- @backstage/catalog-model@1.7.2
|
|
20
|
+
- @backstage/cli-common@0.1.15
|
|
21
|
+
|
|
3
22
|
## 0.12.0-next.2
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/dist/package.json.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/repo-tools",
|
|
3
|
-
"version": "0.12.0
|
|
3
|
+
"version": "0.12.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
|
|
47
|
-
"@backstage/catalog-model": "1.7.2
|
|
48
|
-
"@backstage/cli-common": "0.1.15",
|
|
49
|
-
"@backstage/cli-node": "0.2.11
|
|
50
|
-
"@backstage/config-loader": "1.9.3
|
|
51
|
-
"@backstage/errors": "1.2.6
|
|
46
|
+
"@backstage/backend-plugin-api": "^1.1.0",
|
|
47
|
+
"@backstage/catalog-model": "^1.7.2",
|
|
48
|
+
"@backstage/cli-common": "^0.1.15",
|
|
49
|
+
"@backstage/cli-node": "^0.2.11",
|
|
50
|
+
"@backstage/config-loader": "^1.9.3",
|
|
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,9 +79,9 @@
|
|
|
79
79
|
"yaml-diff-patch": "^2.0.0"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@backstage/backend-test-utils": "1.2.0
|
|
83
|
-
"@backstage/cli": "0.29.
|
|
84
|
-
"@backstage/types": "1.2.0",
|
|
82
|
+
"@backstage/backend-test-utils": "^1.2.0",
|
|
83
|
+
"@backstage/cli": "^0.29.4",
|
|
84
|
+
"@backstage/types": "^1.2.0",
|
|
85
85
|
"@types/is-glob": "^4.0.2",
|
|
86
86
|
"@types/node": "^20.16.0",
|
|
87
87
|
"@types/prettier": "^2.0.0"
|