@backstage/codemods 0.1.38-next.1 → 0.1.38

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,13 @@
1
1
  # @backstage/codemods
2
2
 
3
+ ## 0.1.38
4
+
5
+ ### Patch Changes
6
+
7
+ - 344ea56acc: Bump `commander` to version 9.1.0
8
+ - Updated dependencies
9
+ - @backstage/cli-common@0.1.9
10
+
3
11
  ## 0.1.38-next.1
4
12
 
5
13
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -110,7 +110,7 @@ function createCodemodAction(name) {
110
110
  };
111
111
  }
112
112
 
113
- var version = "0.1.38-next.1";
113
+ var version = "0.1.38";
114
114
 
115
115
  async function main(argv) {
116
116
  commander.program.name("backstage-codemods").version(version);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/codemods",
3
3
  "description": "A collection of codemods for Backstage projects",
4
- "version": "0.1.38-next.1",
4
+ "version": "0.1.38",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -34,7 +34,7 @@
34
34
  "backstage-codemods": "bin/backstage-codemods"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/cli-common": "^0.1.9-next.0",
37
+ "@backstage/cli-common": "^0.1.9",
38
38
  "chalk": "^4.0.0",
39
39
  "jscodeshift": "^0.13.0",
40
40
  "jscodeshift-add-imports": "^1.0.10"
@@ -55,5 +55,5 @@
55
55
  "dist",
56
56
  "transforms"
57
57
  ],
58
- "gitHead": "cfbf5762d7d91eee18999306b21d63840400ee29"
58
+ "gitHead": "96323f280ba32ee526c5b151cda42260aee927c9"
59
59
  }