@backstage/codemods 0.1.35 → 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,37 @@
1
1
  # @backstage/codemods
2
2
 
3
+ ## 0.1.37
4
+
5
+ ### Patch Changes
6
+
7
+ - 230ad0826f: Bump to using `@types/node` v16
8
+
9
+ ## 0.1.37-next.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 230ad0826f: Bump to using `@types/node` v16
14
+
15
+ ## 0.1.36
16
+
17
+ ### Patch Changes
18
+
19
+ - 224441d0f9: Inlined the table of symbols used by the `core-imports` codemod so that future updates to the core packages don't break the codemod. An entry for has also been added to direct imports of `createApp` to `@backstage/app-defaults`.
20
+
21
+ ## 0.1.35
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ - @backstage/core-components@0.9.1
27
+
28
+ ## 0.1.35-next.0
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies
33
+ - @backstage/core-components@0.9.1-next.0
34
+
3
35
  ## 0.1.35
4
36
 
5
37
  ### Patch Changes