Version Packages

This commit is contained in:
github-actions[bot]
2021-12-02 12:35:24 +00:00
parent 5722e731aa
commit 29f2606ed9
207 changed files with 1187 additions and 876 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/theme
## 0.2.14
### Patch Changes
- e34f174fc5: Added `<SidebarSubmenu>` and `<SidebarSubmenuItem>` to enable building better sidebars. You can check out the storybook for more inspiration and how to get started.
Added two new theme props for styling the sidebar too, `navItem.hoverBackground` and `submenu.background`.
- 59677fadb1: Improvements to API Reference documentation
## 0.2.13
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/theme",
"description": "material-ui theme for use with Backstage.",
"version": "0.2.13",
"version": "0.2.14",
"private": false,
"publishConfig": {
"access": "public",
@@ -31,7 +31,7 @@
"@material-ui/core": "^4.12.2"
},
"devDependencies": {
"@backstage/cli": "^0.9.0"
"@backstage/cli": "^0.10.0"
},
"files": [
"dist"