@backstage/repo-tools 0.3.2-next.1 → 0.3.2

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,14 @@
1
1
  # @backstage/repo-tools
2
2
 
3
+ ## 0.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/errors@1.2.1
9
+ - @backstage/cli-node@0.1.2
10
+ - @backstage/cli-common@0.1.12
11
+
3
12
  ## 0.3.2-next.1
4
13
 
5
14
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -101,7 +101,7 @@ function lazy(getActionFunc) {
101
101
  };
102
102
  }
103
103
 
104
- var version = "0.3.2-next.1";
104
+ var version = "0.3.2";
105
105
 
106
106
  const main = (argv) => {
107
107
  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.2-next.1",
4
+ "version": "0.3.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -33,8 +33,8 @@
33
33
  "@apidevtools/swagger-parser": "^10.1.0",
34
34
  "@apisyouwonthate/style-guide": "^1.4.0",
35
35
  "@backstage/cli-common": "^0.1.12",
36
- "@backstage/cli-node": "^0.1.2-next.1",
37
- "@backstage/errors": "^1.2.1-next.0",
36
+ "@backstage/cli-node": "^0.1.2",
37
+ "@backstage/errors": "^1.2.1",
38
38
  "@manypkg/get-packages": "^1.1.3",
39
39
  "@microsoft/api-documenter": "^7.19.27",
40
40
  "@microsoft/api-extractor": "^7.33.7",
@@ -57,7 +57,7 @@
57
57
  "ts-node": "^10.0.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/cli": "^0.22.9-next.1",
60
+ "@backstage/cli": "^0.22.9",
61
61
  "@backstage/types": "^1.1.0",
62
62
  "@types/is-glob": "^4.0.2",
63
63
  "@types/mock-fs": "^4.13.0",