@fluentui/react-overflow 9.0.0-rc.5 → 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,69 @@
2
2
  "name": "@fluentui/react-overflow",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 04 Jan 2023 01:35:35 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",
27
+ "tag": "@fluentui/react-overflow_v9.0.0-rc.6",
28
+ "version": "9.0.0-rc.6",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "lingfangao@hotmail.com",
33
+ "package": "@fluentui/react-overflow",
34
+ "commit": "2611ae5441e4bc702c4ce6404c7186f6c2de7cc3",
35
+ "comment": "Add tests for fix"
36
+ },
37
+ {
38
+ "author": "martinhochel@microsoft.com",
39
+ "package": "@fluentui/react-overflow",
40
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
41
+ "comment": "chore: introduce more barrel file api within /scripts"
42
+ }
43
+ ],
44
+ "prerelease": [
45
+ {
46
+ "author": "beachball",
47
+ "package": "@fluentui/react-overflow",
48
+ "comment": "Bump @fluentui/priority-overflow to v9.0.0-rc.2",
49
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
50
+ },
51
+ {
52
+ "author": "beachball",
53
+ "package": "@fluentui/react-overflow",
54
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
55
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
56
+ },
57
+ {
58
+ "author": "beachball",
59
+ "package": "@fluentui/react-overflow",
60
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
61
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
62
+ }
63
+ ]
64
+ }
65
+ },
66
+ {
67
+ "date": "Wed, 04 Jan 2023 01:40:14 GMT",
6
68
  "tag": "@fluentui/react-overflow_v9.0.0-rc.5",
7
69
  "version": "9.0.0-rc.5",
8
70
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/react-overflow
2
2
 
3
- This log was last generated on Wed, 04 Jan 2023 01:35:35 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
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-rc.6)
8
+
9
+ Mon, 09 Jan 2023 14:34:57 GMT
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
+
12
+ ### Changes
13
+
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
+
7
18
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-rc.5)
8
19
 
9
- Wed, 04 Jan 2023 01:35:35 GMT
20
+ Wed, 04 Jan 2023 01:40:14 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-rc.4..@fluentui/react-overflow_v9.0.0-rc.5)
11
22
 
12
23
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.0.0-rc.5",
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,13 +28,15 @@
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
- "@fluentui/priority-overflow": "^9.0.0-rc.1",
35
- "@fluentui/react-context-selector": "^9.1.4",
36
+ "@fluentui/priority-overflow": "^9.0.0-rc.2",
37
+ "@fluentui/react-context-selector": "^9.1.5",
36
38
  "@fluentui/react-theme": "^9.1.5",
37
- "@fluentui/react-utilities": "^9.3.1",
39
+ "@fluentui/react-utilities": "^9.4.0",
38
40
  "@griffel/react": "^1.5.2",
39
41
  "tslib": "^2.1.0"
40
42
  },