Skip to content

Commit

Permalink
feat(react-color-picker): Release ColorPicker as unstable (#33395)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaKozlova authored Dec 4, 2024
1 parent fe4dad5 commit 9e47c8c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion apps/public-docsite-v9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"react-hook-form": "^5.7.2",
"@fluentui/react-nav-preview": "*",
"@fluentui/react-motion-components-preview": "*",
"@fluentui/react-icons-compat": "*"
"@fluentui/react-icons-compat": "*",
"@fluentui/react-color-picker-preview": "*"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "'feat(react-color-picker): Release ColorPicker as unstable",
"packageName": "@fluentui/react-color-picker-preview",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@fluentui/react-color-picker-preview",
"version": "0.0.0",
"private": true,
"description": "New fluentui react package",
"description": "ColorPicker component for Fluent UI React.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"typings": "./dist/index.d.ts",
Expand Down

0 comments on commit 9e47c8c

Please sign in to comment.