@fluentui/react-overflow 9.0.20 → 9.0.21

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,34 @@
2
2
  "name": "@fluentui/react-overflow",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 20 Jun 2023 12:34:44 GMT",
5
+ "date": "Mon, 26 Jun 2023 09:51:06 GMT",
6
+ "tag": "@fluentui/react-overflow_v9.0.21",
7
+ "version": "9.0.21",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-overflow",
13
+ "comment": "Bump @fluentui/priority-overflow to v9.1.1",
14
+ "commit": "025ea2c9c6fb2184e67505081a7a307e95c6c009"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-overflow",
19
+ "comment": "Bump @fluentui/react-context-selector to v9.1.24",
20
+ "commit": "025ea2c9c6fb2184e67505081a7a307e95c6c009"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-overflow",
25
+ "comment": "Bump @fluentui/react-utilities to v9.9.4",
26
+ "commit": "025ea2c9c6fb2184e67505081a7a307e95c6c009"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 20 Jun 2023 12:39:01 GMT",
6
33
  "tag": "@fluentui/react-overflow_v9.0.20",
7
34
  "version": "9.0.20",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/react-overflow
2
2
 
3
- This log was last generated on Tue, 20 Jun 2023 12:34:44 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 26 Jun 2023 09:51:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.21)
8
+
9
+ Mon, 26 Jun 2023 09:51:06 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.20..@fluentui/react-overflow_v9.0.21)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/priority-overflow to v9.1.1 ([PR #28307](https://github.com/microsoft/fluentui/pull/28307) by beachball)
15
+ - Bump @fluentui/react-context-selector to v9.1.24 ([PR #28307](https://github.com/microsoft/fluentui/pull/28307) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.9.4 ([PR #28307](https://github.com/microsoft/fluentui/pull/28307) by beachball)
17
+
7
18
  ## [9.0.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.20)
8
19
 
9
- Tue, 20 Jun 2023 12:34:44 GMT
20
+ Tue, 20 Jun 2023 12:39:01 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.19..@fluentui/react-overflow_v9.0.20)
11
22
 
12
23
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.0.20",
3
+ "version": "9.0.21",
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.0",
38
- "@fluentui/react-context-selector": "^9.1.23",
37
+ "@fluentui/priority-overflow": "^9.1.1",
38
+ "@fluentui/react-context-selector": "^9.1.24",
39
39
  "@fluentui/react-theme": "^9.1.9",
40
- "@fluentui/react-utilities": "^9.9.3",
40
+ "@fluentui/react-utilities": "^9.9.4",
41
41
  "@griffel/react": "^1.5.7",
42
42
  "@swc/helpers": "^0.4.14"
43
43
  },