@fluentui/react-migration-v8-v9 1.0.5 → 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 CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 01 Nov 2022 07:48:24 GMT",
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",
6
21
  "tag": "@fluentui/react-migration-v8-v9_v1.0.5",
7
22
  "version": "1.0.5",
8
23
  "comments": {
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, 01 Nov 2022 07:48:24 GMT and should not be manually modified.
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
+
7
16
  ## [1.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v1.0.5)
8
17
 
9
- Tue, 01 Nov 2022 07:48:24 GMT
18
+ Tue, 01 Nov 2022 07:49:22 GMT
10
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)
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": "1.0.5",
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",
@@ -33,7 +33,7 @@
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.1",
36
+ "@griffel/react": "^1.4.2",
37
37
  "tslib": "^2.1.0"
38
38
  },
39
39
  "peerDependencies": {