@fluentui/react-migration-v8-v9 1.0.13 → 1.0.15
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 +31 -1
- package/CHANGELOG.md +20 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@fluentui/react-migration-v8-v9",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 24 Nov 2022 07:52:51 GMT",
|
|
6
|
+
"tag": "@fluentui/react-migration-v8-v9_v1.0.15",
|
|
7
|
+
"version": "1.0.15",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
13
|
+
"comment": "Bump @fluentui/react to v8.103.2",
|
|
14
|
+
"commit": "df99a7d82e3ca707300a079e0050db218d6cfcce"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 23 Nov 2022 07:54:37 GMT",
|
|
21
|
+
"tag": "@fluentui/react-migration-v8-v9_v1.0.14",
|
|
22
|
+
"version": "1.0.14",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "beachball",
|
|
27
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
28
|
+
"comment": "Bump @fluentui/react to v8.103.1",
|
|
29
|
+
"commit": "f8013696c54d144230e04e2600a437cd6a243f62"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Tue, 22 Nov 2022 07:47:00 GMT",
|
|
6
36
|
"tag": "@fluentui/react-migration-v8-v9_v1.0.13",
|
|
7
37
|
"version": "1.0.13",
|
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
|
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 Thu, 24 Nov 2022 07:52:51 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [1.0.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v1.0.15)
|
|
8
|
+
|
|
9
|
+
Thu, 24 Nov 2022 07:52:51 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v1.0.14..@fluentui/react-migration-v8-v9_v1.0.15)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react to v8.103.2 ([PR #25770](https://github.com/microsoft/fluentui/pull/25770) by beachball)
|
|
15
|
+
|
|
16
|
+
## [1.0.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v1.0.14)
|
|
17
|
+
|
|
18
|
+
Wed, 23 Nov 2022 07:54:37 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v1.0.13..@fluentui/react-migration-v8-v9_v1.0.14)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Bump @fluentui/react to v8.103.1 ([PR #25726](https://github.com/microsoft/fluentui/pull/25726) by beachball)
|
|
24
|
+
|
|
7
25
|
## [1.0.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v1.0.13)
|
|
8
26
|
|
|
9
|
-
Tue, 22 Nov 2022 07:
|
|
27
|
+
Tue, 22 Nov 2022 07:47:00 GMT
|
|
10
28
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v1.0.12..@fluentui/react-migration-v8-v9_v1.0.13)
|
|
11
29
|
|
|
12
30
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-migration-v8-v9",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
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",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@ctrl/tinycolor": "3.3.4",
|
|
32
|
-
"@fluentui/react": "^8.103.
|
|
32
|
+
"@fluentui/react": "^8.103.2",
|
|
33
33
|
"@fluentui/react-components": "^9.7.1",
|
|
34
34
|
"@fluentui/react-theme": "^9.1.2",
|
|
35
35
|
"@fluentui/react-utilities": "^9.2.2",
|