@fluentui/react-color-picker 0.0.0-nightly-20250327-0406.1 → 9.0.1
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 +10 -14
- package/package.json +15 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,25 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-color-picker
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu, 27 Mar 2025
|
|
3
|
+
This log was last generated on Thu, 27 Mar 2025 21:08:38 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [
|
|
7
|
+
## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-color-picker_v9.0.1)
|
|
8
8
|
|
|
9
|
-
Thu, 27 Mar 2025
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-color-picker_v9.0.0..@fluentui/react-color-
|
|
9
|
+
Thu, 27 Mar 2025 21:08:38 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-color-picker_v9.0.0..@fluentui/react-color-picker_v9.0.1)
|
|
11
11
|
|
|
12
|
-
###
|
|
12
|
+
### Patches
|
|
13
13
|
|
|
14
|
-
-
|
|
15
|
-
- Bump @fluentui/react-
|
|
16
|
-
- Bump @fluentui/react-
|
|
17
|
-
- Bump @fluentui/react-
|
|
18
|
-
- Bump @fluentui/react-
|
|
19
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-20250327-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/c90d9ebe4c7a59197ff29a82a071cc46332db702) by beachball)
|
|
20
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-20250327-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/c90d9ebe4c7a59197ff29a82a071cc46332db702) by beachball)
|
|
21
|
-
- Bump @fluentui/react-conformance to v0.0.0-nightly-20250327-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/c90d9ebe4c7a59197ff29a82a071cc46332db702) by beachball)
|
|
22
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20250327-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/c90d9ebe4c7a59197ff29a82a071cc46332db702) by beachball)
|
|
14
|
+
- Bump @fluentui/react-context-selector to v9.1.75 ([PR #34034](https://github.com/microsoft/fluentui/pull/34034) by beachball)
|
|
15
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.53 ([PR #34034](https://github.com/microsoft/fluentui/pull/34034) by beachball)
|
|
16
|
+
- Bump @fluentui/react-shared-contexts to v9.23.1 ([PR #34034](https://github.com/microsoft/fluentui/pull/34034) by beachball)
|
|
17
|
+
- Bump @fluentui/react-tabster to v9.24.3 ([PR #34034](https://github.com/microsoft/fluentui/pull/34034) by beachball)
|
|
18
|
+
- Bump @fluentui/react-utilities to v9.18.23 ([PR #34034](https://github.com/microsoft/fluentui/pull/34034) by beachball)
|
|
23
19
|
|
|
24
20
|
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-color-picker_v9.0.0)
|
|
25
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-color-picker",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"description": "ColorPicker component for Fluent UI React.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@fluentui/eslint-plugin": "*",
|
|
22
|
-
"@fluentui/react-conformance": "
|
|
23
|
-
"@fluentui/react-conformance-griffel": "
|
|
22
|
+
"@fluentui/react-conformance": "*",
|
|
23
|
+
"@fluentui/react-conformance-griffel": "*",
|
|
24
24
|
"@fluentui/scripts-api-extractor": "*"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@ctrl/tinycolor": "^3.3.4",
|
|
28
|
-
"@fluentui/react-context-selector": "
|
|
29
|
-
"@fluentui/react-jsx-runtime": "
|
|
30
|
-
"@fluentui/react-shared-contexts": "
|
|
31
|
-
"@fluentui/react-tabster": "
|
|
32
|
-
"@fluentui/react-theme": "
|
|
33
|
-
"@fluentui/react-utilities": "
|
|
28
|
+
"@fluentui/react-context-selector": "^9.1.75",
|
|
29
|
+
"@fluentui/react-jsx-runtime": "^9.0.53",
|
|
30
|
+
"@fluentui/react-shared-contexts": "^9.23.1",
|
|
31
|
+
"@fluentui/react-tabster": "^9.24.3",
|
|
32
|
+
"@fluentui/react-theme": "^9.1.24",
|
|
33
|
+
"@fluentui/react-utilities": "^9.18.23",
|
|
34
34
|
"@griffel/react": "^1.5.22",
|
|
35
35
|
"@swc/helpers": "^0.5.1"
|
|
36
36
|
},
|
|
@@ -49,5 +49,10 @@
|
|
|
49
49
|
},
|
|
50
50
|
"./package.json": "./package.json"
|
|
51
51
|
},
|
|
52
|
-
"beachball": {
|
|
52
|
+
"beachball": {
|
|
53
|
+
"disallowedChangeTypes": [
|
|
54
|
+
"major",
|
|
55
|
+
"prerelease"
|
|
56
|
+
]
|
|
57
|
+
}
|
|
53
58
|
}
|