@fluentui/react-migration-v0-v9 9.0.31 → 9.0.32

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-migration-v0-v9",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 12 Sep 2023 08:48:17 GMT",
5
+ "date": "Thu, 14 Sep 2023 16:40:23 GMT",
6
+ "tag": "@fluentui/react-migration-v0-v9_v9.0.32",
7
+ "version": "9.0.32",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-migration-v0-v9",
13
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.8",
14
+ "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-migration-v0-v9",
19
+ "comment": "Bump @fluentui/react-components to v9.31.1",
20
+ "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 12 Sep 2023 08:51:34 GMT",
6
27
  "tag": "@fluentui/react-migration-v0-v9_v9.0.31",
7
28
  "version": "9.0.31",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-migration-v0-v9
2
2
 
3
- This log was last generated on Tue, 12 Sep 2023 08:48:17 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Sep 2023 16:40:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.32)
8
+
9
+ Thu, 14 Sep 2023 16:40:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.31..@fluentui/react-migration-v0-v9_v9.0.32)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-jsx-runtime to v9.0.8 ([PR #29145](https://github.com/microsoft/fluentui/pull/29145) by beachball)
15
+ - Bump @fluentui/react-components to v9.31.1 ([PR #29145](https://github.com/microsoft/fluentui/pull/29145) by beachball)
16
+
7
17
  ## [9.0.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.31)
8
18
 
9
- Tue, 12 Sep 2023 08:48:17 GMT
19
+ Tue, 12 Sep 2023 08:51:34 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.30..@fluentui/react-migration-v0-v9_v9.0.31)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v0-v9",
3
- "version": "9.0.31",
3
+ "version": "9.0.32",
4
4
  "description": "Migration shim components and methods for hybrid v0/v9 applications building on Fluent UI React.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,8 +36,8 @@
36
36
  "@fluentui/react-icons": "^2.0.207",
37
37
  "@fluentui/react-theme": "^9.1.12",
38
38
  "@fluentui/react-utilities": "^9.13.3",
39
- "@fluentui/react-jsx-runtime": "^9.0.7",
40
- "@fluentui/react-components": "^9.31.0",
39
+ "@fluentui/react-jsx-runtime": "^9.0.8",
40
+ "@fluentui/react-components": "^9.31.1",
41
41
  "@fluentui/react-northstar": "^0.66.4",
42
42
  "@griffel/react": "^1.5.14",
43
43
  "@swc/helpers": "^0.5.1"