@fluentui/react-overflow 9.0.0-rc.5 → 9.0.0-rc.6

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,48 @@
2
2
  "name": "@fluentui/react-overflow",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 04 Jan 2023 01:35:35 GMT",
5
+ "date": "Mon, 09 Jan 2023 14:31:45 GMT",
6
+ "tag": "@fluentui/react-overflow_v9.0.0-rc.6",
7
+ "version": "9.0.0-rc.6",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-overflow",
13
+ "commit": "2611ae5441e4bc702c4ce6404c7186f6c2de7cc3",
14
+ "comment": "Add tests for fix"
15
+ },
16
+ {
17
+ "author": "martinhochel@microsoft.com",
18
+ "package": "@fluentui/react-overflow",
19
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
20
+ "comment": "chore: introduce more barrel file api within /scripts"
21
+ }
22
+ ],
23
+ "prerelease": [
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-overflow",
27
+ "comment": "Bump @fluentui/priority-overflow to v9.0.0-rc.2",
28
+ "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-overflow",
33
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
34
+ "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
35
+ },
36
+ {
37
+ "author": "beachball",
38
+ "package": "@fluentui/react-overflow",
39
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
40
+ "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
41
+ }
42
+ ]
43
+ }
44
+ },
45
+ {
46
+ "date": "Wed, 04 Jan 2023 01:40:14 GMT",
6
47
  "tag": "@fluentui/react-overflow_v9.0.0-rc.5",
7
48
  "version": "9.0.0-rc.5",
8
49
  "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 Wed, 04 Jan 2023 01:35:35 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 09 Jan 2023 14:31:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-rc.6)
8
+
9
+ Mon, 09 Jan 2023 14:31:45 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-rc.5..@fluentui/react-overflow_v9.0.0-rc.6)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/priority-overflow to v9.0.0-rc.2 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
15
+ - Bump @fluentui/react-context-selector to v9.1.5 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.4.0 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
17
+
7
18
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-rc.5)
8
19
 
9
- Wed, 04 Jan 2023 01:35:35 GMT
20
+ Wed, 04 Jan 2023 01:40:14 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-rc.4..@fluentui/react-overflow_v9.0.0-rc.5)
11
22
 
12
23
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.0.0-rc.5",
3
+ "version": "9.0.0-rc.6",
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
  "@fluentui/scripts": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/priority-overflow": "^9.0.0-rc.1",
35
- "@fluentui/react-context-selector": "^9.1.4",
34
+ "@fluentui/priority-overflow": "^9.0.0-rc.2",
35
+ "@fluentui/react-context-selector": "^9.1.5",
36
36
  "@fluentui/react-theme": "^9.1.5",
37
- "@fluentui/react-utilities": "^9.3.1",
37
+ "@fluentui/react-utilities": "^9.4.0",
38
38
  "@griffel/react": "^1.5.2",
39
39
  "tslib": "^2.1.0"
40
40
  },