@backstage/theme 0.4.3-next.0 → 0.4.3

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @backstage/theme
2
2
 
3
+ ## 0.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 5ad5344756: Added support for string `fontSize` values (e.g. `"2.5rem"`) in themes in addition to numbers. Also added an optional `fontFamily` prop for header typography variants to allow further customization.
8
+
3
9
  ## 0.4.3-next.0
4
10
 
5
11
  ### 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.4.3-next.0",
4
+ "version": "0.4.3",
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"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "^0.23.0-next.2",
47
+ "@backstage/cli": "^0.23.0",
48
48
  "@types/react": "^16.13.1 || ^17.0.0"
49
49
  },
50
50
  "files": [