@fluentui/react-overflow 0.0.0-nightly-20240926-0406.1 → 0.0.0-nightly-20240930-0408.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -10
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,23 +1,23 @@
1
1
  # Change Log - @fluentui/react-overflow
2
2
 
3
- This log was last generated on Thu, 26 Sep 2024 04:11:15 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 30 Sep 2024 04:13:09 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20240926-0406.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v0.0.0-nightly-20240926-0406.1)
7
+ ## [0.0.0-nightly-20240930-0408.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v0.0.0-nightly-20240930-0408.1)
8
8
 
9
- Thu, 26 Sep 2024 04:11:15 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.1.30..@fluentui/react-overflow_v0.0.0-nightly-20240926-0406.1)
9
+ Mon, 30 Sep 2024 04:13:09 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.1.30..@fluentui/react-overflow_v0.0.0-nightly-20240930-0408.1)
11
11
 
12
12
  ### Changes
13
13
 
14
14
  - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
15
- - Bump @fluentui/priority-overflow to v0.0.0-nightly-20240926-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/616270c783afdfee491971083545402f6c77c41c) by beachball)
16
- - Bump @fluentui/react-context-selector to v0.0.0-nightly-20240926-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/616270c783afdfee491971083545402f6c77c41c) by beachball)
17
- - Bump @fluentui/react-theme to v0.0.0-nightly-20240926-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/616270c783afdfee491971083545402f6c77c41c) by beachball)
18
- - Bump @fluentui/react-utilities to v0.0.0-nightly-20240926-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/616270c783afdfee491971083545402f6c77c41c) by beachball)
19
- - Bump @fluentui/react-portal to v0.0.0-nightly-20240926-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/616270c783afdfee491971083545402f6c77c41c) by beachball)
20
- - Bump @fluentui/react-menu to v0.0.0-nightly-20240926-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/616270c783afdfee491971083545402f6c77c41c) by beachball)
15
+ - Bump @fluentui/priority-overflow to v0.0.0-nightly-20240930-0408.1 ([commit](https://github.com/microsoft/fluentui/commit/5bc438899e52a76d45ff36d63103627dd39ca35a) by beachball)
16
+ - Bump @fluentui/react-context-selector to v0.0.0-nightly-20240930-0408.1 ([commit](https://github.com/microsoft/fluentui/commit/5bc438899e52a76d45ff36d63103627dd39ca35a) by beachball)
17
+ - Bump @fluentui/react-theme to v0.0.0-nightly-20240930-0408.1 ([commit](https://github.com/microsoft/fluentui/commit/5bc438899e52a76d45ff36d63103627dd39ca35a) by beachball)
18
+ - Bump @fluentui/react-utilities to v0.0.0-nightly-20240930-0408.1 ([commit](https://github.com/microsoft/fluentui/commit/5bc438899e52a76d45ff36d63103627dd39ca35a) by beachball)
19
+ - Bump @fluentui/react-portal to v0.0.0-nightly-20240930-0408.1 ([commit](https://github.com/microsoft/fluentui/commit/5bc438899e52a76d45ff36d63103627dd39ca35a) by beachball)
20
+ - Bump @fluentui/react-menu to v0.0.0-nightly-20240930-0408.1 ([commit](https://github.com/microsoft/fluentui/commit/5bc438899e52a76d45ff36d63103627dd39ca35a) by beachball)
21
21
 
22
22
  ## [9.1.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.1.30)
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "0.0.0-nightly-20240926-0406.1",
3
+ "version": "0.0.0-nightly-20240930-0408.1",
4
4
  "description": "React bindings for @fluentui/priority-overflow",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -27,18 +27,18 @@
27
27
  "generate-api": "just-scripts generate-api"
28
28
  },
29
29
  "devDependencies": {
30
- "@fluentui/react-portal": "0.0.0-nightly-20240926-0406.1",
31
- "@fluentui/react-menu": "0.0.0-nightly-20240926-0406.1",
30
+ "@fluentui/react-portal": "0.0.0-nightly-20240930-0408.1",
31
+ "@fluentui/react-menu": "0.0.0-nightly-20240930-0408.1",
32
32
  "@fluentui/eslint-plugin": "*",
33
33
  "@fluentui/scripts-api-extractor": "*",
34
34
  "@fluentui/scripts-cypress": "*",
35
35
  "@fluentui/scripts-tasks": "*"
36
36
  },
37
37
  "dependencies": {
38
- "@fluentui/priority-overflow": "0.0.0-nightly-20240926-0406.1",
39
- "@fluentui/react-context-selector": "0.0.0-nightly-20240926-0406.1",
40
- "@fluentui/react-theme": "0.0.0-nightly-20240926-0406.1",
41
- "@fluentui/react-utilities": "0.0.0-nightly-20240926-0406.1",
38
+ "@fluentui/priority-overflow": "0.0.0-nightly-20240930-0408.1",
39
+ "@fluentui/react-context-selector": "0.0.0-nightly-20240930-0408.1",
40
+ "@fluentui/react-theme": "0.0.0-nightly-20240930-0408.1",
41
+ "@fluentui/react-utilities": "0.0.0-nightly-20240930-0408.1",
42
42
  "@griffel/react": "^1.5.22",
43
43
  "@swc/helpers": "^0.5.1"
44
44
  },