Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-07-04 16:24:25 +00:00
parent 3ff622aa4f
commit 2fc17fb329
228 changed files with 2587 additions and 128 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/theme
## 0.4.1-next.0
### Patch Changes
- 4f28914d9f0e: Overwrite `PaletteOptions` & `ThemeOptions` type to allow use of `createTheme` from `@backstage/theme` as well as `@material-ui/core/styles` with the same type. Also replaced the default `CSSBaseline` with v4 instead of v5 for better backwards compatibility for now.
- 874c3e8bf909: Override the spacing to a v5 compliant method
## 0.4.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/theme",
"description": "material-ui theme for use with Backstage.",
"version": "0.4.0",
"version": "0.4.1-next.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",