@fluentui/react-virtualizer 9.0.0-alpha.38 → 9.0.0-alpha.39

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": "Tue, 05 Sep 2023 13:23:17 GMT",
5
+ "date": "Tue, 05 Sep 2023 15:35:07 GMT",
6
+ "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.39",
7
+ "version": "9.0.0-alpha.39",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-virtualizer",
13
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.5",
14
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-virtualizer",
19
+ "comment": "Bump @fluentui/react-utilities to v9.13.2",
20
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 05 Sep 2023 13:29:12 GMT",
6
27
  "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.38",
7
28
  "version": "9.0.0-alpha.38",
8
29
  "comments": {
@@ -23,13 +44,13 @@
23
44
  "author": "beachball",
24
45
  "package": "@fluentui/react-virtualizer",
25
46
  "comment": "Bump @fluentui/react-jsx-runtime to v9.0.4",
26
- "commit": "0bf811dbcaaa6b78743537d142fe4d348b457045"
47
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
27
48
  },
28
49
  {
29
50
  "author": "beachball",
30
51
  "package": "@fluentui/react-virtualizer",
31
52
  "comment": "Bump @fluentui/react-utilities to v9.13.1",
32
- "commit": "0bf811dbcaaa6b78743537d142fe4d348b457045"
53
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
33
54
  }
34
55
  ]
35
56
  }
package/CHANGELOG.md CHANGED
@@ -1,20 +1,30 @@
1
1
  # Change Log - @fluentui/react-virtualizer
2
2
 
3
- This log was last generated on Tue, 05 Sep 2023 13:23:17 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 05 Sep 2023 15:35:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.39)
8
+
9
+ Tue, 05 Sep 2023 15:35:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.38..@fluentui/react-virtualizer_v9.0.0-alpha.39)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-jsx-runtime to v9.0.5 ([PR #29055](https://github.com/microsoft/fluentui/pull/29055) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.13.2 ([PR #29055](https://github.com/microsoft/fluentui/pull/29055) by beachball)
16
+
7
17
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.38)
8
18
 
9
- Tue, 05 Sep 2023 13:23:17 GMT
19
+ Tue, 05 Sep 2023 13:29:12 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.37..@fluentui/react-virtualizer_v9.0.0-alpha.38)
11
21
 
12
22
  ### Changes
13
23
 
14
24
  - chore: migrate package to use JSX importSource ([PR #28959](https://github.com/microsoft/fluentui/pull/28959) by bernardo.sunderhus@gmail.com)
15
25
  - bumps @swc/helpers version to 0.5.1 ([PR #28989](https://github.com/microsoft/fluentui/pull/28989) by bernardo.sunderhus@gmail.com)
16
- - Bump @fluentui/react-jsx-runtime to v9.0.4 ([PR #27840](https://github.com/microsoft/fluentui/pull/27840) by beachball)
17
- - Bump @fluentui/react-utilities to v9.13.1 ([PR #27840](https://github.com/microsoft/fluentui/pull/27840) by beachball)
26
+ - Bump @fluentui/react-jsx-runtime to v9.0.4 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.13.1 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
18
28
 
19
29
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.37)
20
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-virtualizer",
3
- "version": "9.0.0-alpha.38",
3
+ "version": "9.0.0-alpha.39",
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.4",
36
- "@fluentui/react-utilities": "^9.13.1",
35
+ "@fluentui/react-jsx-runtime": "^9.0.5",
36
+ "@fluentui/react-utilities": "^9.13.2",
37
37
  "@griffel/react": "^1.5.14",
38
38
  "@swc/helpers": "^0.5.1"
39
39
  },