Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-11-21 15:13:12 +00:00
parent f123f010e5
commit 8ece80419a
447 changed files with 6696 additions and 293 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/theme
## 0.5.0-next.0
### Minor Changes
- 4d9e3b39e4: 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`.
## 0.4.4
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/theme",
"description": "material-ui theme for use with Backstage.",
"version": "0.4.4",
"version": "0.5.0-next.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",