@fluentui/react-migration-v8-v9 9.1.1 → 9.1.3
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 +39 -3
- package/CHANGELOG.md +23 -4
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,43 @@
|
|
|
2
2
|
"name": "@fluentui/react-migration-v8-v9",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 10 Feb 2023 08:46:47 GMT",
|
|
6
|
+
"tag": "@fluentui/react-migration-v8-v9_v9.1.3",
|
|
7
|
+
"version": "9.1.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
13
|
+
"comment": "Bump @fluentui/react-components to v9.15.0",
|
|
14
|
+
"commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
19
|
+
"comment": "Bump @fluentui/react-utilities to v9.5.2",
|
|
20
|
+
"commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Tue, 07 Feb 2023 14:13:10 GMT",
|
|
27
|
+
"tag": "@fluentui/react-migration-v8-v9_v9.1.2",
|
|
28
|
+
"version": "9.1.2",
|
|
29
|
+
"comments": {
|
|
30
|
+
"patch": [
|
|
31
|
+
{
|
|
32
|
+
"author": "beachball",
|
|
33
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
34
|
+
"comment": "Bump @fluentui/react-components to v9.14.0",
|
|
35
|
+
"commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Tue, 31 Jan 2023 19:53:56 GMT",
|
|
6
42
|
"tag": "@fluentui/react-migration-v8-v9_v9.1.1",
|
|
7
43
|
"version": "9.1.1",
|
|
8
44
|
"comments": {
|
|
@@ -19,13 +55,13 @@
|
|
|
19
55
|
"author": "beachball",
|
|
20
56
|
"package": "@fluentui/react-migration-v8-v9",
|
|
21
57
|
"comment": "Bump @fluentui/react-components to v9.13.0",
|
|
22
|
-
"commit": "
|
|
58
|
+
"commit": "794d9e845cb952f597ba786e70cd8d248be62746"
|
|
23
59
|
},
|
|
24
60
|
{
|
|
25
61
|
"author": "beachball",
|
|
26
62
|
"package": "@fluentui/react-migration-v8-v9",
|
|
27
63
|
"comment": "Bump @fluentui/react-utilities to v9.5.1",
|
|
28
|
-
"commit": "
|
|
64
|
+
"commit": "794d9e845cb952f597ba786e70cd8d248be62746"
|
|
29
65
|
}
|
|
30
66
|
]
|
|
31
67
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,37 @@
|
|
|
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 Feb 2023 08:46:47 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.3)
|
|
8
|
+
|
|
9
|
+
Fri, 10 Feb 2023 08:46:47 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.2..@fluentui/react-migration-v8-v9_v9.1.3)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-components to v9.15.0 ([commit](https://github.com/microsoft/fluentui/commit/cc62f050f8231e8f21a2cf7dddf33003e0ba3931) by beachball)
|
|
15
|
+
- Bump @fluentui/react-utilities to v9.5.2 ([commit](https://github.com/microsoft/fluentui/commit/cc62f050f8231e8f21a2cf7dddf33003e0ba3931) by beachball)
|
|
16
|
+
|
|
17
|
+
## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.2)
|
|
18
|
+
|
|
19
|
+
Tue, 07 Feb 2023 14:13:10 GMT
|
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.1..@fluentui/react-migration-v8-v9_v9.1.2)
|
|
21
|
+
|
|
22
|
+
### Patches
|
|
23
|
+
|
|
24
|
+
- Bump @fluentui/react-components to v9.14.0 ([PR #26732](https://github.com/microsoft/fluentui/pull/26732) by beachball)
|
|
25
|
+
|
|
7
26
|
## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.1)
|
|
8
27
|
|
|
9
|
-
Tue, 31 Jan 2023 19:
|
|
28
|
+
Tue, 31 Jan 2023 19:53:56 GMT
|
|
10
29
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.0..@fluentui/react-migration-v8-v9_v9.1.1)
|
|
11
30
|
|
|
12
31
|
### Patches
|
|
13
32
|
|
|
14
|
-
- Bump @fluentui/react-components to v9.13.0 ([PR #
|
|
15
|
-
- Bump @fluentui/react-utilities to v9.5.1 ([PR #
|
|
33
|
+
- Bump @fluentui/react-components to v9.13.0 ([PR #26557](https://github.com/microsoft/fluentui/pull/26557) by beachball)
|
|
34
|
+
- Bump @fluentui/react-utilities to v9.5.1 ([PR #26557](https://github.com/microsoft/fluentui/pull/26557) by beachball)
|
|
16
35
|
|
|
17
36
|
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.0)
|
|
18
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-migration-v8-v9",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.3",
|
|
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.104.
|
|
36
|
-
"@fluentui/react": "^8.105.
|
|
37
|
-
"@fluentui/react-components": "^9.
|
|
35
|
+
"@fluentui/fluent2-theme": "^8.104.20",
|
|
36
|
+
"@fluentui/react": "^8.105.6",
|
|
37
|
+
"@fluentui/react-components": "^9.15.0",
|
|
38
38
|
"@fluentui/react-icons": "^2.0.175",
|
|
39
39
|
"@fluentui/react-theme": "^9.1.5",
|
|
40
|
-
"@fluentui/react-utilities": "^9.5.
|
|
40
|
+
"@fluentui/react-utilities": "^9.5.2",
|
|
41
41
|
"@griffel/react": "^1.5.2",
|
|
42
42
|
"tslib": "^2.1.0"
|
|
43
43
|
},
|