@fluentui/react-icons-compat 0.2.7 → 0.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,19 +1,42 @@
1
1
  # Change Log - @fluentui/react-icons-compat
2
2
 
3
- This log was last generated on Thu, 21 Aug 2025 12:20:43 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 02 Oct 2025 15:07:27 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.2.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-icons-compat_v0.2.9)
8
+
9
+ Thu, 02 Oct 2025 15:07:27 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-icons-compat_v0.2.8..@fluentui/react-icons-compat_v0.2.9)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-jsx-runtime to v9.2.1 ([PR #35133](https://github.com/microsoft/fluentui/pull/35133) by beachball)
15
+ - Bump @fluentui/react-shared-contexts to v9.25.2 ([PR #35133](https://github.com/microsoft/fluentui/pull/35133) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.25.0 ([PR #35133](https://github.com/microsoft/fluentui/pull/35133) by beachball)
17
+
18
+ ## [0.2.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-icons-compat_v0.2.8)
19
+
20
+ Mon, 08 Sep 2025 12:50:58 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-icons-compat_v0.2.7..@fluentui/react-icons-compat_v0.2.8)
22
+
23
+ ### Patches
24
+
25
+ - chore: extend peer dependencies versions to support React 19 ([PR #35145](https://github.com/microsoft/fluentui/pull/35145) by dmytrokirpa@microsoft.com)
26
+ - Bump @fluentui/react-jsx-runtime to v9.2.0 ([commit](https://github.com/microsoft/fluentui/commit/17af11b3c9f4cac2beeaf4342a81c1f08e95fd29) by beachball)
27
+ - Bump @fluentui/react-shared-contexts to v9.25.1 ([commit](https://github.com/microsoft/fluentui/commit/17af11b3c9f4cac2beeaf4342a81c1f08e95fd29) by beachball)
28
+ - Bump @fluentui/react-utilities to v9.24.1 ([commit](https://github.com/microsoft/fluentui/commit/17af11b3c9f4cac2beeaf4342a81c1f08e95fd29) by beachball)
29
+
7
30
  ## [0.2.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-icons-compat_v0.2.7)
8
31
 
9
- Thu, 21 Aug 2025 12:20:43 GMT
32
+ Thu, 21 Aug 2025 12:25:39 GMT
10
33
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-icons-compat_v0.2.6..@fluentui/react-icons-compat_v0.2.7)
11
34
 
12
35
  ### Patches
13
36
 
14
- - Bump @fluentui/react-jsx-runtime to v9.1.6 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
15
- - Bump @fluentui/react-shared-contexts to v9.25.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
16
- - Bump @fluentui/react-utilities to v9.24.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
37
+ - Bump @fluentui/react-jsx-runtime to v9.1.6 ([commit](https://github.com/microsoft/fluentui/commit/884c695de4f736774c224fa33b2e410bf42752b0) by beachball)
38
+ - Bump @fluentui/react-shared-contexts to v9.25.0 ([commit](https://github.com/microsoft/fluentui/commit/884c695de4f736774c224fa33b2e410bf42752b0) by beachball)
39
+ - Bump @fluentui/react-utilities to v9.24.0 ([commit](https://github.com/microsoft/fluentui/commit/884c695de4f736774c224fa33b2e410bf42752b0) by beachball)
17
40
 
18
41
  ## [0.2.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-icons-compat_v0.2.6)
19
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-icons-compat",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "description": "Package for icon utility methods used by font and svg icons.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -24,18 +24,18 @@
24
24
  "@fluentui/scripts-api-extractor": "*"
25
25
  },
26
26
  "dependencies": {
27
- "@fluentui/react-jsx-runtime": "^9.1.6",
28
- "@fluentui/react-shared-contexts": "^9.25.0",
27
+ "@fluentui/react-jsx-runtime": "^9.2.1",
28
+ "@fluentui/react-shared-contexts": "^9.25.2",
29
29
  "@fluentui/react-theme": "^9.2.0",
30
- "@fluentui/react-utilities": "^9.24.0",
30
+ "@fluentui/react-utilities": "^9.25.0",
31
31
  "@griffel/react": "^1.5.22",
32
32
  "@swc/helpers": "^0.5.1"
33
33
  },
34
34
  "peerDependencies": {
35
- "@types/react": ">=16.8.0 <19.0.0",
36
- "@types/react-dom": ">=16.8.0 <19.0.0",
37
- "react": ">=16.8.0 <19.0.0",
38
- "react-dom": ">=16.8.0 <19.0.0"
35
+ "@types/react": ">=16.8.0 <20.0.0",
36
+ "@types/react-dom": ">=16.8.0 <20.0.0",
37
+ "react": ">=16.8.0 <20.0.0",
38
+ "react-dom": ">=16.8.0 <20.0.0"
39
39
  },
40
40
  "exports": {
41
41
  ".": {