Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/vr-tests-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@fluentui/react-progress": "^9.1.6",
"@fluentui/react-provider": "^9.5.0",
"@fluentui/react-radio": "^9.1.6",
"@fluentui/react-select": "^9.1.5",
"@fluentui/react-select": "^9.1.6",
"@fluentui/react-shared-contexts": "^9.3.3",
"@fluentui/react-skeleton": "9.0.0-beta.5",
"@fluentui/react-slider": "^9.1.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Bump react-select to 9.1.6",
"packageName": "@fluentui/react-components",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Sync with npm released version",
"packageName": "@fluentui/react-select",
"email": "[email protected]",
"dependentChangeType": "none"
}
2 changes: 1 addition & 1 deletion packages/react-components/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@fluentui/react-progress": "^9.1.6",
"@fluentui/react-provider": "^9.5.0",
"@fluentui/react-radio": "^9.1.6",
"@fluentui/react-select": "^9.1.5",
"@fluentui/react-select": "^9.1.6",
"@fluentui/react-shared-contexts": "^9.3.3",
"@fluentui/react-skeleton": "9.0.0-beta.5",
"@fluentui/react-slider": "^9.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/react-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-select",
"version": "9.1.5",
"version": "9.1.6",
"description": "Fluent UI React Select component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down