@fluentui/react-overflow 9.0.24 → 9.0.25
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +29 -2
- package/CHANGELOG.md +14 -3
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,34 @@
|
|
2
2
|
"name": "@fluentui/react-overflow",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Fri, 04 Aug 2023 08:48:25 GMT",
|
6
|
+
"tag": "@fluentui/react-overflow_v9.0.25",
|
7
|
+
"version": "9.0.25",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-overflow",
|
13
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.27",
|
14
|
+
"commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-overflow",
|
19
|
+
"comment": "Bump @fluentui/react-theme to v9.1.10",
|
20
|
+
"commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-overflow",
|
25
|
+
"comment": "Bump @fluentui/react-utilities to v9.11.0",
|
26
|
+
"commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
|
27
|
+
}
|
28
|
+
]
|
29
|
+
}
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"date": "Tue, 25 Jul 2023 13:29:20 GMT",
|
6
33
|
"tag": "@fluentui/react-overflow_v9.0.24",
|
7
34
|
"version": "9.0.24",
|
8
35
|
"comments": {
|
@@ -17,7 +44,7 @@
|
|
17
44
|
"author": "beachball",
|
18
45
|
"package": "@fluentui/react-overflow",
|
19
46
|
"comment": "Bump @fluentui/priority-overflow to v9.1.2",
|
20
|
-
"commit": "
|
47
|
+
"commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
|
21
48
|
}
|
22
49
|
]
|
23
50
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,18 +1,29 @@
|
|
1
1
|
# Change Log - @fluentui/react-overflow
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 04 Aug 2023 08:48:25 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.25)
|
8
|
+
|
9
|
+
Fri, 04 Aug 2023 08:48:25 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.24..@fluentui/react-overflow_v9.0.25)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-context-selector to v9.1.27 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
|
15
|
+
- Bump @fluentui/react-theme to v9.1.10 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v9.11.0 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
|
17
|
+
|
7
18
|
## [9.0.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.24)
|
8
19
|
|
9
|
-
Tue, 25 Jul 2023 13:
|
20
|
+
Tue, 25 Jul 2023 13:29:20 GMT
|
10
21
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.23..@fluentui/react-overflow_v9.0.24)
|
11
22
|
|
12
23
|
### Patches
|
13
24
|
|
14
25
|
- fix: Overflow update should run show/hide steps twice ([PR #28628](https://github.com/microsoft/fluentui/pull/28628) by lingfan.gao@microsoft.com)
|
15
|
-
- Bump @fluentui/priority-overflow to v9.1.2 ([PR #
|
26
|
+
- Bump @fluentui/priority-overflow to v9.1.2 ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by beachball)
|
16
27
|
|
17
28
|
## [9.0.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.23)
|
18
29
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-overflow",
|
3
|
-
"version": "9.0.
|
3
|
+
"version": "9.0.25",
|
4
4
|
"description": "React bindings for @fluentui/priority-overflow",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -35,9 +35,9 @@
|
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
37
|
"@fluentui/priority-overflow": "^9.1.2",
|
38
|
-
"@fluentui/react-context-selector": "^9.1.
|
39
|
-
"@fluentui/react-theme": "^9.1.
|
40
|
-
"@fluentui/react-utilities": "^9.
|
38
|
+
"@fluentui/react-context-selector": "^9.1.27",
|
39
|
+
"@fluentui/react-theme": "^9.1.10",
|
40
|
+
"@fluentui/react-utilities": "^9.11.0",
|
41
41
|
"@griffel/react": "^1.5.7",
|
42
42
|
"@swc/helpers": "^0.4.14"
|
43
43
|
},
|