Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-11-29 11:14:34 +00:00
parent db71add9ff
commit 2cb6963f9b
365 changed files with 4888 additions and 183 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/cli
## 0.21.2-next.1
### Patch Changes
- 8fffe42708: JSX and React Fast Refresh transforms are no longer enabled when bundling backend code.
- Updated dependencies
- @backstage/types@1.0.2-next.1
- @backstage/config-loader@1.1.7-next.1
- @backstage/config@1.0.5-next.1
- @backstage/release-manifests@0.0.8-next.0
- @backstage/cli-common@0.1.10
- @backstage/errors@1.1.4-next.1
## 0.21.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.21.2-next.0",
"version": "0.21.2-next.1",
"publishConfig": {
"access": "public"
},