Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-07-05 08:23:38 +00:00
parent f863b1a730
commit 6b985dc1c7
201 changed files with 3302 additions and 662 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/theme
## 0.2.16-next.1
### Patch Changes
- ff4f56eb49: **DEPRECATED**: The `bursts` object from `BackstagePaletteAdditions` has been depreciated and will be removed in a future release
The `genPageTheme` function now includes an optional options object with an optional `fontColor` which defaults to white if not provided.
## 0.2.16-next.0
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/theme",
"description": "material-ui theme for use with Backstage.",
"version": "0.2.16-next.0",
"version": "0.2.16-next.1",
"private": false,
"publishConfig": {
"access": "public",
@@ -36,7 +36,7 @@
"@material-ui/core": "^4.12.2"
},
"devDependencies": {
"@backstage/cli": "^0.18.0-next.1"
"@backstage/cli": "^0.18.0-next.2"
},
"files": [
"dist"