@fluentui/react-migration-v8-v9 9.1.8 → 9.1.9

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,30 @@
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 16 Feb 2023 19:18:19 GMT",
5
+ "date": "Wed, 22 Feb 2023 23:04:46 GMT",
6
+ "tag": "@fluentui/react-migration-v8-v9_v9.1.9",
7
+ "version": "9.1.9",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-migration-v8-v9",
13
+ "commit": "90751623b9cac848b95dd624d601e7617f96ba5a",
14
+ "comment": "chore: enable build-less DX for storybook"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-migration-v8-v9",
21
+ "comment": "Bump @fluentui/react-components to v9.15.6",
22
+ "commit": "9ee6caa17f745e014ecba467a4528181ae49be30"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Thu, 16 Feb 2023 19:18:48 GMT",
6
29
  "tag": "@fluentui/react-migration-v8-v9_v9.1.8",
7
30
  "version": "9.1.8",
8
31
  "comments": {
@@ -17,7 +40,7 @@
17
40
  "author": "beachball",
18
41
  "package": "@fluentui/react-migration-v8-v9",
19
42
  "comment": "Bump @fluentui/react-components to v9.15.5",
20
- "commit": "c6f47613e95f8e43ef00792ea673d673881e14fb"
43
+ "commit": "ca757212da6f77eb0bfe18cf7bfcc8bbab2a5da5"
21
44
  }
22
45
  ]
23
46
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,27 @@
1
1
  # Change Log - @fluentui/react-migration-v8-v9
2
2
 
3
- This log was last generated on Thu, 16 Feb 2023 19:18:19 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 22 Feb 2023 23:04:46 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.9)
8
+
9
+ Wed, 22 Feb 2023 23:04:46 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.8..@fluentui/react-migration-v8-v9_v9.1.9)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-components to v9.15.6 ([PR #26616](https://github.com/microsoft/fluentui/pull/26616) by beachball)
15
+
7
16
  ## [9.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.8)
8
17
 
9
- Thu, 16 Feb 2023 19:18:19 GMT
18
+ Thu, 16 Feb 2023 19:18:48 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.7..@fluentui/react-migration-v8-v9_v9.1.8)
11
20
 
12
21
  ### Patches
13
22
 
14
23
  - fixing build issues ([PR #26877](https://github.com/microsoft/fluentui/pull/26877) by mgodbolt@microsoft.com)
15
- - Bump @fluentui/react-components to v9.15.5 ([PR #26877](https://github.com/microsoft/fluentui/pull/26877) by beachball)
24
+ - Bump @fluentui/react-components to v9.15.5 ([PR #26842](https://github.com/microsoft/fluentui/pull/26842) by beachball)
16
25
 
17
26
  ## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.7)
18
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "9.1.8",
3
+ "version": "9.1.9",
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,9 +32,9 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@ctrl/tinycolor": "3.3.4",
35
- "@fluentui/fluent2-theme": "^8.104.22",
36
- "@fluentui/react": "^8.105.8",
37
- "@fluentui/react-components": "^9.15.5",
35
+ "@fluentui/fluent2-theme": "^8.104.27",
36
+ "@fluentui/react": "^8.106.1",
37
+ "@fluentui/react-components": "^9.15.6",
38
38
  "@fluentui/react-icons": "^2.0.175",
39
39
  "@fluentui/react-theme": "^9.1.5",
40
40
  "@fluentui/react-utilities": "^9.6.0",