@fluentui/react-overflow 9.0.39 → 9.0.41

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-overflow",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 11 Oct 2023 13:50:07 GMT",
5
+ "date": "Mon, 23 Oct 2023 09:48:56 GMT",
6
+ "tag": "@fluentui/react-overflow_v9.0.41",
7
+ "version": "9.0.41",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-overflow",
13
+ "comment": "Bump @fluentui/priority-overflow to v9.1.8",
14
+ "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 18 Oct 2023 17:54:08 GMT",
21
+ "tag": "@fluentui/react-overflow_v9.0.40",
22
+ "version": "9.0.40",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui/react-overflow",
28
+ "comment": "Bump @fluentui/react-context-selector to v9.1.41",
29
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/react-overflow",
34
+ "comment": "Bump @fluentui/react-utilities to v9.15.1",
35
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Wed, 11 Oct 2023 13:54:26 GMT",
6
42
  "tag": "@fluentui/react-overflow_v9.0.39",
7
43
  "version": "9.0.39",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-overflow
2
2
 
3
- This log was last generated on Wed, 11 Oct 2023 13:50:07 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 Oct 2023 09:48:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.41)
8
+
9
+ Mon, 23 Oct 2023 09:48:56 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.40..@fluentui/react-overflow_v9.0.41)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/priority-overflow to v9.1.8 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
15
+
16
+ ## [9.0.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.40)
17
+
18
+ Wed, 18 Oct 2023 17:54:08 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.39..@fluentui/react-overflow_v9.0.40)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-context-selector to v9.1.41 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
24
+ - Bump @fluentui/react-utilities to v9.15.1 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
25
+
7
26
  ## [9.0.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.39)
8
27
 
9
- Wed, 11 Oct 2023 13:50:07 GMT
28
+ Wed, 11 Oct 2023 13:54:26 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.38..@fluentui/react-overflow_v9.0.39)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.0.39",
3
+ "version": "9.0.41",
4
4
  "description": "React bindings for @fluentui/priority-overflow",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,10 +34,10 @@
34
34
  "@fluentui/scripts-tasks": "*"
35
35
  },
36
36
  "dependencies": {
37
- "@fluentui/priority-overflow": "^9.1.7",
38
- "@fluentui/react-context-selector": "^9.1.40",
37
+ "@fluentui/priority-overflow": "^9.1.8",
38
+ "@fluentui/react-context-selector": "^9.1.41",
39
39
  "@fluentui/react-theme": "^9.1.14",
40
- "@fluentui/react-utilities": "^9.15.0",
40
+ "@fluentui/react-utilities": "^9.15.1",
41
41
  "@griffel/react": "^1.5.14",
42
42
  "@swc/helpers": "^0.5.1"
43
43
  },