Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluent UI Build committed Jun 10, 2024
1 parent d5fe2ed commit 80f464a
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 23 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

27 changes: 27 additions & 0 deletions packages/web-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@fluentui/web-components",
"entries": [
{
"date": "Mon, 10 Jun 2024 04:07:58 GMT",
"tag": "@fluentui/web-components_v3.0.0-beta.26",
"version": "3.0.0-beta.26",
"comments": {
"prerelease": [
{
"author": "13071055+chrisdholt@users.noreply.github.com",
"package": "@fluentui/web-components",
"commit": "0ee053f9c4dae7dea578d80221bbf0fa9d630bc0",
"comment": "feat: refactor Switch to use ElementInternals by extending BaseCheckbox"
},
{
"author": "13071055+chrisdholt@users.noreply.github.com",
"package": "@fluentui/web-components",
"commit": "eb13aea7d259f3b72e4b65bc32232e4315ff5c05",
"comment": "fixes the border-color for switch when in the checked state on rest"
},
{
"author": "13071055+chrisdholt@users.noreply.github.com",
"package": "@fluentui/web-components",
"commit": "d5fe2edf2a5d598c3e84fa14cf42f9c81f3e24d6",
"comment": "add try-catch block to ensure that registered properties can be updated dynamically"
}
]
}
},
{
"date": "Fri, 07 Jun 2024 04:06:31 GMT",
"tag": "@fluentui/web-components_v3.0.0-beta.25",
Expand Down
13 changes: 12 additions & 1 deletion packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Change Log - @fluentui/web-components

This log was last generated on Fri, 07 Jun 2024 04:06:31 GMT and should not be manually modified.
This log was last generated on Mon, 10 Jun 2024 04:07:58 GMT and should not be manually modified.

<!-- Start content -->

## [3.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.26)

Mon, 10 Jun 2024 04:07:58 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.25..@fluentui/web-components_v3.0.0-beta.26)

### Changes

- feat: refactor Switch to use ElementInternals by extending BaseCheckbox ([PR #31613](https://github.com/microsoft/fluentui/pull/31613) by 13071055+chrisdholt@users.noreply.github.com)
- fixes the border-color for switch when in the checked state on rest ([PR #31628](https://github.com/microsoft/fluentui/pull/31628) by 13071055+chrisdholt@users.noreply.github.com)
- add try-catch block to ensure that registered properties can be updated dynamically ([PR #31629](https://github.com/microsoft/fluentui/pull/31629) by 13071055+chrisdholt@users.noreply.github.com)

## [3.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.25)

Fri, 07 Jun 2024 04:06:31 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluentui/web-components",
"description": "A library of Fluent Web Components",
"version": "3.0.0-beta.25",
"version": "3.0.0-beta.26",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down

0 comments on commit 80f464a

Please sign in to comment.