@fluentui/react-overflow 9.0.0-beta.13 → 9.0.0-beta.14
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +48 -1
- package/CHANGELOG.md +15 -2
- package/package.json +14 -6
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,54 @@
|
|
2
2
|
"name": "@fluentui/react-overflow",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Fri, 11 Nov 2022 14:53:55 GMT",
|
6
|
+
"tag": "@fluentui/react-overflow_v9.0.0-beta.14",
|
7
|
+
"version": "9.0.0-beta.14",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "tristan.watanabe@gmail.com",
|
12
|
+
"package": "@fluentui/react-overflow",
|
13
|
+
"commit": "43d8356d0ede055caedd64bc73a7658efe884616",
|
14
|
+
"comment": "chore: Migrate to new package structure."
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"prerelease": [
|
18
|
+
{
|
19
|
+
"author": "martinhochel@microsoft.com",
|
20
|
+
"package": "@fluentui/react-overflow",
|
21
|
+
"commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
|
22
|
+
"comment": "fix: create valid export maps"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"author": "beachball",
|
26
|
+
"package": "@fluentui/react-overflow",
|
27
|
+
"comment": "Bump @fluentui/priority-overflow to v9.0.0-beta.4",
|
28
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"author": "beachball",
|
32
|
+
"package": "@fluentui/react-overflow",
|
33
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.1",
|
34
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"author": "beachball",
|
38
|
+
"package": "@fluentui/react-overflow",
|
39
|
+
"comment": "Bump @fluentui/react-theme to v9.1.2",
|
40
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"author": "beachball",
|
44
|
+
"package": "@fluentui/react-overflow",
|
45
|
+
"comment": "Bump @fluentui/react-utilities to v9.2.1",
|
46
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
47
|
+
}
|
48
|
+
]
|
49
|
+
}
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"date": "Wed, 02 Nov 2022 11:57:55 GMT",
|
6
53
|
"tag": "@fluentui/react-overflow_v9.0.0-beta.13",
|
7
54
|
"version": "9.0.0-beta.13",
|
8
55
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,25 @@
|
|
1
1
|
# Change Log - @fluentui/react-overflow
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 11 Nov 2022 14:53:55 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-beta.14)
|
8
|
+
|
9
|
+
Fri, 11 Nov 2022 14:53:55 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-beta.13..@fluentui/react-overflow_v9.0.0-beta.14)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
15
|
+
- Bump @fluentui/priority-overflow to v9.0.0-beta.4 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
16
|
+
- Bump @fluentui/react-context-selector to v9.1.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
17
|
+
- Bump @fluentui/react-theme to v9.1.2 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
18
|
+
- Bump @fluentui/react-utilities to v9.2.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
19
|
+
|
7
20
|
## [9.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-beta.13)
|
8
21
|
|
9
|
-
Wed, 02 Nov 2022 11:
|
22
|
+
Wed, 02 Nov 2022 11:57:55 GMT
|
10
23
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-beta.12..@fluentui/react-overflow_v9.0.0-beta.13)
|
11
24
|
|
12
25
|
### Changes
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-overflow",
|
3
|
-
"version": "9.0.0-beta.
|
3
|
+
"version": "9.0.0-beta.14",
|
4
4
|
"description": "React bindings for @fluentui/priority-overflow",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
7
|
-
"typings": "dist/index.d.ts",
|
7
|
+
"typings": "./dist/index.d.ts",
|
8
8
|
"sideEffects": false,
|
9
9
|
"repository": {
|
10
10
|
"type": "git",
|
@@ -31,10 +31,10 @@
|
|
31
31
|
"@fluentui/scripts": "^1.0.0"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@fluentui/priority-overflow": "^9.0.0-beta.
|
35
|
-
"@fluentui/react-context-selector": "^9.1.
|
36
|
-
"@fluentui/react-theme": "^9.1.
|
37
|
-
"@fluentui/react-utilities": "^9.2.
|
34
|
+
"@fluentui/priority-overflow": "^9.0.0-beta.4",
|
35
|
+
"@fluentui/react-context-selector": "^9.1.1",
|
36
|
+
"@fluentui/react-theme": "^9.1.2",
|
37
|
+
"@fluentui/react-utilities": "^9.2.1",
|
38
38
|
"@griffel/react": "^1.4.2",
|
39
39
|
"tslib": "^2.1.0"
|
40
40
|
},
|
@@ -51,5 +51,13 @@
|
|
51
51
|
"minor",
|
52
52
|
"patch"
|
53
53
|
]
|
54
|
+
},
|
55
|
+
"exports": {
|
56
|
+
".": {
|
57
|
+
"types": "./dist/index.d.ts",
|
58
|
+
"import": "./lib/index.js",
|
59
|
+
"require": "./lib-commonjs/index.js"
|
60
|
+
},
|
61
|
+
"./package.json": "./package.json"
|
54
62
|
}
|
55
63
|
}
|