@fluentui/react-swatch-picker 9.1.6 → 9.1.7

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.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-swatch-picker
2
2
 
3
- This log was last generated on Tue, 23 Jul 2024 20:09:20 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 15 Aug 2024 08:18:55 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-swatch-picker_v9.1.7)
8
+
9
+ Thu, 15 Aug 2024 08:18:55 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-swatch-picker_v9.1.6..@fluentui/react-swatch-picker_v9.1.7)
11
+
12
+ ### Patches
13
+
14
+ - (react-swatch-picker): fixed documentation ([PR #32279](https://github.com/microsoft/fluentui/pull/32279) by vkozlova@microsoft.com)
15
+ - Bump @fluentui/react-tabster to v9.22.4 ([PR #31885](https://github.com/microsoft/fluentui/pull/31885) by beachball)
16
+
7
17
  ## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-swatch-picker_v9.1.6)
8
18
 
9
- Tue, 23 Jul 2024 20:09:20 GMT
19
+ Tue, 23 Jul 2024 20:13:14 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-swatch-picker_v9.1.5..@fluentui/react-swatch-picker_v9.1.6)
11
21
 
12
22
  ### Patches
package/README.md CHANGED
@@ -58,4 +58,4 @@ See the [Spec.md](./docs/Spec.md) file for background information on the design/
58
58
 
59
59
  ## API
60
60
 
61
- For information about the components, please refer to the [API documentation](https://react.fluentui.dev/?path=/docs/preview-components-swatchpicker--default).
61
+ For information about the components, please refer to the [API documentation](https://react.fluentui.dev/?path=/docs/components-swatchpicker--default).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-swatch-picker",
3
- "version": "9.1.6",
3
+ "version": "9.1.7",
4
4
  "description": "New fluentui react package",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -38,7 +38,7 @@
38
38
  "@fluentui/react-icons": "^2.0.245",
39
39
  "@fluentui/react-jsx-runtime": "^9.0.42",
40
40
  "@fluentui/react-shared-contexts": "^9.20.0",
41
- "@fluentui/react-tabster": "^9.22.3",
41
+ "@fluentui/react-tabster": "^9.22.4",
42
42
  "@fluentui/react-theme": "^9.1.19",
43
43
  "@fluentui/react-utilities": "^9.18.13",
44
44
  "@griffel/react": "^1.5.22",