@fluentui/react-overflow 0.0.0-nightly-20220530-0421.1 → 0.0.0-nightly-20220531-0421.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 CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@fluentui/react-overflow",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 30 May 2022 04:31:30 GMT",
6
- "tag": "@fluentui/react-overflow_v0.0.0-nightly-20220530-0421.1",
7
- "version": "0.0.0-nightly-20220530-0421.1",
5
+ "date": "Tue, 31 May 2022 04:31:15 GMT",
6
+ "tag": "@fluentui/react-overflow_v0.0.0-nightly-20220531-0421.1",
7
+ "version": "0.0.0-nightly-20220531-0421.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # Change Log - @fluentui/react-overflow
2
2
 
3
- This log was last generated on Mon, 30 May 2022 04:31:30 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 31 May 2022 04:31:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20220530-0421.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v0.0.0-nightly-20220530-0421.1)
7
+ ## [0.0.0-nightly-20220531-0421.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v0.0.0-nightly-20220531-0421.1)
8
8
 
9
- Mon, 30 May 2022 04:31:30 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-beta.2..@fluentui/react-overflow_v0.0.0-nightly-20220530-0421.1)
9
+ Tue, 31 May 2022 04:31:15 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-beta.2..@fluentui/react-overflow_v0.0.0-nightly-20220531-0421.1)
11
11
 
12
12
  ### Changes
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "0.0.0-nightly-20220530-0421.1",
3
+ "version": "0.0.0-nightly-20220531-0421.1",
4
4
  "description": "React bindings for @fluentui/priority-overflow",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -30,10 +30,10 @@
30
30
  "@fluentui/scripts": "^1.0.0"
31
31
  },
32
32
  "dependencies": {
33
- "@fluentui/priority-overflow": "^0.0.0-nightly-20220530-0421.0",
34
- "@fluentui/react-context-selector": "0.0.0-nightly-20220530-0421.0",
35
- "@fluentui/react-theme": "0.0.0-nightly-20220530-0421.0",
36
- "@fluentui/react-utilities": "0.0.0-nightly-20220530-0421.0",
33
+ "@fluentui/priority-overflow": "^0.0.0-nightly-20220531-0421.0",
34
+ "@fluentui/react-context-selector": "0.0.0-nightly-20220531-0421.0",
35
+ "@fluentui/react-theme": "0.0.0-nightly-20220531-0421.0",
36
+ "@fluentui/react-utilities": "0.0.0-nightly-20220531-0421.0",
37
37
  "@griffel/react": "1.1.0",
38
38
  "tslib": "^2.1.0"
39
39
  },