@fluentui/react-swatch-picker 9.1.6 → 9.1.8
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 +21 -2
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,31 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-swatch-picker
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 15 Aug 2024 13:46:54 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-swatch-picker_v9.1.8)
|
|
8
|
+
|
|
9
|
+
Thu, 15 Aug 2024 13:46:54 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-swatch-picker_v9.1.7..@fluentui/react-swatch-picker_v9.1.8)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-tabster to v9.22.5 ([PR #32313](https://github.com/microsoft/fluentui/pull/32313) by beachball)
|
|
15
|
+
|
|
16
|
+
## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-swatch-picker_v9.1.7)
|
|
17
|
+
|
|
18
|
+
Thu, 15 Aug 2024 08:22:13 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-swatch-picker_v9.1.6..@fluentui/react-swatch-picker_v9.1.7)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- (react-swatch-picker): fixed documentation ([PR #32279](https://github.com/microsoft/fluentui/pull/32279) by vkozlova@microsoft.com)
|
|
24
|
+
- Bump @fluentui/react-tabster to v9.22.4 ([PR #31885](https://github.com/microsoft/fluentui/pull/31885) by beachball)
|
|
25
|
+
|
|
7
26
|
## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-swatch-picker_v9.1.6)
|
|
8
27
|
|
|
9
|
-
Tue, 23 Jul 2024 20:
|
|
28
|
+
Tue, 23 Jul 2024 20:13:14 GMT
|
|
10
29
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-swatch-picker_v9.1.5..@fluentui/react-swatch-picker_v9.1.6)
|
|
11
30
|
|
|
12
31
|
### 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/
|
|
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.
|
|
3
|
+
"version": "9.1.8",
|
|
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.
|
|
41
|
+
"@fluentui/react-tabster": "^9.22.5",
|
|
42
42
|
"@fluentui/react-theme": "^9.1.19",
|
|
43
43
|
"@fluentui/react-utilities": "^9.18.13",
|
|
44
44
|
"@griffel/react": "^1.5.22",
|