Version Packages

This commit is contained in:
github-actions[bot]
2021-09-09 14:47:05 +00:00
parent 7e88bea17d
commit 866ec85375
104 changed files with 616 additions and 482 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/codemods
## 0.1.13
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.4.1
- @backstage/cli-common@0.1.3
- @backstage/core-app-api@0.1.12
- @backstage/core-plugin-api@0.1.7
## 0.1.12
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/codemods",
"description": "A collection of codemods for Backstage projects",
"version": "0.1.12",
"version": "0.1.13",
"private": false,
"publishConfig": {
"access": "public",
@@ -31,7 +31,7 @@
"backstage-codemods": "bin/backstage-codemods"
},
"dependencies": {
"@backstage/cli-common": "0.1.2",
"@backstage/cli-common": "0.1.3",
"@backstage/core-app-api": "*",
"@backstage/core-components": "*",
"@backstage/core-plugin-api": "*",