Skip to content

Commit cdb5dd5

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

File tree

8 files changed

+61
-19
lines changed

8 files changed

+61
-19
lines changed

change/@fluentui-web-components-918ecf82-c459-4600-9be6-67916c4e6c1c.json

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

change/@fluentui-web-components-99b0b94b-0e3e-41a3-9e8f-6ab7dce29c4b.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": "Thu, 13 Mar 2025 04:07:38 GMT",
6+
"tag": "@fluentui/chart-web-components_v0.0.9",
7+
"version": "0.0.9",
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.85",
14+
"commit": "1d870f57b9e47d5617b3d5fd3ca4a487d2cc37c1"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 10 Mar 2025 21:05:03 GMT",
621
"tag": "@fluentui/chart-web-components_v0.0.8",

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

55
<!-- Start content -->
66

7+
## [0.0.9](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.9)
8+
9+
Thu, 13 Mar 2025 04:07:38 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.8..@fluentui/chart-web-components_v0.0.9)
11+
12+
### Patches
13+
14+
- Bump @fluentui/web-components to v3.0.0-beta.85 ([PR #33973](https://github.com/microsoft/fluentui/pull/33973) by beachball)
15+
716
## [0.0.8](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.8)
817

918
Mon, 10 Mar 2025 21:05: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.8",
4+
"version": "0.0.9",
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.84",
102+
"@fluentui/web-components": "^3.0.0-beta.85",
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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
{
22
"name": "@fluentui/web-components",
33
"entries": [
4+
{
5+
"date": "Thu, 13 Mar 2025 04:07:37 GMT",
6+
"tag": "@fluentui/web-components_v3.0.0-beta.85",
7+
"version": "3.0.0-beta.85",
8+
"comments": {
9+
"none": [
10+
{
11+
"author": "patrick.wang1029@gmail.com",
12+
"package": "@fluentui/web-components",
13+
"commit": "1d870f57b9e47d5617b3d5fd3ca4a487d2cc37c1",
14+
"comment": "Add tree-view and tree-view component"
15+
}
16+
],
17+
"prerelease": [
18+
{
19+
"author": "wes.ngrongsen@gmail.com",
20+
"package": "@fluentui/web-components",
21+
"commit": "28857e63fd630673f6f6294ef3d576bf8ecaeec7",
22+
"comment": "fix: export AnchorButtonStyles in its index.ts"
23+
}
24+
]
25+
}
26+
},
427
{
528
"date": "Mon, 10 Mar 2025 21:05:03 GMT",
629
"tag": "@fluentui/web-components_v3.0.0-beta.84",

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

55
<!-- Start content -->
66

7+
## [3.0.0-beta.85](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.85)
8+
9+
Thu, 13 Mar 2025 04:07:37 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.84..@fluentui/web-components_v3.0.0-beta.85)
11+
12+
### Changes
13+
14+
- fix: export AnchorButtonStyles in its index.ts ([PR #33957](https://github.com/microsoft/fluentui/pull/33957) by wes.ngrongsen@gmail.com)
15+
716
## [3.0.0-beta.84](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.84)
817

918
Mon, 10 Mar 2025 21:05: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-beta.84",
4+
"version": "3.0.0-beta.85",
55
"author": {
66
"name": "Microsoft",
77
"url": "https://discord.gg/FcSNfg4"

0 commit comments

Comments
 (0)