@fluentui/react-migration-v8-v9 9.4.25 → 9.4.26

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,28 @@
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 12 Oct 2023 14:52:34 GMT",
5
+ "date": "Wed, 18 Oct 2023 17:47:37 GMT",
6
+ "tag": "@fluentui/react-migration-v8-v9_v9.4.26",
7
+ "version": "9.4.26",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-migration-v8-v9",
13
+ "comment": "Bump @fluentui/react-components to v9.35.1",
14
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-migration-v8-v9",
19
+ "comment": "Bump @fluentui/react-utilities to v9.15.1",
20
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 12 Oct 2023 14:55:44 GMT",
6
27
  "tag": "@fluentui/react-migration-v8-v9_v9.4.25",
7
28
  "version": "9.4.25",
8
29
  "comments": {
@@ -17,7 +38,7 @@
17
38
  "author": "beachball",
18
39
  "package": "@fluentui/react-migration-v8-v9",
19
40
  "comment": "Bump @fluentui/react-components to v9.35.0",
20
- "commit": "1a52f5b27e2f71f7257c470bc9c7552ea5e07867"
41
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
21
42
  }
22
43
  ]
23
44
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,28 @@
1
1
  # Change Log - @fluentui/react-migration-v8-v9
2
2
 
3
- This log was last generated on Thu, 12 Oct 2023 14:52:34 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 18 Oct 2023 17:47:37 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.4.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.26)
8
+
9
+ Wed, 18 Oct 2023 17:47:37 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.25..@fluentui/react-migration-v8-v9_v9.4.26)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-components to v9.35.1 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.15.1 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
16
+
7
17
  ## [9.4.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.25)
8
18
 
9
- Thu, 12 Oct 2023 14:52:34 GMT
19
+ Thu, 12 Oct 2023 14:55:44 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.4.24..@fluentui/react-migration-v8-v9_v9.4.25)
11
21
 
12
22
  ### Patches
13
23
 
14
24
  - fix: adding checks for is inverted and using different colors accordingly on neutralForeground3 and 4 in the createV9Theme function. ([PR #29471](https://github.com/microsoft/fluentui/pull/29471) by matejera@microsoft.com)
15
- - Bump @fluentui/react-components to v9.35.0 ([PR #29488](https://github.com/microsoft/fluentui/pull/29488) by beachball)
25
+ - Bump @fluentui/react-components to v9.35.0 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
16
26
 
17
27
  ## [9.4.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.4.24)
18
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "9.4.25",
3
+ "version": "9.4.26",
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.107.43",
36
- "@fluentui/react": "^8.112.2",
37
- "@fluentui/react-components": "^9.35.0",
35
+ "@fluentui/fluent2-theme": "^8.107.44",
36
+ "@fluentui/react": "^8.112.3",
37
+ "@fluentui/react-components": "^9.35.1",
38
38
  "@fluentui/react-icons": "^2.0.217",
39
39
  "@fluentui/react-theme": "^9.1.14",
40
- "@fluentui/react-utilities": "^9.15.0",
40
+ "@fluentui/react-utilities": "^9.15.1",
41
41
  "@griffel/react": "^1.5.14",
42
42
  "@swc/helpers": "^0.5.1"
43
43
  },