@fluentui/priority-overflow 0.0.0-nightly-20221110-0427.1 → 0.0.0-nightly-20221111-0422.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +3 -3
- package/CHANGELOG.md +4 -4
- package/package.json +11 -3
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
"name": "@fluentui/priority-overflow",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/priority-overflow_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Fri, 11 Nov 2022 04:27:42 GMT",
|
6
|
+
"tag": "@fluentui/priority-overflow_v0.0.0-nightly-20221111-0422.1",
|
7
|
+
"version": "0.0.0-nightly-20221111-0422.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
package/CHANGELOG.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
# Change Log - @fluentui/priority-overflow
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 11 Nov 2022 04:27:42 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-20221111-0422.1](https://github.com/microsoft/fluentui/tree/@fluentui/priority-overflow_v0.0.0-nightly-20221111-0422.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/priority-overflow_v9.0.0-beta.3..@fluentui/priority-overflow_v0.0.0-nightly-
|
9
|
+
Fri, 11 Nov 2022 04:27:42 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/priority-overflow_v9.0.0-beta.3..@fluentui/priority-overflow_v0.0.0-nightly-20221111-0422.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/priority-overflow",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20221111-0422.1",
|
4
4
|
"description": "Vanilla JS utilities to implement overflow menus",
|
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",
|
@@ -30,5 +30,13 @@
|
|
30
30
|
"dependencies": {
|
31
31
|
"tslib": "^2.1.0"
|
32
32
|
},
|
33
|
-
"beachball": {}
|
33
|
+
"beachball": {},
|
34
|
+
"exports": {
|
35
|
+
".": {
|
36
|
+
"types": "./dist/index.d.ts",
|
37
|
+
"import": "./lib/index.js",
|
38
|
+
"require": "./lib-commonjs/index.js"
|
39
|
+
},
|
40
|
+
"./package.json": "./package.json"
|
41
|
+
}
|
34
42
|
}
|