@fluentui/react-overflow 9.0.0-beta.5 → 9.0.0-beta.8

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,70 @@
2
2
  "name": "@fluentui/react-overflow",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 28 Jun 2022 15:08:56 GMT",
5
+ "date": "Thu, 14 Jul 2022 21:18:36 GMT",
6
+ "tag": "@fluentui/react-overflow_v9.0.0-beta.8",
7
+ "version": "9.0.0-beta.8",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "Humberto.Morimoto@microsoft.com",
12
+ "package": "@fluentui/react-overflow",
13
+ "commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2",
14
+ "comment": "fix: Fixing bad version bump of @fluentui/react-utilities."
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-overflow",
19
+ "comment": "Bump @fluentui/react-context-selector to v9.0.2",
20
+ "commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-overflow",
25
+ "comment": "Bump @fluentui/react-utilities to v9.0.2",
26
+ "commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Thu, 14 Jul 2022 17:06:26 GMT",
33
+ "tag": "@fluentui/react-overflow_v9.0.0-beta.7",
34
+ "version": "9.0.0-beta.7",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-overflow",
40
+ "comment": "Bump @fluentui/react-context-selector to v9.0.1",
41
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-overflow",
46
+ "comment": "Bump @fluentui/react-utilities to v9.0.1-0",
47
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Tue, 28 Jun 2022 17:39:50 GMT",
54
+ "tag": "@fluentui/react-overflow_v9.0.0-beta.6",
55
+ "version": "9.0.0-beta.6",
56
+ "comments": {
57
+ "prerelease": [
58
+ {
59
+ "author": "lingfangao@hotmail.com",
60
+ "package": "@fluentui/react-overflow",
61
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b",
62
+ "comment": "fix: Use caret dependency range for Griffel"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "date": "Tue, 28 Jun 2022 15:13:44 GMT",
6
69
  "tag": "@fluentui/react-overflow_v9.0.0-beta.5",
7
70
  "version": "9.0.0-beta.5",
8
71
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,42 @@
1
1
  # Change Log - @fluentui/react-overflow
2
2
 
3
- This log was last generated on Tue, 28 Jun 2022 15:08:56 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Jul 2022 21:18:36 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-beta.8)
8
+
9
+ Thu, 14 Jul 2022 21:18:36 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-beta.7..@fluentui/react-overflow_v9.0.0-beta.8)
11
+
12
+ ### Changes
13
+
14
+ - fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
15
+ - Bump @fluentui/react-context-selector to v9.0.2 ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.0.2 ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by beachball)
17
+
18
+ ## [9.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-beta.7)
19
+
20
+ Thu, 14 Jul 2022 17:06:26 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-beta.6..@fluentui/react-overflow_v9.0.0-beta.7)
22
+
23
+ ### Changes
24
+
25
+ - Bump @fluentui/react-context-selector to v9.0.1 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.0.1-0 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
27
+
28
+ ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-beta.6)
29
+
30
+ Tue, 28 Jun 2022 17:39:50 GMT
31
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-beta.5..@fluentui/react-overflow_v9.0.0-beta.6)
32
+
33
+ ### Changes
34
+
35
+ - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com)
36
+
7
37
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-beta.5)
8
38
 
9
- Tue, 28 Jun 2022 15:08:56 GMT
39
+ Tue, 28 Jun 2022 15:13:44 GMT
10
40
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-beta.4..@fluentui/react-overflow_v9.0.0-beta.5)
11
41
 
12
42
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.0.0-beta.5",
3
+ "version": "9.0.0-beta.8",
4
4
  "description": "React bindings for @fluentui/priority-overflow",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,10 +31,10 @@
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.2",
35
35
  "@fluentui/react-theme": "^9.0.0",
36
- "@fluentui/react-utilities": "^9.0.0",
37
- "@griffel/react": "1.2.0",
36
+ "@fluentui/react-utilities": "^9.0.2",
37
+ "@griffel/react": "^1.2.0",
38
38
  "tslib": "^2.1.0"
39
39
  },
40
40
  "peerDependencies": {