@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.
- package/CHANGELOG.md +11 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
# @backstage/ui
|
|
2
2
|
|
|
3
|
-
## 0.8.2
|
|
3
|
+
## 0.8.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
|
|
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.
|
|
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",
|