@fluentui/react-migration-v8-v9 9.6.34 → 9.6.35
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 +11 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-migration-v8-v9
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue,
|
|
3
|
+
This log was last generated on Tue, 15 Oct 2024 17:13:32 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.6.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.35)
|
|
8
|
+
|
|
9
|
+
Tue, 15 Oct 2024 17:13:32 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.34..@fluentui/react-migration-v8-v9_v9.6.35)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-components to v9.55.1 ([PR #32999](https://github.com/microsoft/fluentui/pull/32999) by beachball)
|
|
15
|
+
|
|
7
16
|
## [9.6.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.34)
|
|
8
17
|
|
|
9
|
-
Tue, 08 Oct 2024 22:
|
|
18
|
+
Tue, 08 Oct 2024 22:05:59 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.33..@fluentui/react-migration-v8-v9_v9.6.34)
|
|
11
20
|
|
|
12
21
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-migration-v8-v9",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.35",
|
|
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,11 +32,11 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@ctrl/tinycolor": "3.3.4",
|
|
35
|
-
"@fluentui/fluent2-theme": "^8.107.
|
|
36
|
-
"@fluentui/react": "^8.121.
|
|
37
|
-
"@fluentui/react-components": "^9.55.
|
|
35
|
+
"@fluentui/fluent2-theme": "^8.107.107",
|
|
36
|
+
"@fluentui/react": "^8.121.4",
|
|
37
|
+
"@fluentui/react-components": "^9.55.1",
|
|
38
38
|
"@fluentui/react-icons": "^2.0.245",
|
|
39
|
-
"@fluentui/react-hooks": "^8.8.
|
|
39
|
+
"@fluentui/react-hooks": "^8.8.16",
|
|
40
40
|
"@griffel/react": "^1.5.22",
|
|
41
41
|
"@swc/helpers": "^0.5.1"
|
|
42
42
|
},
|