Version Packages

This commit is contained in:
github-actions[bot]
2024-03-27 09:37:09 +00:00
parent de7d7422e5
commit bb8923602f
512 changed files with 6588 additions and 533 deletions
+23
View File
@@ -1,5 +1,28 @@
# @backstage/cli
## 0.26.2
### Patch Changes
- eeb226a: Updated dependency `rollup` to `^4.0.0`.
- 91192f4: Updated backend plugin template to work better with new backend system
- cc371d6: Ignore transforming only on `react-use/lib`, not whole `react-use` in jest.
** POTENTIAL BREAKAGE **
If your tests fail, please change to use path import from `react-use/esm/`. It is also recommended to migrate from `react-user/lib` imports to `react-use/esm`
- Updated dependencies
- @backstage/catalog-model@1.4.5
- @backstage/cli-common@0.1.13
- @backstage/cli-node@0.2.4
- @backstage/config@1.2.0
- @backstage/config-loader@1.7.0
- @backstage/errors@1.2.4
- @backstage/eslint-plugin@0.1.6
- @backstage/integration@1.9.1
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## 0.26.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.26.1",
"version": "0.26.2",
"publishConfig": {
"access": "public"
},