@fluentui/react-overflow 9.0.41 → 9.0.42

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui/react-overflow",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 23 Oct 2023 09:48:56 GMT",
5
+ "date": "Wed, 01 Nov 2023 12:51:07 GMT",
6
+ "tag": "@fluentui/react-overflow_v9.0.42",
7
+ "version": "9.0.42",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-overflow",
13
+ "comment": "Bump @fluentui/react-theme to v9.1.15",
14
+ "commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 23 Oct 2023 09:51:57 GMT",
6
21
  "tag": "@fluentui/react-overflow_v9.0.41",
7
22
  "version": "9.0.41",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-overflow
2
2
 
3
- This log was last generated on Mon, 23 Oct 2023 09:48:56 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.0.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.42)
8
+
9
+ Wed, 01 Nov 2023 12:51:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.41..@fluentui/react-overflow_v9.0.42)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-theme to v9.1.15 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
15
+
7
16
  ## [9.0.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.41)
8
17
 
9
- Mon, 23 Oct 2023 09:48:56 GMT
18
+ Mon, 23 Oct 2023 09:51:57 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.40..@fluentui/react-overflow_v9.0.41)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.0.41",
3
+ "version": "9.0.42",
4
4
  "description": "React bindings for @fluentui/priority-overflow",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "@fluentui/priority-overflow": "^9.1.8",
38
38
  "@fluentui/react-context-selector": "^9.1.41",
39
- "@fluentui/react-theme": "^9.1.14",
39
+ "@fluentui/react-theme": "^9.1.15",
40
40
  "@fluentui/react-utilities": "^9.15.1",
41
41
  "@griffel/react": "^1.5.14",
42
42
  "@swc/helpers": "^0.5.1"