Skip to content

Commit 131593c

Browse files
author
Fluent UI Build
committed
release: applying package updates - web-components
1 parent 19d82d8 commit 131593c

9 files changed

Lines changed: 67 additions & 26 deletions

change/@fluentui-chart-web-components-0db36d7a-4ed7-406b-8773-bb7426bfdaa8.json

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

change/@fluentui-web-components-7ad5b763-9393-4f9c-8112-f07d05af4542.json

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

change/@fluentui-web-components-b4d8c7d8-5a79-4565-b6c0-74ba5d844bdd.json

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

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@fluentui/chart-web-components",
33
"entries": [
4+
{
5+
"date": "Thu, 25 Jun 2026 04:09:26 GMT",
6+
"tag": "@fluentui/chart-web-components_v0.0.88",
7+
"version": "0.0.88",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "863023+radium-v@users.noreply.github.com",
12+
"package": "@fluentui/chart-web-components",
13+
"commit": "19d82d85bda458b0af3fa4e0814bf3232fc78594",
14+
"comment": "refactor: replace compose() with plain definition objects"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@fluentui/chart-web-components",
19+
"comment": "Bump @fluentui/web-components to v3.0.0-rc.30",
20+
"commit": "19d82d85bda458b0af3fa4e0814bf3232fc78594"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Wed, 24 Jun 2026 04:08:03 GMT",
627
"tag": "@fluentui/chart-web-components_v0.0.87",

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

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

3-
This log was last generated on Wed, 24 Jun 2026 04:08:03 GMT and should not be manually modified.
3+
This log was last generated on Thu, 25 Jun 2026 04:09:26 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [0.0.88](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.88)
8+
9+
Thu, 25 Jun 2026 04:09:26 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.87..@fluentui/chart-web-components_v0.0.88)
11+
12+
### Patches
13+
14+
- refactor: replace compose() with plain definition objects ([PR #36337](https://github.com/microsoft/fluentui/pull/36337) by 863023+radium-v@users.noreply.github.com)
15+
- Bump @fluentui/web-components to v3.0.0-rc.30 ([PR #36337](https://github.com/microsoft/fluentui/pull/36337) by beachball)
16+
717
## [0.0.87](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.87)
818

919
Wed, 24 Jun 2026 04:08:03 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.87",
4+
"version": "0.0.88",
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.29",
72+
"@fluentui/web-components": "^3.0.0-rc.30",
7373
"@types/d3-selection": "^3.0.0",
7474
"@types/d3-shape": "^3.0.0",
7575
"d3-selection": "^3.0.0",

packages/web-components/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@fluentui/web-components",
33
"entries": [
4+
{
5+
"date": "Thu, 25 Jun 2026 04:09:26 GMT",
6+
"tag": "@fluentui/web-components_v3.0.0-rc.30",
7+
"version": "3.0.0-rc.30",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"author": "13071055+chrisdholt@users.noreply.github.com",
12+
"package": "@fluentui/web-components",
13+
"commit": "04cc9d470ec8bd5a9524070f33b93bfa8501cf0a",
14+
"comment": "fix: ensure toggle button text is visible in high contrast modes"
15+
},
16+
{
17+
"author": "863023+radium-v@users.noreply.github.com",
18+
"package": "@fluentui/web-components",
19+
"commit": "19d82d85bda458b0af3fa4e0814bf3232fc78594",
20+
"comment": "refactor: replace compose() with plain definition objects"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Wed, 24 Jun 2026 04:08:03 GMT",
627
"tag": "@fluentui/web-components_v3.0.0-rc.29",

packages/web-components/CHANGELOG.md

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

3-
This log was last generated on Wed, 24 Jun 2026 04:08:03 GMT and should not be manually modified.
3+
This log was last generated on Thu, 25 Jun 2026 04:09:26 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [3.0.0-rc.30](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-rc.30)
8+
9+
Thu, 25 Jun 2026 04:09:26 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-rc.29..@fluentui/web-components_v3.0.0-rc.30)
11+
12+
### Changes
13+
14+
- fix: ensure toggle button text is visible in high contrast modes ([PR #36338](https://github.com/microsoft/fluentui/pull/36338) by 13071055+chrisdholt@users.noreply.github.com)
15+
- refactor: replace compose() with plain definition objects ([PR #36337](https://github.com/microsoft/fluentui/pull/36337) by 863023+radium-v@users.noreply.github.com)
16+
717
## [3.0.0-rc.29](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-rc.29)
818

919
Wed, 24 Jun 2026 04:08:03 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.29",
4+
"version": "3.0.0-rc.30",
55
"author": {
66
"name": "Microsoft",
77
"url": "https://discord.gg/FcSNfg4"

0 commit comments

Comments
 (0)