@fluentui/react-theme 9.1.17 → 9.1.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/react-theme
2
2
 
3
- This log was last generated on Thu, 07 Mar 2024 19:27:01 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 18 Mar 2024 19:44:52 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.19)
8
+
9
+ Mon, 18 Mar 2024 19:44:52 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.1.18..@fluentui/react-theme_v9.1.19)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/tokens to v1.0.0-alpha.16 ([PR #30803](https://github.com/microsoft/fluentui/pull/30803) by beachball)
15
+
16
+ ## [9.1.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.18)
17
+
18
+ Fri, 15 Mar 2024 21:43:49 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.1.17..@fluentui/react-theme_v9.1.18)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/tokens to v1.0.0-alpha.15 ([PR #30740](https://github.com/microsoft/fluentui/pull/30740) by beachball)
24
+
7
25
  ## [9.1.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.17)
8
26
 
9
- Thu, 07 Mar 2024 19:27:01 GMT
27
+ Thu, 07 Mar 2024 19:33:27 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.1.16..@fluentui/react-theme_v9.1.17)
11
29
 
12
30
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-theme",
3
- "version": "9.1.17",
3
+ "version": "9.1.19",
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.14",
33
+ "@fluentui/tokens": "1.0.0-alpha.16",
34
34
  "@swc/helpers": "^0.5.1"
35
35
  },
36
36
  "beachball": {