@fluentui/react-migration-v8-v9 1.0.4 → 1.0.6
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 +32 -2
- package/CHANGELOG.md +21 -3
- package/package.json +3 -3
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": "Wed, 02 Nov 2022 07:55:15 GMT",
|
|
6
|
+
"tag": "@fluentui/react-migration-v8-v9_v1.0.6",
|
|
7
|
+
"version": "1.0.6",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "olfedias@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
13
|
+
"commit": "c619ba066f11a8654e95375314824ba6b81b003e",
|
|
14
|
+
"comment": "chore: Update Griffel to latest version"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 01 Nov 2022 07:49:22 GMT",
|
|
21
|
+
"tag": "@fluentui/react-migration-v8-v9_v1.0.5",
|
|
22
|
+
"version": "1.0.5",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "beachball",
|
|
27
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
28
|
+
"comment": "Bump @fluentui/react to v8.99.2",
|
|
29
|
+
"commit": "a180b67ce1107e8d4cb02aceb2e92a9e162b532e"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Mon, 31 Oct 2022 07:45:40 GMT",
|
|
6
36
|
"tag": "@fluentui/react-migration-v8-v9_v1.0.4",
|
|
7
37
|
"version": "1.0.4",
|
|
8
38
|
"comments": {
|
|
@@ -17,7 +47,7 @@
|
|
|
17
47
|
"author": "beachball",
|
|
18
48
|
"package": "@fluentui/react-migration-v8-v9",
|
|
19
49
|
"comment": "Bump @fluentui/react to v8.99.1",
|
|
20
|
-
"commit": "
|
|
50
|
+
"commit": "79fd5b5f2563cd20a14ac66f784dfd9a640e0aaa"
|
|
21
51
|
}
|
|
22
52
|
]
|
|
23
53
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,36 @@
|
|
|
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 Wed, 02 Nov 2022 07:55:15 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [1.0.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v1.0.6)
|
|
8
|
+
|
|
9
|
+
Wed, 02 Nov 2022 07:55:15 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v1.0.5..@fluentui/react-migration-v8-v9_v1.0.6)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: Update Griffel to latest version ([PR #25412](https://github.com/microsoft/fluentui/pull/25412) by olfedias@microsoft.com)
|
|
15
|
+
|
|
16
|
+
## [1.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v1.0.5)
|
|
17
|
+
|
|
18
|
+
Tue, 01 Nov 2022 07:49:22 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v1.0.4..@fluentui/react-migration-v8-v9_v1.0.5)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Bump @fluentui/react to v8.99.2 ([PR #25331](https://github.com/microsoft/fluentui/pull/25331) by beachball)
|
|
24
|
+
|
|
7
25
|
## [1.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v1.0.4)
|
|
8
26
|
|
|
9
|
-
Mon, 31 Oct 2022 07:
|
|
27
|
+
Mon, 31 Oct 2022 07:45:40 GMT
|
|
10
28
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v1.0.3..@fluentui/react-migration-v8-v9_v1.0.4)
|
|
11
29
|
|
|
12
30
|
### Patches
|
|
13
31
|
|
|
14
32
|
- fix: Updated to tsconfig to publish to dist. ([PR #25422](https://github.com/microsoft/fluentui/pull/25422) by gcox@microsoft.com)
|
|
15
|
-
- Bump @fluentui/react to v8.99.1 ([PR #
|
|
33
|
+
- Bump @fluentui/react to v8.99.1 ([PR #25409](https://github.com/microsoft/fluentui/pull/25409) by beachball)
|
|
16
34
|
|
|
17
35
|
## [1.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v1.0.3)
|
|
18
36
|
|
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.6",
|
|
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,11 +29,11 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@ctrl/tinycolor": "3.3.4",
|
|
32
|
-
"@fluentui/react": "^8.99.
|
|
32
|
+
"@fluentui/react": "^8.99.2",
|
|
33
33
|
"@fluentui/react-components": "^9.6.1",
|
|
34
34
|
"@fluentui/react-theme": "^9.1.1",
|
|
35
35
|
"@fluentui/react-utilities": "^9.1.2",
|
|
36
|
-
"@griffel/react": "^1.4.
|
|
36
|
+
"@griffel/react": "^1.4.2",
|
|
37
37
|
"tslib": "^2.1.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|