@fluentui/react-overflow 9.0.0-rc.1 → 9.0.0-rc.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,30 @@
2
2
  "name": "@fluentui/react-overflow",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 17 Nov 2022 23:02:39 GMT",
5
+ "date": "Mon, 05 Dec 2022 18:25:23 GMT",
6
+ "tag": "@fluentui/react-overflow_v9.0.0-rc.2",
7
+ "version": "9.0.0-rc.2",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "tristan.watanabe@gmail.com",
12
+ "package": "@fluentui/react-overflow",
13
+ "commit": "690571f25f33d5c2c63e9773e035d164a6dbeba7",
14
+ "comment": "fix: Remove cypress test line causing intermittent CI failures."
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-overflow",
21
+ "comment": "Bump @fluentui/react-theme to v9.1.3",
22
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Thu, 17 Nov 2022 23:05:42 GMT",
6
29
  "tag": "@fluentui/react-overflow_v9.0.0-rc.1",
7
30
  "version": "9.0.0-rc.1",
8
31
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-overflow
2
2
 
3
- This log was last generated on Thu, 17 Nov 2022 23:02:39 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 05 Dec 2022 18:25:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-rc.2)
8
+
9
+ Mon, 05 Dec 2022 18:25:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-rc.1..@fluentui/react-overflow_v9.0.0-rc.2)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-theme to v9.1.3 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
15
+
7
16
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-rc.1)
8
17
 
9
- Thu, 17 Nov 2022 23:02:39 GMT
18
+ Thu, 17 Nov 2022 23:05:42 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-beta.14..@fluentui/react-overflow_v9.0.0-rc.1)
11
20
 
12
21
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.0.0-rc.1",
3
+ "version": "9.0.0-rc.2",
4
4
  "description": "React bindings for @fluentui/priority-overflow",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@fluentui/priority-overflow": "^9.0.0-rc.1",
35
35
  "@fluentui/react-context-selector": "^9.1.2",
36
- "@fluentui/react-theme": "^9.1.2",
36
+ "@fluentui/react-theme": "^9.1.3",
37
37
  "@fluentui/react-utilities": "^9.2.2",
38
38
  "@griffel/react": "^1.4.2",
39
39
  "tslib": "^2.1.0"