Skip to content

Commit 029980b

Browse files
author
Fluent UI Build
committed
release: applying package updates - web-components
1 parent f14249d commit 029980b

9 files changed

Lines changed: 56 additions & 15 deletions

File tree

change/@fluentui-web-components-5a70d41d-e498-461d-96aa-4ada7ddcac9b.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/charts/chart-web-components/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/chart-web-components",
33
"entries": [
4+
{
5+
"date": "Wed, 03 Jun 2026 04:07:54 GMT",
6+
"tag": "@fluentui/chart-web-components_v0.0.81",
7+
"version": "0.0.81",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/chart-web-components",
13+
"comment": "Bump @fluentui/web-components to v3.0.0-rc.23",
14+
"commit": "f14249d2f042c3c30ce16a60b14d2d912aa2ad80"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 28 May 2026 04:09:43 GMT",
621
"tag": "@fluentui/chart-web-components_v0.0.80",

packages/charts/chart-web-components/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @fluentui/chart-web-components
22

3-
This log was last generated on Thu, 28 May 2026 04:09:43 GMT and should not be manually modified.
3+
This log was last generated on Wed, 03 Jun 2026 04:07:54 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [0.0.81](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.81)
8+
9+
Wed, 03 Jun 2026 04:07:54 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.80..@fluentui/chart-web-components_v0.0.81)
11+
12+
### Patches
13+
14+
- Bump @fluentui/web-components to v3.0.0-rc.23 ([PR #36232](https://github.com/microsoft/fluentui/pull/36232) by beachball)
15+
716
## [0.0.80](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.80)
817

918
Thu, 28 May 2026 04:09:43 GMT

packages/charts/chart-web-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluentui/chart-web-components",
33
"description": "A library of Fluent Chart Web Components",
4-
"version": "0.0.80",
4+
"version": "0.0.81",
55
"author": {
66
"name": "Microsoft"
77
},
@@ -69,7 +69,7 @@
6969
"dependencies": {
7070
"@microsoft/fast-web-utilities": "^6.0.0",
7171
"@fluentui/tokens": "^1.0.0-alpha.23",
72-
"@fluentui/web-components": "^3.0.0-rc.22",
72+
"@fluentui/web-components": "^3.0.0-rc.23",
7373
"@types/d3-selection": "^3.0.0",
7474
"@types/d3-shape": "^3.0.0",
7575
"d3-selection": "^3.0.0",

packages/react-components/react-calendar-compat/library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@fluentui/keyboard-keys": "^9.0.8",
1616
"@fluentui/react-icons": "^2.0.245",
1717
"@fluentui/react-jsx-runtime": "^9.4.3",
18-
"@fluentui/react-motion": "^9.15.0",
19-
"@fluentui/react-motion-components-preview": "^0.15.4",
18+
"@fluentui/react-motion": "^9.16.0",
19+
"@fluentui/react-motion-components-preview": "^0.15.5",
2020
"@fluentui/react-shared-contexts": "^9.26.2",
2121
"@fluentui/react-tabster": "^9.26.15",
2222
"@fluentui/react-theme": "^9.2.1",

packages/react-components/react-headless-components-preview/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@fluentui/react-tags": "^9.9.1",
6262
"@fluentui/react-textarea": "^9.7.3",
6363
"@fluentui/react-toolbar": "^9.8.1",
64-
"@fluentui/react-toast": "^9.7.18",
64+
"@fluentui/react-toast": "^9.8.0",
6565
"@fluentui/react-tooltip": "^9.10.2",
6666
"@fluentui/react-utilities": "^9.26.4",
6767
"@swc/helpers": "^0.5.1"

packages/web-components/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/web-components",
33
"entries": [
4+
{
5+
"date": "Wed, 03 Jun 2026 04:07:54 GMT",
6+
"tag": "@fluentui/web-components_v3.0.0-rc.23",
7+
"version": "3.0.0-rc.23",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"author": "machi@microsoft.com",
12+
"package": "@fluentui/web-components",
13+
"commit": "f14249d2f042c3c30ce16a60b14d2d912aa2ad80",
14+
"comment": "add keyboard support for printable characters in Dropdown"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 28 May 2026 04:09:42 GMT",
621
"tag": "@fluentui/web-components_v3.0.0-rc.22",

packages/web-components/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @fluentui/web-components
22

3-
This log was last generated on Thu, 28 May 2026 04:09:42 GMT and should not be manually modified.
3+
This log was last generated on Wed, 03 Jun 2026 04:07:54 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [3.0.0-rc.23](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-rc.23)
8+
9+
Wed, 03 Jun 2026 04:07:54 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-rc.22..@fluentui/web-components_v3.0.0-rc.23)
11+
12+
### Changes
13+
14+
- add keyboard support for printable characters in Dropdown ([PR #36232](https://github.com/microsoft/fluentui/pull/36232) by machi@microsoft.com)
15+
716
## [3.0.0-rc.22](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-rc.22)
817

918
Thu, 28 May 2026 04:09:42 GMT

packages/web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluentui/web-components",
33
"description": "A library of Fluent Web Components",
4-
"version": "3.0.0-rc.22",
4+
"version": "3.0.0-rc.23",
55
"author": {
66
"name": "Microsoft",
77
"url": "https://discord.gg/FcSNfg4"

0 commit comments

Comments
 (0)