Version Packages

This commit is contained in:
github-actions[bot]
2023-12-19 13:39:54 +00:00
parent 7615a4c90b
commit a9801a3ec9
706 changed files with 7721 additions and 2335 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/theme
## 0.5.0
### Minor Changes
- 4d9e3b3: Added a global `OverrideComponentNameToClassKeys` for other plugins and packages to populate using module augmentation. This will in turn will provide component style override types for `createUnifiedTheme`.
### Patch Changes
- cd0dd4c: Align Material UI v5 `Paper` component background color in dark mode to v4.
## 0.5.0-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/theme",
"description": "material-ui theme for use with Backstage.",
"version": "0.5.0-next.1",
"version": "0.5.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",