diff --git a/change/@fluentui-web-components-ec172ca8-23f3-4d01-a969-6504fa67a87a.json b/change/@fluentui-web-components-ec172ca8-23f3-4d01-a969-6504fa67a87a.json deleted file mode 100644 index c76de2b97d0c97..00000000000000 --- a/change/@fluentui-web-components-ec172ca8-23f3-4d01-a969-6504fa67a87a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Allow field states to be set regardless of connection status", - "packageName": "@fluentui/web-components", - "email": "863023+radium-v@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-web-components-fc912571-691c-494a-b4de-9a632a76a26c.json b/change/@fluentui-web-components-fc912571-691c-494a-b4de-9a632a76a26c.json deleted file mode 100644 index 87d09789bbf038..00000000000000 --- a/change/@fluentui-web-components-fc912571-691c-494a-b4de-9a632a76a26c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "fix: radio-group emit change with keyboard and disabled radio unchecks", - "packageName": "@fluentui/web-components", - "email": "jes@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/packages/web-components/CHANGELOG.json b/packages/web-components/CHANGELOG.json index b815e91343186c..910eaf1123eb5e 100644 --- a/packages/web-components/CHANGELOG.json +++ b/packages/web-components/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui/web-components", "entries": [ + { + "date": "Thu, 09 Jan 2025 04:07:00 GMT", + "tag": "@fluentui/web-components_v3.0.0-beta.76", + "version": "3.0.0-beta.76", + "comments": { + "prerelease": [ + { + "author": "863023+radium-v@users.noreply.github.com", + "package": "@fluentui/web-components", + "commit": "2247d505c62e3f464f53b77362175580144ebd56", + "comment": "Allow field states to be set regardless of connection status" + }, + { + "author": "jes@microsoft.com", + "package": "@fluentui/web-components", + "commit": "479f2f31226381d03c7a12788fb0bae55cd558c4", + "comment": "fix: radio-group emit change with keyboard and disabled radio unchecks" + } + ] + } + }, { "date": "Mon, 23 Dec 2024 04:07:55 GMT", "tag": "@fluentui/web-components_v3.0.0-beta.75", diff --git a/packages/web-components/CHANGELOG.md b/packages/web-components/CHANGELOG.md index c166b3f8f93943..baea4c5c33bbe3 100644 --- a/packages/web-components/CHANGELOG.md +++ b/packages/web-components/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui/web-components -This log was last generated on Mon, 23 Dec 2024 04:07:55 GMT and should not be manually modified. +This log was last generated on Thu, 09 Jan 2025 04:07:00 GMT and should not be manually modified. +## [3.0.0-beta.76](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.76) + +Thu, 09 Jan 2025 04:07:00 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.75..@fluentui/web-components_v3.0.0-beta.76) + +### Changes + +- Allow field states to be set regardless of connection status ([PR #33023](https://github.com/microsoft/fluentui/pull/33023) by 863023+radium-v@users.noreply.github.com) +- fix: radio-group emit change with keyboard and disabled radio unchecks ([PR #33585](https://github.com/microsoft/fluentui/pull/33585) by jes@microsoft.com) + ## [3.0.0-beta.75](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.75) Mon, 23 Dec 2024 04:07:55 GMT diff --git a/packages/web-components/package.json b/packages/web-components/package.json index 7f7baa31a7b64a..4b79588c2a395e 100644 --- a/packages/web-components/package.json +++ b/packages/web-components/package.json @@ -1,7 +1,7 @@ { "name": "@fluentui/web-components", "description": "A library of Fluent Web Components", - "version": "3.0.0-beta.75", + "version": "3.0.0-beta.76", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4"