updated backend/frontend system readme files

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-01-09 08:40:26 +01:00
parent 2cfd6f55e3
commit 516fd3e918
9 changed files with 20 additions and 15 deletions
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/frontend-plugin-api': patch
'@backstage/frontend-test-utils': patch
'@backstage/backend-plugin-api': patch
'@backstage/backend-dev-utils': patch
'@backstage/backend-defaults': patch
'@backstage/frontend-app-api': patch
'@backstage/backend-app-api': patch
---
Updated README to reflect release status
+1 -3
View File
@@ -1,8 +1,6 @@
# @backstage/backend-app-api
**This package is EXPERIMENTAL, we recommend against using it for production deployments**
This package provides the core API used by Backstage backend apps.
This package provides the framework API used by Backstage backend apps.
## Installation
-2
View File
@@ -1,7 +1,5 @@
# @backstage/backend-defaults
**This package is EXPERIMENTAL, we recommend against using it for production deployments**
This package provides the default implementations and setup for a standard Backstage backend app.
## Installation
-2
View File
@@ -1,7 +1,5 @@
# @backstage/backend-dev-utils
**This package is EXPERIMENTAL, but we encourage use of it to add support for the new backend system in your own plugins**
This package helps set up local development environments for Backstage backend packages.
## Installation
+1 -1
View File
@@ -1,5 +1,5 @@
# example-backend-next
This is an example backend for the new **EXPERIMENTAL** Backstage backend system.
This is an example backend for [the new Backstage backend system](https://backstage.io/docs/backend-system/).
Do not use this in your own projects.
+1 -3
View File
@@ -1,8 +1,6 @@
# @backstage/backend-plugin-api
**This package is EXPERIMENTAL, but we encourage use of it to add support for the new backend system in your own plugins**
This package provides the core API used by Backstage backend plugins and modules.
This package provides the framework API used by Backstage backend plugins and modules.
## Installation
+2 -2
View File
@@ -1,8 +1,8 @@
# @backstage/frontend-app-api
**This package is EXPERIMENTAL, we recommend against using it for production deployments**
**The [new frontend system](https://backstage.io/docs/frontend-system/) that this package is part of is in alpha, and we do not yet recommend using it for production deployments**
This package provides the core API used by Backstage frontend apps. It implements the design outlined in [RFC: Frontend System Evolution](https://github.com/backstage/backstage/issues/18372).
This package provides the framework API used by Backstage frontend apps. It implements the design outlined in [RFC: Frontend System Evolution](https://github.com/backstage/backstage/issues/18372).
## Documentation
+2 -2
View File
@@ -1,8 +1,8 @@
# @backstage/frontend-plugin-api
**This package is EXPERIMENTAL, we recommend against using it for production deployments**
**The [new frontend system](https://backstage.io/docs/frontend-system/) that this package is part of is in alpha, and we do not yet recommend using it for production deployments**
This package provides the core API used by Backstage frontend plugins. It implements the design outlined in [RFC: Frontend System Evolution](https://github.com/backstage/backstage/issues/18372).
This package provides the framework API used by Backstage frontend plugins. It implements the design outlined in [RFC: Frontend System Evolution](https://github.com/backstage/backstage/issues/18372).
## Documentation
+2
View File
@@ -1,5 +1,7 @@
# @backstage/frontend-test-utils
**The [new frontend system](https://backstage.io/docs/frontend-system/) that this package is part of is in alpha, and we do not yet recommend using it for production deployments**
Contains utilities that can be used when testing frontend features such as extensions.
## Installation