@fluentui/react-migration-v8-v9 9.4.31 → 9.4.33

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +23 -2
  2. package/package.json +13 -7
  3. package/CHANGELOG.json +0 -1689
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @fluentui/react-migration-v8-v9
2
2
 
3
- This log was last generated on Thu, 02 Nov 2023 17:38:20 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 Nov 2023 17:23:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.4.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.33)
8
+
9
+ Thu, 09 Nov 2023 17:23:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.32..@fluentui/react-migration-v8-v9_v9.4.33)
11
+
12
+ ### Patches
13
+
14
+ - chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
15
+ - Bump @fluentui/react-components to v9.38.0 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
16
+ - Bump @fluentui/react-theme to v9.1.16 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.15.2 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
18
+
19
+ ## [9.4.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.32)
20
+
21
+ Mon, 06 Nov 2023 13:16:04 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.31..@fluentui/react-migration-v8-v9_v9.4.32)
23
+
24
+ ### Patches
25
+
26
+ - Bump @fluentui/react-components to v9.37.4 ([PR #29755](https://github.com/microsoft/fluentui/pull/29755) by beachball)
27
+
7
28
  ## [9.4.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.31)
8
29
 
9
- Thu, 02 Nov 2023 17:38:20 GMT
30
+ Thu, 02 Nov 2023 17:38:46 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.30..@fluentui/react-migration-v8-v9_v9.4.31)
11
32
 
12
33
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "9.4.31",
3
+ "version": "9.4.33",
4
4
  "description": "Migration shim components and methods for hybrid v8/v9 applications building on Fluent UI React.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,12 +32,12 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@ctrl/tinycolor": "3.3.4",
35
- "@fluentui/fluent2-theme": "^8.107.47",
36
- "@fluentui/react": "^8.112.5",
37
- "@fluentui/react-components": "^9.37.3",
35
+ "@fluentui/fluent2-theme": "^8.107.50",
36
+ "@fluentui/react": "^8.112.8",
37
+ "@fluentui/react-components": "^9.38.0",
38
38
  "@fluentui/react-icons": "^2.0.217",
39
- "@fluentui/react-theme": "^9.1.15",
40
- "@fluentui/react-utilities": "^9.15.1",
39
+ "@fluentui/react-theme": "^9.1.16",
40
+ "@fluentui/react-utilities": "^9.15.2",
41
41
  "@griffel/react": "^1.5.14",
42
42
  "@swc/helpers": "^0.5.1"
43
43
  },
@@ -60,5 +60,11 @@
60
60
  "require": "./lib-commonjs/index.js"
61
61
  },
62
62
  "./package.json": "./package.json"
63
- }
63
+ },
64
+ "files": [
65
+ "*.md",
66
+ "dist/*.d.ts",
67
+ "lib",
68
+ "lib-commonjs"
69
+ ]
64
70
  }