@fluentui/react-theme 9.1.13 → 9.1.15

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,43 @@
2
2
  "name": "@fluentui/react-theme",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 26 Sep 2023 15:15:06 GMT",
5
+ "date": "Wed, 01 Nov 2023 12:51:07 GMT",
6
+ "tag": "@fluentui/react-theme_v9.1.15",
7
+ "version": "9.1.15",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-theme",
13
+ "comment": "Bump @fluentui/tokens to v1.0.0-alpha.12",
14
+ "commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 26 Sep 2023 17:49:13 GMT",
21
+ "tag": "@fluentui/react-theme_v9.1.14",
22
+ "version": "9.1.14",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "yuanboxue@microsoft.com",
27
+ "package": "@fluentui/react-theme",
28
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
29
+ "comment": "chore: trigger manual version bump after broken release"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/react-theme",
34
+ "comment": "Bump @fluentui/tokens to v1.0.0-alpha.11",
35
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Tue, 26 Sep 2023 15:31:44 GMT",
6
42
  "tag": "@fluentui/react-theme_v9.1.13",
7
43
  "version": "9.1.13",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-theme
2
2
 
3
- This log was last generated on Tue, 26 Sep 2023 15:15:06 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 01 Nov 2023 12:51:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.15)
8
+
9
+ Wed, 01 Nov 2023 12:51:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.1.14..@fluentui/react-theme_v9.1.15)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/tokens to v1.0.0-alpha.12 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
15
+
16
+ ## [9.1.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.14)
17
+
18
+ Tue, 26 Sep 2023 17:49:13 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.1.13..@fluentui/react-theme_v9.1.14)
20
+
21
+ ### Patches
22
+
23
+ - chore: trigger manual version bump after broken release ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by yuanboxue@microsoft.com)
24
+ - Bump @fluentui/tokens to v1.0.0-alpha.11 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball)
25
+
7
26
  ## [9.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.13)
8
27
 
9
- Tue, 26 Sep 2023 15:15:06 GMT
28
+ Tue, 26 Sep 2023 15:31:44 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.1.12..@fluentui/react-theme_v9.1.13)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-theme",
3
- "version": "9.1.13",
3
+ "version": "9.1.15",
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.10",
33
+ "@fluentui/tokens": "1.0.0-alpha.12",
34
34
  "@swc/helpers": "^0.5.1"
35
35
  },
36
36
  "beachball": {