Version Packages (next)
This commit is contained in:
@@ -1,5 +1,26 @@
|
||||
# @backstage/backend-plugin-api
|
||||
|
||||
## 1.0.0-next.2
|
||||
|
||||
### Major Changes
|
||||
|
||||
- ec1b4be: Release 1.0 of the new backend system! :tada:
|
||||
|
||||
The backend system is finally getting promoted to 1.0.0. This means that the API is now stable and breaking changes should not occur until version 2.0.0, see our [package versioning policy](https://backstage.io/docs/overview/versioning-policy/#package-versioning-policy) for more information what this means.
|
||||
|
||||
This release also marks the end of the old backend system based on `createRouter` exports. Going forward backend plugins packages will start to deprecate and later this year remove exports supporting the old backend system. If you would like to help out with this transition, see https://github.com/backstage/backstage/issues/26353 or consult the [migration guide](https://backstage.io/docs/backend-system/building-plugins-and-modules/migrating/#remove-support-for-the-old-backend-system).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8052b9b: Add a `toJSON` on refs so that they can appear in expectations in jest tests
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.2-next.2
|
||||
- @backstage/cli-common@0.1.14
|
||||
- @backstage/config@1.2.0
|
||||
- @backstage/errors@1.2.4
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/plugin-permission-common@0.8.1
|
||||
|
||||
## 0.9.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-plugin-api",
|
||||
"version": "0.9.0-next.1",
|
||||
"version": "1.0.0-next.2",
|
||||
"description": "Core API used by Backstage backend plugins",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
Reference in New Issue
Block a user