@backstage/codemods 0.1.32-next.0 → 0.1.33

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,35 @@
1
1
  # @backstage/codemods
2
2
 
3
+ ## 0.1.33
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.8.8
9
+
10
+ ## 0.1.33-next.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @backstage/core-components@0.8.8-next.0
16
+
17
+ ## 0.1.32
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/core-components@0.8.7
23
+ - @backstage/core-app-api@0.5.2
24
+
25
+ ## 0.1.32-next.1
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ - @backstage/core-components@0.8.7-next.1
31
+ - @backstage/core-app-api@0.5.2-next.0
32
+
3
33
  ## 0.1.32-next.0
4
34
 
5
35
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -1994,7 +1994,7 @@ function createCodemodAction(name) {
1994
1994
  };
1995
1995
  }
1996
1996
 
1997
- var version = "0.1.32-next.0";
1997
+ var version = "0.1.33";
1998
1998
 
1999
1999
  async function main(argv) {
2000
2000
  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.32-next.0",
4
+ "version": "0.1.33",
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": "a28838ac5c80c7332caa6ca0569d2ec85151784f"
58
+ "gitHead": "4f4bc77a4152d372b10a4e8d97d92f00e23f3b56"
59
59
  }