@fluentui/react-overflow 9.0.40 → 9.0.42
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +31 -1
- package/CHANGELOG.md +20 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,37 @@
|
|
2
2
|
"name": "@fluentui/react-overflow",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Wed,
|
5
|
+
"date": "Wed, 01 Nov 2023 12:51:07 GMT",
|
6
|
+
"tag": "@fluentui/react-overflow_v9.0.42",
|
7
|
+
"version": "9.0.42",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-overflow",
|
13
|
+
"comment": "Bump @fluentui/react-theme to v9.1.15",
|
14
|
+
"commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Mon, 23 Oct 2023 09:51:57 GMT",
|
21
|
+
"tag": "@fluentui/react-overflow_v9.0.41",
|
22
|
+
"version": "9.0.41",
|
23
|
+
"comments": {
|
24
|
+
"patch": [
|
25
|
+
{
|
26
|
+
"author": "beachball",
|
27
|
+
"package": "@fluentui/react-overflow",
|
28
|
+
"comment": "Bump @fluentui/priority-overflow to v9.1.8",
|
29
|
+
"commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
|
30
|
+
}
|
31
|
+
]
|
32
|
+
}
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"date": "Wed, 18 Oct 2023 17:54:08 GMT",
|
6
36
|
"tag": "@fluentui/react-overflow_v9.0.40",
|
7
37
|
"version": "9.0.40",
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,30 @@
|
|
1
1
|
# Change Log - @fluentui/react-overflow
|
2
2
|
|
3
|
-
This log was last generated on Wed,
|
3
|
+
This log was last generated on Wed, 01 Nov 2023 12:51:07 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.42)
|
8
|
+
|
9
|
+
Wed, 01 Nov 2023 12:51:07 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.41..@fluentui/react-overflow_v9.0.42)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-theme to v9.1.15 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
|
15
|
+
|
16
|
+
## [9.0.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.41)
|
17
|
+
|
18
|
+
Mon, 23 Oct 2023 09:51:57 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.40..@fluentui/react-overflow_v9.0.41)
|
20
|
+
|
21
|
+
### Patches
|
22
|
+
|
23
|
+
- Bump @fluentui/priority-overflow to v9.1.8 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
|
24
|
+
|
7
25
|
## [9.0.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.40)
|
8
26
|
|
9
|
-
Wed, 18 Oct 2023 17:
|
27
|
+
Wed, 18 Oct 2023 17:54:08 GMT
|
10
28
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.39..@fluentui/react-overflow_v9.0.40)
|
11
29
|
|
12
30
|
### Patches
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-overflow",
|
3
|
-
"version": "9.0.
|
3
|
+
"version": "9.0.42",
|
4
4
|
"description": "React bindings for @fluentui/priority-overflow",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -34,9 +34,9 @@
|
|
34
34
|
"@fluentui/scripts-tasks": "*"
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
|
-
"@fluentui/priority-overflow": "^9.1.
|
37
|
+
"@fluentui/priority-overflow": "^9.1.8",
|
38
38
|
"@fluentui/react-context-selector": "^9.1.41",
|
39
|
-
"@fluentui/react-theme": "^9.1.
|
39
|
+
"@fluentui/react-theme": "^9.1.15",
|
40
40
|
"@fluentui/react-utilities": "^9.15.1",
|
41
41
|
"@griffel/react": "^1.5.14",
|
42
42
|
"@swc/helpers": "^0.5.1"
|