@fluentui/react-migration-v8-v9 9.1.7 → 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,51 @@
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 15 Feb 2023 23:35:10 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",
29
+ "tag": "@fluentui/react-migration-v8-v9_v9.1.8",
30
+ "version": "9.1.8",
31
+ "comments": {
32
+ "patch": [
33
+ {
34
+ "author": "mgodbolt@microsoft.com",
35
+ "package": "@fluentui/react-migration-v8-v9",
36
+ "commit": "c6f47613e95f8e43ef00792ea673d673881e14fb",
37
+ "comment": "fixing build issues"
38
+ },
39
+ {
40
+ "author": "beachball",
41
+ "package": "@fluentui/react-migration-v8-v9",
42
+ "comment": "Bump @fluentui/react-components to v9.15.5",
43
+ "commit": "ca757212da6f77eb0bfe18cf7bfcc8bbab2a5da5"
44
+ }
45
+ ]
46
+ }
47
+ },
48
+ {
49
+ "date": "Thu, 16 Feb 2023 16:18:01 GMT",
6
50
  "tag": "@fluentui/react-migration-v8-v9_v9.1.7",
7
51
  "version": "9.1.7",
8
52
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-migration-v8-v9
2
2
 
3
- This log was last generated on Wed, 15 Feb 2023 23:35:10 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
+
16
+ ## [9.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.8)
17
+
18
+ Thu, 16 Feb 2023 19:18:48 GMT
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)
20
+
21
+ ### Patches
22
+
23
+ - fixing build issues ([PR #26877](https://github.com/microsoft/fluentui/pull/26877) by mgodbolt@microsoft.com)
24
+ - Bump @fluentui/react-components to v9.15.5 ([PR #26842](https://github.com/microsoft/fluentui/pull/26842) by beachball)
25
+
7
26
  ## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.1.7)
8
27
 
9
- Wed, 15 Feb 2023 23:35:10 GMT
28
+ Thu, 16 Feb 2023 16:18:01 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.1.6..@fluentui/react-migration-v8-v9_v9.1.7)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "9.1.7",
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.4",
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",