@backstage/codemods 0.1.18 → 0.1.19

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/codemods
2
2
 
3
+ ## 0.1.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.7.1
9
+ - @backstage/core-app-api@0.1.18
10
+ - @backstage/core-plugin-api@0.1.11
11
+
3
12
  ## 0.1.18
4
13
 
5
14
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -1995,7 +1995,7 @@ function createCodemodAction(name) {
1995
1995
  };
1996
1996
  }
1997
1997
 
1998
- var version = "0.1.18";
1998
+ var version = "0.1.19";
1999
1999
 
2000
2000
  async function main(argv) {
2001
2001
  commander.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.18",
4
+ "version": "0.1.19",
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": "1b02df9f467ea11a4571df46faabe655c3ee10c8"
58
+ "gitHead": "017a47e585642733ac3b4b294cd00fc517d3ba08"
59
59
  }