@fluentui/react-virtualizer 9.0.0-alpha.7 → 9.0.0-alpha.8

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,22 @@
2
2
  "name": "@fluentui/react-virtualizer",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 15 Feb 2023 23:35:10 GMT",
5
+ "date": "Thu, 16 Feb 2023 19:18:19 GMT",
6
+ "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.8",
7
+ "version": "9.0.0-alpha.8",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "mgodbolt@microsoft.com",
12
+ "package": "@fluentui/react-virtualizer",
13
+ "commit": "c6f47613e95f8e43ef00792ea673d673881e14fb",
14
+ "comment": "fixing build issues"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 16 Feb 2023 16:18:01 GMT",
6
21
  "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.7",
7
22
  "version": "9.0.0-alpha.7",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-virtualizer
2
2
 
3
- This log was last generated on Wed, 15 Feb 2023 23:35:10 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 16 Feb 2023 19:18:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.8)
8
+
9
+ Thu, 16 Feb 2023 19:18:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.7..@fluentui/react-virtualizer_v9.0.0-alpha.8)
11
+
12
+ ### Changes
13
+
14
+ - fixing build issues ([PR #26877](https://github.com/microsoft/fluentui/pull/26877) by mgodbolt@microsoft.com)
15
+
7
16
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.7)
8
17
 
9
- Wed, 15 Feb 2023 23:35:10 GMT
18
+ Thu, 16 Feb 2023 16:18:01 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.6..@fluentui/react-virtualizer_v9.0.0-alpha.7)
11
20
 
12
21
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-virtualizer",
3
- "version": "9.0.0-alpha.7",
3
+ "version": "9.0.0-alpha.8",
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",