Version Packages
This commit is contained in:
@@ -1,5 +1,33 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.26.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 133464c: Added experimental support for dynamic frontend plugin builds, enabled via setting `EXPERIMENTAL_MODULE_FEDERATION` for the app build, and using the `frontend-dynamic-container` package role to create a container. Both of these are experimental and will change in the future.
|
||||
- e2e320c: - remove unused dependencies `winston` and `yn` from the template of backend plugins;
|
||||
- update `msw` to version `2.3.1` in the template of backend plugins;
|
||||
starting with v1 and switching later to v2 is tedious and not straight forward; it's easier to start with v2;
|
||||
- 0540c5a: Updated the scaffolding output message for `plugin-common` in `backstage-cli`. Now, when executing `backstage-cli new` to create a new `plugin-common` package, the output message accurately reflects the action by displaying `Creating common plugin package...` instead of the previous, less accurate `Creating backend plugin...`.
|
||||
- 7652db4: Only bootstrap global-agent if it's actually being used
|
||||
- f0c0039: Fix issue with CLI that was preventing upgrading from 1.28
|
||||
- d228862: Update default backend plugin created by the cli to use non-deprecated error handling middleware
|
||||
- da90cce: Updated dependency `esbuild` to `^0.21.0`.
|
||||
- a60d73b: Fix a few minor issues with the backend template that were causing failing linting checks in the main repo.
|
||||
- 0510d98: Subpath export `package.json` should be of a unique name to avoid typescript resolution issues
|
||||
- 4baac0c: The `backendPlugin` and `backendModule` factory now includes a step for automatically adding the new backend plugin/module to the `index.ts` file of the backend.
|
||||
- Updated dependencies
|
||||
- @backstage/cli-node@0.2.7
|
||||
- @backstage/integration@1.13.0
|
||||
- @backstage/config-loader@1.8.1
|
||||
- @backstage/catalog-model@1.5.0
|
||||
- @backstage/cli-common@0.1.14
|
||||
- @backstage/config@1.2.0
|
||||
- @backstage/errors@1.2.4
|
||||
- @backstage/eslint-plugin@0.1.8
|
||||
- @backstage/release-manifests@0.0.11
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.26.11-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"version": "0.26.11-next.1",
|
||||
"version": "0.26.11",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
Reference in New Issue
Block a user