@fluentui/react-theme 9.1.16 → 9.1.17
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,21 @@
|
|
1
1
|
# Change Log - @fluentui/react-theme
|
2
2
|
|
3
|
-
This log was last generated on Thu,
|
3
|
+
This log was last generated on Thu, 07 Mar 2024 19:27:01 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.1.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.17)
|
8
|
+
|
9
|
+
Thu, 07 Mar 2024 19:27:01 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.1.16..@fluentui/react-theme_v9.1.17)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/tokens to v1.0.0-alpha.14 ([PR #30687](https://github.com/microsoft/fluentui/pull/30687) by beachball)
|
15
|
+
|
7
16
|
## [9.1.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.16)
|
8
17
|
|
9
|
-
Thu, 09 Nov 2023 17:
|
18
|
+
Thu, 09 Nov 2023 17:29:45 GMT
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.1.15..@fluentui/react-theme_v9.1.16)
|
11
20
|
|
12
21
|
### Patches
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-theme",
|
3
|
-
"version": "9.1.
|
3
|
+
"version": "9.1.17",
|
4
4
|
"description": "Fluent UI themes",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"@fluentui/scripts-tasks": "*"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@fluentui/tokens": "1.0.0-alpha.
|
33
|
+
"@fluentui/tokens": "1.0.0-alpha.14",
|
34
34
|
"@swc/helpers": "^0.5.1"
|
35
35
|
},
|
36
36
|
"beachball": {
|