@fluentui/react-color-picker 9.2.2 → 9.2.4

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 +27 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @fluentui/react-color-picker
2
2
 
3
- This log was last generated on Wed, 30 Jul 2025 08:41:07 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 21 Aug 2025 12:20:43 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-color-picker_v9.2.4)
8
+
9
+ Thu, 21 Aug 2025 12:20:43 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-color-picker_v9.2.3..@fluentui/react-color-picker_v9.2.4)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-context-selector to v9.2.6 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.1.6 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
16
+ - Bump @fluentui/react-shared-contexts to v9.25.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.26.4 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
18
+ - Bump @fluentui/react-utilities to v9.24.0 ([PR #35055](https://github.com/microsoft/fluentui/pull/35055) by beachball)
19
+
20
+ ## [9.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-color-picker_v9.2.3)
21
+
22
+ Thu, 07 Aug 2025 10:03:33 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-color-picker_v9.2.2..@fluentui/react-color-picker_v9.2.3)
24
+
25
+ ### Patches
26
+
27
+ - Bump @fluentui/react-context-selector to v9.2.5 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
28
+ - Bump @fluentui/react-jsx-runtime to v9.1.5 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
29
+ - Bump @fluentui/react-tabster to v9.26.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
30
+ - Bump @fluentui/react-utilities to v9.23.2 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
31
+
7
32
  ## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-color-picker_v9.2.2)
8
33
 
9
- Wed, 30 Jul 2025 08:41:07 GMT
34
+ Wed, 30 Jul 2025 13:10:57 GMT
10
35
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-color-picker_v9.2.1..@fluentui/react-color-picker_v9.2.2)
11
36
 
12
37
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-color-picker",
3
- "version": "9.2.2",
3
+ "version": "9.2.4",
4
4
  "description": "ColorPicker component for Fluent UI React.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,12 +25,12 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@ctrl/tinycolor": "^3.3.4",
28
- "@fluentui/react-context-selector": "^9.2.4",
29
- "@fluentui/react-jsx-runtime": "^9.1.4",
30
- "@fluentui/react-shared-contexts": "^9.24.1",
31
- "@fluentui/react-tabster": "^9.26.2",
28
+ "@fluentui/react-context-selector": "^9.2.6",
29
+ "@fluentui/react-jsx-runtime": "^9.1.6",
30
+ "@fluentui/react-shared-contexts": "^9.25.0",
31
+ "@fluentui/react-tabster": "^9.26.4",
32
32
  "@fluentui/react-theme": "^9.2.0",
33
- "@fluentui/react-utilities": "^9.23.1",
33
+ "@fluentui/react-utilities": "^9.24.0",
34
34
  "@griffel/react": "^1.5.22",
35
35
  "@swc/helpers": "^0.5.1"
36
36
  },