@fluentui/react-migration-v8-v9 9.4.32 → 9.4.34
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.md +23 -2
- package/package.json +13 -7
- package/CHANGELOG.json +0 -1704
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
|
|
3
|
+
This log was last generated on Fri, 10 Nov 2023 13:45:57 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.4.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.34)
|
|
8
|
+
|
|
9
|
+
Fri, 10 Nov 2023 13:45:57 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.33..@fluentui/react-migration-v8-v9_v9.4.34)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-components to v9.39.0 ([PR #29809](https://github.com/microsoft/fluentui/pull/29809) by beachball)
|
|
15
|
+
|
|
16
|
+
## [9.4.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.33)
|
|
17
|
+
|
|
18
|
+
Thu, 09 Nov 2023 17:29:38 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.32..@fluentui/react-migration-v8-v9_v9.4.33)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- 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)
|
|
24
|
+
- Bump @fluentui/react-components to v9.38.0 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
|
|
25
|
+
- Bump @fluentui/react-theme to v9.1.16 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
|
|
26
|
+
- Bump @fluentui/react-utilities to v9.15.2 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
|
|
27
|
+
|
|
7
28
|
## [9.4.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.32)
|
|
8
29
|
|
|
9
|
-
Mon, 06 Nov 2023 13:
|
|
30
|
+
Mon, 06 Nov 2023 13:16:04 GMT
|
|
10
31
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.31..@fluentui/react-migration-v8-v9_v9.4.32)
|
|
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.
|
|
3
|
+
"version": "9.4.34",
|
|
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.
|
|
36
|
-
"@fluentui/react": "^8.112.
|
|
37
|
-
"@fluentui/react-components": "^9.
|
|
35
|
+
"@fluentui/fluent2-theme": "^8.107.50",
|
|
36
|
+
"@fluentui/react": "^8.112.8",
|
|
37
|
+
"@fluentui/react-components": "^9.39.0",
|
|
38
38
|
"@fluentui/react-icons": "^2.0.217",
|
|
39
|
-
"@fluentui/react-theme": "^9.1.
|
|
40
|
-
"@fluentui/react-utilities": "^9.15.
|
|
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
|
}
|