Skip to content

Commit 54d6985

Browse files
author
Fluent UI Build
committed
release: applying package updates - web-components
1 parent 59b99f8 commit 54d6985

File tree

8 files changed

+60
-19
lines changed

8 files changed

+60
-19
lines changed

change/@fluentui-web-components-7a0e7962-51b4-44f3-ad8d-a39ba25ca581.json

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

change/@fluentui-web-components-f3e9d667-3d1f-4090-b1b6-88266b9177ac.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": "Tue, 26 Aug 2025 04:07:20 GMT",
6+
"tag": "@fluentui/chart-web-components_v0.0.42",
7+
"version": "0.0.42",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/chart-web-components",
13+
"comment": "Bump @fluentui/web-components to v3.0.0-beta.118",
14+
"commit": "59b99f828f5919fb27a38203b8a0f49410be1f9e"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 25 Aug 2025 04:07:50 GMT",
621
"tag": "@fluentui/chart-web-components_v0.0.41",

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 Mon, 25 Aug 2025 04:07:50 GMT and should not be manually modified.
3+
This log was last generated on Tue, 26 Aug 2025 04:07:20 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [0.0.42](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.42)
8+
9+
Tue, 26 Aug 2025 04:07:20 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.41..@fluentui/chart-web-components_v0.0.42)
11+
12+
### Patches
13+
14+
- Bump @fluentui/web-components to v3.0.0-beta.118 ([PR #35084](https://github.com/microsoft/fluentui/pull/35084) by beachball)
15+
716
## [0.0.41](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.41)
817

918
Mon, 25 Aug 2025 04:07:50 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.41",
4+
"version": "0.0.42",
55
"author": {
66
"name": "Microsoft"
77
},
@@ -71,7 +71,7 @@
7171
"dependencies": {
7272
"@microsoft/fast-web-utilities": "^6.0.0",
7373
"@fluentui/tokens": "^1.0.0-alpha.22",
74-
"@fluentui/web-components": "^3.0.0-beta.117",
74+
"@fluentui/web-components": "^3.0.0-beta.118",
7575
"@types/d3-selection": "^3.0.0",
7676
"@types/d3-shape": "^3.0.0",
7777
"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": "Tue, 26 Aug 2025 04:07:19 GMT",
6+
"tag": "@fluentui/web-components_v3.0.0-beta.118",
7+
"version": "3.0.0-beta.118",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui/web-components",
13+
"commit": "761b211b1b978a0b5b8041f89ba9e86a1dbf58c7",
14+
"comment": "fix: remove unnecessary type check and avoid using instanceof in menu-list"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "@fluentui/web-components",
19+
"commit": "20d47059a7a6b1d7c052772e840df95f6dd20fd7",
20+
"comment": "fix: make tablist more ssr compatible"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Mon, 25 Aug 2025 04:07:50 GMT",
627
"tag": "@fluentui/web-components_v3.0.0-beta.117",

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 Mon, 25 Aug 2025 04:07:50 GMT and should not be manually modified.
3+
This log was last generated on Tue, 26 Aug 2025 04:07:19 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [3.0.0-beta.118](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.118)
8+
9+
Tue, 26 Aug 2025 04:07:19 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.117..@fluentui/web-components_v3.0.0-beta.118)
11+
12+
### Changes
13+
14+
- fix: remove unnecessary type check and avoid using instanceof in menu-list ([PR #35074](https://github.com/microsoft/fluentui/pull/35074) by [email protected])
15+
- fix: make tablist more ssr compatible ([PR #35072](https://github.com/microsoft/fluentui/pull/35072) by [email protected])
16+
717
## [3.0.0-beta.117](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.117)
818

919
Mon, 25 Aug 2025 04:07:50 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-beta.117",
4+
"version": "3.0.0-beta.118",
55
"author": {
66
"name": "Microsoft",
77
"url": "https://discord.gg/FcSNfg4"

0 commit comments

Comments
 (0)