Skip to content

Commit f8337c5

Browse files
author
Fluent UI Build
committed
release: applying package updates - web-components
1 parent bfadc50 commit f8337c5

File tree

7 files changed

+53
-12
lines changed

7 files changed

+53
-12
lines changed

change/@fluentui-web-components-0ba5f903-4a02-4a27-b448-e807692d2f90.json

-7
This file was deleted.

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

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/chart-web-components",
33
"entries": [
4+
{
5+
"date": "Mon, 10 Mar 2025 21:05:03 GMT",
6+
"tag": "@fluentui/chart-web-components_v0.0.8",
7+
"version": "0.0.8",
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.84",
14+
"commit": "bfadc50a3e4714a8b0d3b16bacef7ddec70c06dc"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 05 Mar 2025 04:07:04 GMT",
621
"tag": "@fluentui/chart-web-components_v0.0.7",

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

+10-1
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 Wed, 05 Mar 2025 04:07:04 GMT and should not be manually modified.
3+
This log was last generated on Mon, 10 Mar 2025 21:05:03 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [0.0.8](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.8)
8+
9+
Mon, 10 Mar 2025 21:05:03 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.7..@fluentui/chart-web-components_v0.0.8)
11+
12+
### Patches
13+
14+
- Bump @fluentui/web-components to v3.0.0-beta.84 ([PR #33962](https://github.com/microsoft/fluentui/pull/33962) by beachball)
15+
716
## [0.0.7](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.7)
817

918
Wed, 05 Mar 2025 04:07:04 GMT

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

+2-2
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.7",
4+
"version": "0.0.8",
55
"author": {
66
"name": "Microsoft"
77
},
@@ -99,7 +99,7 @@
9999
"dependencies": {
100100
"@microsoft/fast-web-utilities": "^6.0.0",
101101
"@fluentui/tokens": "^1.0.0-alpha.21",
102-
"@fluentui/web-components": "^3.0.0-beta.83",
102+
"@fluentui/web-components": "^3.0.0-beta.84",
103103
"@types/d3-selection": "^3.0.0",
104104
"@types/d3-shape": "^3.0.0",
105105
"d3-selection": "^3.0.0",

packages/web-components/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/web-components",
33
"entries": [
4+
{
5+
"date": "Mon, 10 Mar 2025 21:05:03 GMT",
6+
"tag": "@fluentui/web-components_v3.0.0-beta.84",
7+
"version": "3.0.0-beta.84",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui/web-components",
13+
"commit": "bfadc50a3e4714a8b0d3b16bacef7ddec70c06dc",
14+
"comment": "fix: move base classes to a separate file and provide export paths for improved tree shaking"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 05 Mar 2025 04:07:03 GMT",
621
"tag": "@fluentui/web-components_v3.0.0-beta.83",

packages/web-components/CHANGELOG.md

+10-1
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 Wed, 05 Mar 2025 04:07:03 GMT and should not be manually modified.
3+
This log was last generated on Mon, 10 Mar 2025 21:05:03 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [3.0.0-beta.84](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.84)
8+
9+
Mon, 10 Mar 2025 21:05:03 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.83..@fluentui/web-components_v3.0.0-beta.84)
11+
12+
### Changes
13+
14+
- fix: move base classes to a separate file and provide export paths for improved tree shaking ([PR #33962](https://github.com/microsoft/fluentui/pull/33962) by [email protected])
15+
716
## [3.0.0-beta.83](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.83)
817

918
Wed, 05 Mar 2025 04:07:03 GMT

packages/web-components/package.json

+1-1
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.83",
4+
"version": "3.0.0-beta.84",
55
"author": {
66
"name": "Microsoft",
77
"url": "https://discord.gg/FcSNfg4"

0 commit comments

Comments
 (0)