@backstage/theme 0.5.0-next.1 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @backstage/theme
2
2
 
3
+ ## 0.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 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`.
8
+
9
+ ### Patch Changes
10
+
11
+ - cd0dd4c: Align Material UI v5 `Paper` component background color in dark mode to v4.
12
+
3
13
  ## 0.5.0-next.1
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/theme",
3
3
  "description": "material-ui theme for use with Backstage.",
4
- "version": "0.5.0-next.1",
4
+ "version": "0.5.0",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "main": "dist/index.esm.js",
@@ -44,7 +44,7 @@
44
44
  "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "^0.25.0-next.2",
47
+ "@backstage/cli": "^0.25.0",
48
48
  "@mui/styles": "^5.14.18",
49
49
  "@testing-library/jest-dom": "^6.0.0",
50
50
  "@testing-library/react": "^14.0.0",