Version Packages
This commit is contained in:
@@ -1,5 +1,23 @@
|
||||
# @backstage/plugin-home
|
||||
|
||||
## 0.9.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 419141e: Fixed widgets not being movable or resizable after saved edits. Previously, entering edit mode didn't restore `isDraggable` and `isResizable`.
|
||||
- 44d77e9: Removed separate nav item extensions. Sidebar entries are now provided via `title` and `icon` on each plugin's page extension.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.9.0
|
||||
- @backstage/core-components@0.18.10
|
||||
- @backstage/frontend-plugin-api@0.17.0
|
||||
- @backstage/core-plugin-api@1.12.6
|
||||
- @backstage/plugin-catalog-react@3.0.0
|
||||
- @backstage/core-compat-api@0.5.11
|
||||
- @backstage/catalog-client@1.15.1
|
||||
- @backstage/config@1.3.8
|
||||
- @backstage/core-app-api@1.20.1
|
||||
- @backstage/plugin-home-react@0.1.38
|
||||
|
||||
## 0.9.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-home",
|
||||
"version": "0.9.6-next.0",
|
||||
"version": "0.9.6",
|
||||
"description": "A Backstage plugin that helps you build a home page",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
Reference in New Issue
Block a user