@fluentui/react-overflow 9.0.0-beta.6 → 9.0.0-beta.7

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": "Tue, 28 Jun 2022 17:37:50 GMT",
5
+ "date": "Thu, 14 Jul 2022 17:03:35 GMT",
6
+ "tag": "@fluentui/react-overflow_v9.0.0-beta.7",
7
+ "version": "9.0.0-beta.7",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-overflow",
13
+ "comment": "Bump @fluentui/react-context-selector to v9.0.1",
14
+ "commit": "fd9308f35ec9b2c7f7fdbfce62f9a94ca00d6536"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-overflow",
19
+ "comment": "Bump @fluentui/react-utilities to v9.0.1-0",
20
+ "commit": "fd9308f35ec9b2c7f7fdbfce62f9a94ca00d6536"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 28 Jun 2022 17:39:50 GMT",
6
27
  "tag": "@fluentui/react-overflow_v9.0.0-beta.6",
7
28
  "version": "9.0.0-beta.6",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-overflow
2
2
 
3
- This log was last generated on Tue, 28 Jun 2022 17:37:50 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Jul 2022 17:03:35 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-beta.7)
8
+
9
+ Thu, 14 Jul 2022 17:03:35 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-beta.6..@fluentui/react-overflow_v9.0.0-beta.7)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-context-selector to v9.0.1 ([PR #23909](https://github.com/microsoft/fluentui/pull/23909) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.0.1-0 ([PR #23909](https://github.com/microsoft/fluentui/pull/23909) by beachball)
16
+
7
17
  ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-beta.6)
8
18
 
9
- Tue, 28 Jun 2022 17:37:50 GMT
19
+ Tue, 28 Jun 2022 17:39:50 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-beta.5..@fluentui/react-overflow_v9.0.0-beta.6)
11
21
 
12
22
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.0.0-beta.6",
3
+ "version": "9.0.0-beta.7",
4
4
  "description": "React bindings for @fluentui/priority-overflow",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@fluentui/priority-overflow": "^9.0.0-beta.2",
34
- "@fluentui/react-context-selector": "^9.0.0",
34
+ "@fluentui/react-context-selector": "^9.0.1",
35
35
  "@fluentui/react-theme": "^9.0.0",
36
- "@fluentui/react-utilities": "^9.0.0",
36
+ "@fluentui/react-utilities": "^9.0.1-0",
37
37
  "@griffel/react": "^1.2.0",
38
38
  "tslib": "^2.1.0"
39
39
  },