@fluentui/react-virtualizer 9.0.0-alpha.34 → 9.0.0-alpha.35

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,28 @@
2
2
  "name": "@fluentui/react-virtualizer",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 16 Aug 2023 17:38:22 GMT",
5
+ "date": "Wed, 23 Aug 2023 11:58:32 GMT",
6
+ "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.35",
7
+ "version": "9.0.0-alpha.35",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-virtualizer",
13
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.1",
14
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-virtualizer",
19
+ "comment": "Bump @fluentui/react-utilities to v9.11.2",
20
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 16 Aug 2023 17:41:08 GMT",
6
27
  "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.34",
7
28
  "version": "9.0.0-alpha.34",
8
29
  "comments": {
@@ -17,7 +38,7 @@
17
38
  "author": "beachball",
18
39
  "package": "@fluentui/react-virtualizer",
19
40
  "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0",
20
- "commit": "566f22496db20046fbc9ab898580ccf64600fb6b"
41
+ "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
21
42
  }
22
43
  ]
23
44
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,28 @@
1
1
  # Change Log - @fluentui/react-virtualizer
2
2
 
3
- This log was last generated on Wed, 16 Aug 2023 17:38:22 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 23 Aug 2023 11:58:32 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.35)
8
+
9
+ Wed, 23 Aug 2023 11:58:32 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.34..@fluentui/react-virtualizer_v9.0.0-alpha.35)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-jsx-runtime to v9.0.1 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.11.2 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball)
16
+
7
17
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.34)
8
18
 
9
- Wed, 16 Aug 2023 17:38:22 GMT
19
+ Wed, 16 Aug 2023 17:41:08 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.33..@fluentui/react-virtualizer_v9.0.0-alpha.34)
11
21
 
12
22
  ### Changes
13
23
 
14
24
  - Fix: Ensure scrollViewRef is merged with container ref ([PR #28829](https://github.com/microsoft/fluentui/pull/28829) by mifraser@microsoft.com)
15
- - Bump @fluentui/react-jsx-runtime to v9.0.0 ([PR #28845](https://github.com/microsoft/fluentui/pull/28845) by beachball)
25
+ - Bump @fluentui/react-jsx-runtime to v9.0.0 ([PR #28885](https://github.com/microsoft/fluentui/pull/28885) by beachball)
16
26
 
17
27
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.33)
18
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-virtualizer",
3
- "version": "9.0.0-alpha.34",
3
+ "version": "9.0.0-alpha.35",
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",
@@ -32,8 +32,8 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-jsx-runtime": "9.0.0",
36
- "@fluentui/react-utilities": "^9.11.1",
35
+ "@fluentui/react-jsx-runtime": "^9.0.1",
36
+ "@fluentui/react-utilities": "^9.11.2",
37
37
  "@griffel/react": "^1.5.14",
38
38
  "@swc/helpers": "^0.4.14"
39
39
  },