@backstage/ui 0.8.2-next.0 → 0.8.2

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 +11 -6
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,14 +1,19 @@
1
1
  # @backstage/ui
2
2
 
3
- ## 0.8.2-next.0
3
+ ## 0.8.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 26c6a78: Fix default text color in Backstage UI
8
- - dac851f: Fix the default font size in Backstage UI.
9
- - 3c0ea67: Fix CSS layer ordering in Backstage UI to make sure component styles are loaded after tokens and base declarations.
10
- - 4eb455c: Fix font smoothing as default in Backstage UI.
11
- - 00bfb83: Fix default font wight and font family in Backstage UI.
7
+ - 424a156: Fix CSS layer ordering in Backstage UI to make sure component styles are loaded after tokens and base declarations.
8
+ - b5390a5: Fix font smoothing as default in Backstage UI.
9
+
10
+ ## 0.8.1
11
+
12
+ ### Patch Changes
13
+
14
+ - 3f9b002: Fix default text color in Backstage UI
15
+ - f842c8c: Fix the default font size in Backstage UI.
16
+ - 247d799: Fix default font wight and font family in Backstage UI.
12
17
 
13
18
  ## 0.8.0
14
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/ui",
3
- "version": "0.8.2-next.0",
3
+ "version": "0.8.2",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -45,7 +45,7 @@
45
45
  "react-aria-components": "^1.13.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "0.34.5-next.0",
48
+ "@backstage/cli": "^0.34.4",
49
49
  "@types/react": "^18.0.0",
50
50
  "@types/react-dom": "^18.0.0",
51
51
  "chalk": "^5.4.1",