@fluentui/react-overflow 9.0.14 → 9.0.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,28 @@
2
2
  "name": "@fluentui/react-overflow",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 12 Apr 2023 09:28:17 GMT",
5
+ "date": "Mon, 17 Apr 2023 17:50:13 GMT",
6
+ "tag": "@fluentui/react-overflow_v9.0.15",
7
+ "version": "9.0.15",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-overflow",
13
+ "comment": "Bump @fluentui/react-context-selector to v9.1.18",
14
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-overflow",
19
+ "comment": "Bump @fluentui/react-utilities to v9.8.0",
20
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 12 Apr 2023 09:31:45 GMT",
6
27
  "tag": "@fluentui/react-overflow_v9.0.14",
7
28
  "version": "9.0.14",
8
29
  "comments": {
@@ -11,13 +32,13 @@
11
32
  "author": "beachball",
12
33
  "package": "@fluentui/react-overflow",
13
34
  "comment": "Bump @fluentui/react-context-selector to v9.1.17",
14
- "commit": "b48890859f5ce28fe12fd40f6bda26ed486c5e47"
35
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
15
36
  },
16
37
  {
17
38
  "author": "beachball",
18
39
  "package": "@fluentui/react-overflow",
19
40
  "comment": "Bump @fluentui/react-utilities to v9.7.4",
20
- "commit": "b48890859f5ce28fe12fd40f6bda26ed486c5e47"
41
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
21
42
  }
22
43
  ]
23
44
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,28 @@
1
1
  # Change Log - @fluentui/react-overflow
2
2
 
3
- This log was last generated on Wed, 12 Apr 2023 09:28:17 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 17 Apr 2023 17:50:13 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.15)
8
+
9
+ Mon, 17 Apr 2023 17:50:13 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.14..@fluentui/react-overflow_v9.0.15)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-context-selector to v9.1.18 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.8.0 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball)
16
+
7
17
  ## [9.0.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.14)
8
18
 
9
- Wed, 12 Apr 2023 09:28:17 GMT
19
+ Wed, 12 Apr 2023 09:31:45 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.13..@fluentui/react-overflow_v9.0.14)
11
21
 
12
22
  ### Patches
13
23
 
14
- - Bump @fluentui/react-context-selector to v9.1.17 ([commit](https://github.com/microsoft/fluentui/commit/b48890859f5ce28fe12fd40f6bda26ed486c5e47) by beachball)
15
- - Bump @fluentui/react-utilities to v9.7.4 ([commit](https://github.com/microsoft/fluentui/commit/b48890859f5ce28fe12fd40f6bda26ed486c5e47) by beachball)
24
+ - Bump @fluentui/react-context-selector to v9.1.17 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball)
25
+ - Bump @fluentui/react-utilities to v9.7.4 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball)
16
26
 
17
27
  ## [9.0.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.13)
18
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.0.14",
3
+ "version": "9.0.15",
4
4
  "description": "React bindings for @fluentui/priority-overflow",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,9 +34,9 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/priority-overflow": "^9.0.2",
37
- "@fluentui/react-context-selector": "^9.1.17",
37
+ "@fluentui/react-context-selector": "^9.1.18",
38
38
  "@fluentui/react-theme": "^9.1.7",
39
- "@fluentui/react-utilities": "^9.7.4",
39
+ "@fluentui/react-utilities": "^9.8.0",
40
40
  "@griffel/react": "^1.5.2",
41
41
  "@swc/helpers": "^0.4.14"
42
42
  },