@fluentui/react-overflow 0.0.0-nightly-20221205-0422.1 → 0.0.0-nightly-20221207-0424.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +34 -11
- package/CHANGELOG.md +17 -8
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
"name": "@fluentui/react-overflow",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-overflow_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Wed, 07 Dec 2022 04:30:59 GMT",
|
6
|
+
"tag": "@fluentui/react-overflow_v0.0.0-nightly-20221207-0424.1",
|
7
|
+
"version": "0.0.0-nightly-20221207-0424.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
@@ -16,26 +16,49 @@
|
|
16
16
|
{
|
17
17
|
"author": "beachball",
|
18
18
|
"package": "@fluentui/react-overflow",
|
19
|
-
"comment": "Bump @fluentui/priority-overflow to v0.0.0-nightly-
|
20
|
-
"commit": "
|
19
|
+
"comment": "Bump @fluentui/priority-overflow to v0.0.0-nightly-20221207-0424.1",
|
20
|
+
"commit": "b8e7f4e96aa04640b76b43c63b066cae1a667ac0"
|
21
21
|
},
|
22
22
|
{
|
23
23
|
"author": "beachball",
|
24
24
|
"package": "@fluentui/react-overflow",
|
25
|
-
"comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly-
|
26
|
-
"commit": "
|
25
|
+
"comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly-20221207-0424.1",
|
26
|
+
"commit": "b8e7f4e96aa04640b76b43c63b066cae1a667ac0"
|
27
27
|
},
|
28
28
|
{
|
29
29
|
"author": "beachball",
|
30
30
|
"package": "@fluentui/react-overflow",
|
31
|
-
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-
|
32
|
-
"commit": "
|
31
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20221207-0424.1",
|
32
|
+
"commit": "b8e7f4e96aa04640b76b43c63b066cae1a667ac0"
|
33
33
|
},
|
34
34
|
{
|
35
35
|
"author": "beachball",
|
36
36
|
"package": "@fluentui/react-overflow",
|
37
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-
|
38
|
-
"commit": "
|
37
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20221207-0424.1",
|
38
|
+
"commit": "b8e7f4e96aa04640b76b43c63b066cae1a667ac0"
|
39
|
+
}
|
40
|
+
]
|
41
|
+
}
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"date": "Mon, 05 Dec 2022 18:29:26 GMT",
|
45
|
+
"tag": "@fluentui/react-overflow_v9.0.0-rc.2",
|
46
|
+
"version": "9.0.0-rc.2",
|
47
|
+
"comments": {
|
48
|
+
"none": [
|
49
|
+
{
|
50
|
+
"author": "tristan.watanabe@gmail.com",
|
51
|
+
"package": "@fluentui/react-overflow",
|
52
|
+
"commit": "690571f25f33d5c2c63e9773e035d164a6dbeba7",
|
53
|
+
"comment": "fix: Remove cypress test line causing intermittent CI failures."
|
54
|
+
}
|
55
|
+
],
|
56
|
+
"prerelease": [
|
57
|
+
{
|
58
|
+
"author": "beachball",
|
59
|
+
"package": "@fluentui/react-overflow",
|
60
|
+
"comment": "Bump @fluentui/react-theme to v9.1.3",
|
61
|
+
"commit": "4c29542a51bf068e171690cc8e59c14489883912"
|
39
62
|
}
|
40
63
|
]
|
41
64
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,21 +1,30 @@
|
|
1
1
|
# Change Log - @fluentui/react-overflow
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 07 Dec 2022 04:30:59 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20221207-0424.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v0.0.0-nightly-20221207-0424.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-rc.
|
9
|
+
Wed, 07 Dec 2022 04:30:59 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-rc.2..@fluentui/react-overflow_v0.0.0-nightly-20221207-0424.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
14
|
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
|
15
|
-
- Bump @fluentui/priority-overflow to v0.0.0-nightly-
|
16
|
-
- Bump @fluentui/react-context-selector to v0.0.0-nightly-
|
17
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-
|
18
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
15
|
+
- Bump @fluentui/priority-overflow to v0.0.0-nightly-20221207-0424.1 ([commit](https://github.com/microsoft/fluentui/commit/b8e7f4e96aa04640b76b43c63b066cae1a667ac0) by beachball)
|
16
|
+
- Bump @fluentui/react-context-selector to v0.0.0-nightly-20221207-0424.1 ([commit](https://github.com/microsoft/fluentui/commit/b8e7f4e96aa04640b76b43c63b066cae1a667ac0) by beachball)
|
17
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20221207-0424.1 ([commit](https://github.com/microsoft/fluentui/commit/b8e7f4e96aa04640b76b43c63b066cae1a667ac0) by beachball)
|
18
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20221207-0424.1 ([commit](https://github.com/microsoft/fluentui/commit/b8e7f4e96aa04640b76b43c63b066cae1a667ac0) by beachball)
|
19
|
+
|
20
|
+
## [9.0.0-rc.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-rc.2)
|
21
|
+
|
22
|
+
Mon, 05 Dec 2022 18:29:26 GMT
|
23
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-rc.1..@fluentui/react-overflow_v9.0.0-rc.2)
|
24
|
+
|
25
|
+
### Changes
|
26
|
+
|
27
|
+
- Bump @fluentui/react-theme to v9.1.3 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
|
19
28
|
|
20
29
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-rc.1)
|
21
30
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-overflow",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20221207-0424.1",
|
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": "^1.0.0"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@fluentui/priority-overflow": "0.0.0-nightly-
|
35
|
-
"@fluentui/react-context-selector": "0.0.0-nightly-
|
36
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
37
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
34
|
+
"@fluentui/priority-overflow": "0.0.0-nightly-20221207-0424.1",
|
35
|
+
"@fluentui/react-context-selector": "0.0.0-nightly-20221207-0424.1",
|
36
|
+
"@fluentui/react-theme": "0.0.0-nightly-20221207-0424.1",
|
37
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20221207-0424.1",
|
38
38
|
"@griffel/react": "^1.4.2",
|
39
39
|
"tslib": "^2.1.0"
|
40
40
|
},
|