@backstage/theme 0.5.1-next.1 → 0.5.1

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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @backstage/theme
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - dd5d7cc: Fixed missing extra variables like `applyDarkStyles` in Mui V5 theme after calling `createUnifiedThemeFromV4` function
8
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
9
+
3
10
  ## 0.5.1-next.1
4
11
 
5
12
  ### 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.1-next.1",
4
+ "version": "0.5.1",
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.2-next.3",
47
+ "@backstage/cli": "^0.25.2",
48
48
  "@mui/styles": "^5.14.18",
49
49
  "@testing-library/jest-dom": "^6.0.0",
50
50
  "@testing-library/react": "^14.0.0",