@backstage/codemods 0.1.37-next.0 → 0.1.37

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,11 @@
1
1
  # @backstage/codemods
2
2
 
3
+ ## 0.1.37
4
+
5
+ ### Patch Changes
6
+
7
+ - 230ad0826f: Bump to using `@types/node` v16
8
+
3
9
  ## 0.1.37-next.0
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -108,7 +108,7 @@ function createCodemodAction(name) {
108
108
  };
109
109
  }
110
110
 
111
- var version = "0.1.37-next.0";
111
+ var version = "0.1.37";
112
112
 
113
113
  async function main(argv) {
114
114
  program__default["default"].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.37-next.0",
4
+ "version": "0.1.37",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -55,5 +55,5 @@
55
55
  "dist",
56
56
  "transforms"
57
57
  ],
58
- "gitHead": "2eca57d93ef1081f4a76a19fc994a8e9e1a19e00"
58
+ "gitHead": "e0e44c433319711c2fb8b175db411a621f7aaec2"
59
59
  }