@fluentui/react-overflow 9.0.0-rc.6 → 9.0.0-rc.7

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,28 @@
2
2
  "name": "@fluentui/react-overflow",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 09 Jan 2023 14:31:45 GMT",
5
+ "date": "Mon, 16 Jan 2023 08:35:41 GMT",
6
+ "tag": "@fluentui/react-overflow_v9.0.0-rc.7",
7
+ "version": "9.0.0-rc.7",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-overflow",
13
+ "commit": "eda8aa8b9dbeb393739368e717f9d90ecf047b9a",
14
+ "comment": "docs: Add documentation for package"
15
+ },
16
+ {
17
+ "author": "martinhochel@microsoft.com",
18
+ "package": "@fluentui/react-overflow",
19
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
20
+ "comment": "chore: migrate to packaged scripts"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 09 Jan 2023 14:34:57 GMT",
6
27
  "tag": "@fluentui/react-overflow_v9.0.0-rc.6",
7
28
  "version": "9.0.0-rc.6",
8
29
  "comments": {
@@ -25,19 +46,19 @@
25
46
  "author": "beachball",
26
47
  "package": "@fluentui/react-overflow",
27
48
  "comment": "Bump @fluentui/priority-overflow to v9.0.0-rc.2",
28
- "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
49
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
29
50
  },
30
51
  {
31
52
  "author": "beachball",
32
53
  "package": "@fluentui/react-overflow",
33
54
  "comment": "Bump @fluentui/react-context-selector to v9.1.5",
34
- "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
55
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
35
56
  },
36
57
  {
37
58
  "author": "beachball",
38
59
  "package": "@fluentui/react-overflow",
39
60
  "comment": "Bump @fluentui/react-utilities to v9.4.0",
40
- "commit": "26f0364b3837056ee8e0df42a7932c298c68290e"
61
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
41
62
  }
42
63
  ]
43
64
  }
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # Change Log - @fluentui/react-overflow
2
2
 
3
- This log was last generated on Mon, 09 Jan 2023 14:31:45 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 09 Jan 2023 14:34:57 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
7
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-rc.6)
8
8
 
9
- Mon, 09 Jan 2023 14:31:45 GMT
9
+ Mon, 09 Jan 2023 14:34:57 GMT
10
10
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-rc.5..@fluentui/react-overflow_v9.0.0-rc.6)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Bump @fluentui/priority-overflow to v9.0.0-rc.2 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
15
- - Bump @fluentui/react-context-selector to v9.1.5 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
16
- - Bump @fluentui/react-utilities to v9.4.0 ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by beachball)
14
+ - Bump @fluentui/priority-overflow to v9.0.0-rc.2 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
15
+ - Bump @fluentui/react-context-selector to v9.1.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
17
17
 
18
18
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-rc.5)
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.0.0-rc.6",
3
+ "version": "9.0.0-rc.7",
4
4
  "description": "React bindings for @fluentui/priority-overflow",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,7 +28,9 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@fluentui/eslint-plugin": "*",
31
- "@fluentui/scripts": "*"
31
+ "@fluentui/scripts-api-extractor": "*",
32
+ "@fluentui/scripts-cypress": "*",
33
+ "@fluentui/scripts-tasks": "*"
32
34
  },
33
35
  "dependencies": {
34
36
  "@fluentui/priority-overflow": "^9.0.0-rc.2",