Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-03-09 16:09:04 +00:00
parent 6573a26382
commit 1693f2dc74
248 changed files with 2302 additions and 737 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/codemods
## 0.1.35-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.1-next.0
## 0.1.35
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/codemods",
"description": "A collection of codemods for Backstage projects",
"version": "0.1.34",
"version": "0.1.35-next.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -36,7 +36,7 @@
"dependencies": {
"@backstage/cli-common": "^0.1.8",
"@backstage/core-app-api": "*",
"@backstage/core-components": "*",
"@backstage/core-components": "0.9.1-next.0",
"@backstage/core-plugin-api": "*",
"chalk": "^4.0.0",
"jscodeshift": "^0.13.0",