Version Packages

This commit is contained in:
github-actions[bot]
2021-10-07 12:17:39 +00:00
parent 2a12c46d51
commit 97420439e1
184 changed files with 1479 additions and 881 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/codemods
## 0.1.17
### Patch Changes
- 7dee4db0b0: build(deps): bump `jscodeshift` from 0.12.0 to 0.13.0
- 903dbdeb7d: Added an `extension-names` codemod, which adds a `name` key to all extensions
provided by plugins. Extension names are used to provide richer context to
events captured by the new Analytics API, and may also appear in debug output
and other situations.
To apply this codemod, run `npx @backstage/codemods apply extension-names` in
the root of your Backstage monorepo.
- Updated dependencies
- @backstage/core-components@0.6.1
- @backstage/core-plugin-api@0.1.10
- @backstage/core-app-api@0.1.16
- @backstage/cli-common@0.1.4
## 0.1.16
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/codemods",
"description": "A collection of codemods for Backstage projects",
"version": "0.1.16",
"version": "0.1.17",
"private": false,
"publishConfig": {
"access": "public",
@@ -31,7 +31,7 @@
"backstage-codemods": "bin/backstage-codemods"
},
"dependencies": {
"@backstage/cli-common": "0.1.3",
"@backstage/cli-common": "0.1.4",
"@backstage/core-app-api": "*",
"@backstage/core-components": "*",
"@backstage/core-plugin-api": "*",