@backstage/repo-tools 0.3.4-next.3 → 0.3.4

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,21 @@
1
1
  # @backstage/repo-tools
2
2
 
3
+ ## 0.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 0109d3f11159: The `generate-catalog-info` command now uses the first listed `CODEOWNER` as Component owner when initially
8
+ creating the `catalog-info.yaml` file. It continues to allow any one listed `CODEOWNER` when updating
9
+ entity metadata.
10
+ - 6f874cdb04eb: Fixed a bug with the `generate-catalog-info` command that could cause `metadata.description` values to be overwritten by `package.json` description values only because unrelated attributes were being changed.
11
+ - ec13d3e86028: Fixed a bug with the `generate-catalog-info` command that could cause the `--dry-run` flag to indicate changes to files when no changes would actually be made if the command were run without the flag.
12
+ - db60a16e0a54: Added a `--ci` flag to the `generate-catalog-info` command. This flag behaves similarly to the same flag on `api-reports`: if `catalog-info.yaml` files would have been added or modified, then the process exits with status code `1`, and instructions are printed.
13
+ - Updated dependencies
14
+ - @backstage/catalog-model@1.4.2
15
+ - @backstage/errors@1.2.2
16
+ - @backstage/cli-common@0.1.12
17
+ - @backstage/cli-node@0.1.4
18
+
3
19
  ## 0.3.4-next.3
4
20
 
5
21
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -114,7 +114,7 @@ function lazy(getActionFunc) {
114
114
  };
115
115
  }
116
116
 
117
- var version = "0.3.4-next.3";
117
+ var version = "0.3.4";
118
118
 
119
119
  const main = (argv) => {
120
120
  commander.program.name("backstage-repo-tools").version(version);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/repo-tools",
3
3
  "description": "CLI for Backstage repo tooling ",
4
- "version": "0.3.4-next.3",
4
+ "version": "0.3.4",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -32,10 +32,10 @@
32
32
  "dependencies": {
33
33
  "@apidevtools/swagger-parser": "^10.1.0",
34
34
  "@apisyouwonthate/style-guide": "^1.4.0",
35
- "@backstage/catalog-model": "^1.4.2-next.2",
35
+ "@backstage/catalog-model": "^1.4.2",
36
36
  "@backstage/cli-common": "^0.1.12",
37
- "@backstage/cli-node": "^0.1.4-next.0",
38
- "@backstage/errors": "^1.2.2-next.0",
37
+ "@backstage/cli-node": "^0.1.4",
38
+ "@backstage/errors": "^1.2.2",
39
39
  "@manypkg/get-packages": "^1.1.3",
40
40
  "@microsoft/api-documenter": "^7.22.33",
41
41
  "@microsoft/api-extractor": "^7.36.4",
@@ -60,8 +60,8 @@
60
60
  "yaml-diff-patch": "^2.0.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@backstage/cli": "^0.22.13-next.3",
64
- "@backstage/types": "^1.1.1-next.0",
63
+ "@backstage/cli": "^0.22.13",
64
+ "@backstage/types": "^1.1.1",
65
65
  "@types/is-glob": "^4.0.2",
66
66
  "@types/mock-fs": "^4.13.0",
67
67
  "@types/node": "^16.11.26",