@fluentui/react-virtualizer 9.0.0-alpha.53 → 9.0.0-alpha.55

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,7 +2,37 @@
2
2
  "name": "@fluentui/react-virtualizer",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 23 Oct 2023 09:48:56 GMT",
5
+ "date": "Wed, 01 Nov 2023 12:51:07 GMT",
6
+ "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.55",
7
+ "version": "9.0.0-alpha.55",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-virtualizer",
13
+ "comment": "Bump @fluentui/react-shared-contexts to v9.11.1",
14
+ "commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 28 Oct 2023 23:35:59 GMT",
21
+ "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.54",
22
+ "version": "9.0.0-alpha.54",
23
+ "comments": {
24
+ "prerelease": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui/react-virtualizer",
28
+ "comment": "Bump @fluentui/react-shared-contexts to v9.11.0",
29
+ "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Mon, 23 Oct 2023 09:51:57 GMT",
6
36
  "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.53",
7
37
  "version": "9.0.0-alpha.53",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/react-virtualizer
2
2
 
3
- This log was last generated on Mon, 23 Oct 2023 09:48:56 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 01 Nov 2023 12:51:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.55)
8
+
9
+ Wed, 01 Nov 2023 12:51:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.54..@fluentui/react-virtualizer_v9.0.0-alpha.55)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-shared-contexts to v9.11.1 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
15
+
16
+ ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.54)
17
+
18
+ Sat, 28 Oct 2023 23:35:59 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.53..@fluentui/react-virtualizer_v9.0.0-alpha.54)
20
+
21
+ ### Changes
22
+
23
+ - Bump @fluentui/react-shared-contexts to v9.11.0 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
24
+
7
25
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.53)
8
26
 
9
- Mon, 23 Oct 2023 09:48:56 GMT
27
+ Mon, 23 Oct 2023 09:51:57 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.52..@fluentui/react-virtualizer_v9.0.0-alpha.53)
11
29
 
12
30
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-virtualizer",
3
- "version": "9.0.0-alpha.53",
3
+ "version": "9.0.0-alpha.55",
4
4
  "description": "Generic and composable virtualizer framework built on browser intersection observer",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@fluentui/react-jsx-runtime": "^9.0.18",
36
36
  "@fluentui/react-utilities": "^9.15.1",
37
- "@fluentui/react-shared-contexts": "^9.10.0",
37
+ "@fluentui/react-shared-contexts": "^9.11.1",
38
38
  "@griffel/react": "^1.5.14",
39
39
  "@swc/helpers": "^0.5.1"
40
40
  },