Generate Release

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-03-22 21:41:20 +01:00
parent de1f45da70
commit 04655bb318
496 changed files with 3376 additions and 475 deletions
+22
View File
@@ -1,5 +1,27 @@
# @backstage/cli
## 0.26.1
### Patch Changes
- eeb226a: Updated dependency `rollup` to `^4.0.0`.
- 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.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.26.0",
"version": "0.26.1",
"publishConfig": {
"access": "public"
},