Version Packages
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# @backstage/frontend-dev-utils
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- c25532a: Added `@backstage/frontend-dev-utils`, a new package that provides a minimal helper for wiring up a development app for frontend plugins using the new frontend system. It exports a `createDevApp` function that handles creating and rendering a development app from a `dev/` entry point. The dev app automatically bypasses the sign-in page and loads the `@backstage/ui` CSS. The options interface accepts `features` together with route bindings through `bindRoutes`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/ui@0.13.0
|
||||
- @backstage/frontend-plugin-api@0.15.0
|
||||
- @backstage/plugin-app@0.4.1
|
||||
- @backstage/frontend-defaults@0.5.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-dev-utils",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"description": "Utilities for developing Backstage frontend plugins using the new frontend system.",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
Reference in New Issue
Block a user