Version Packages
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-devtools
|
||||
|
||||
## 0.1.39
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b15ef55: Scheduled Tasks page now refreshes its table automatically after a task is triggered or cancelled, so the updated status is visible without reloading the browser.
|
||||
- 08c922e: Migrated `ConfigContent` component from Material UI to Backstage UI (BUI).
|
||||
- 44d77e9: Removed separate nav item extensions. Sidebar entries are now provided via `title` and `icon` on each plugin's page extension.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.18.10
|
||||
- @backstage/ui@0.15.0
|
||||
- @backstage/errors@1.3.1
|
||||
- @backstage/frontend-plugin-api@0.17.0
|
||||
- @backstage/core-plugin-api@1.12.6
|
||||
- @backstage/core-compat-api@0.5.11
|
||||
- @backstage/plugin-devtools-common@0.1.25
|
||||
- @backstage/plugin-permission-react@0.5.1
|
||||
|
||||
## 0.1.39-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-devtools",
|
||||
"version": "0.1.39-next.2",
|
||||
"version": "0.1.39",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "devtools",
|
||||
|
||||
Reference in New Issue
Block a user