Skip to content

Commit 77927ea

Browse files
author
Fluent UI Build
committed
release: applying package updates - web-components
1 parent 3c9e1ac commit 77927ea

9 files changed

Lines changed: 67 additions & 26 deletions

change/@fluentui-web-components-4d430b96-9653-4166-8f37-1be12ad9cfb8.json

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

change/@fluentui-web-components-9406853b-9f9d-4ff9-8825-9aeb0c8ecce0.json

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

change/@fluentui-web-components-d531c495-234e-434c-8df1-5e11c0ea1532.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, 07 May 2025 04:08:27 GMT",
6+
"tag": "@fluentui/chart-web-components_v0.0.21",
7+
"version": "0.0.21",
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.97",
14+
"commit": "3c9e1acb10e6733e46b7a99187f3b6d23c1947ef"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 30 Apr 2025 04:06:35 GMT",
621
"tag": "@fluentui/chart-web-components_v0.0.20",

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 Wed, 30 Apr 2025 04:06:35 GMT and should not be manually modified.
3+
This log was last generated on Wed, 07 May 2025 04:08:27 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [0.0.21](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.21)
8+
9+
Wed, 07 May 2025 04:08:27 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.20..@fluentui/chart-web-components_v0.0.21)
11+
12+
### Patches
13+
14+
- Bump @fluentui/web-components to v3.0.0-beta.97 ([PR #34370](https://github.com/microsoft/fluentui/pull/34370) by beachball)
15+
716
## [0.0.20](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.20)
817

918
Wed, 30 Apr 2025 04:06:35 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.20",
4+
"version": "0.0.21",
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.96",
102+
"@fluentui/web-components": "^3.0.0-beta.97",
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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "@fluentui/web-components",
33
"entries": [
4+
{
5+
"date": "Wed, 07 May 2025 04:08:26 GMT",
6+
"tag": "@fluentui/web-components_v3.0.0-beta.97",
7+
"version": "3.0.0-beta.97",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"author": "jes@microsoft.com",
12+
"package": "@fluentui/web-components",
13+
"commit": "21605e79b52e86cd971e869bf14492c2a48da661",
14+
"comment": "[fix]: Hitting escape once should close alert dialog"
15+
},
16+
{
17+
"author": "863023+radium-v@users.noreply.github.com",
18+
"package": "@fluentui/web-components",
19+
"commit": "7cff30a731bab00b179f604205d62ecea09cbfdc",
20+
"comment": "fix: text-input setValidity fails if control is not available"
21+
},
22+
{
23+
"author": "jes@microsoft.com",
24+
"package": "@fluentui/web-components",
25+
"commit": "bfd2a6eee326a795cf686178e994cebbd7c4a6c8",
26+
"comment": "[fix] drawer title should use h2 tag"
27+
}
28+
]
29+
}
30+
},
431
{
532
"date": "Wed, 30 Apr 2025 04:06:34 GMT",
633
"tag": "@fluentui/web-components_v3.0.0-beta.96",

packages/web-components/CHANGELOG.md

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

3-
This log was last generated on Wed, 30 Apr 2025 04:06:34 GMT and should not be manually modified.
3+
This log was last generated on Wed, 07 May 2025 04:08:26 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [3.0.0-beta.97](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.97)
8+
9+
Wed, 07 May 2025 04:08:26 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.96..@fluentui/web-components_v3.0.0-beta.97)
11+
12+
### Changes
13+
14+
- [fix]: Hitting escape once should close alert dialog ([PR #34382](https://github.com/microsoft/fluentui/pull/34382) by jes@microsoft.com)
15+
- fix: text-input setValidity fails if control is not available ([PR #34372](https://github.com/microsoft/fluentui/pull/34372) by 863023+radium-v@users.noreply.github.com)
16+
- [fix] drawer title should use h2 tag ([PR #34380](https://github.com/microsoft/fluentui/pull/34380) by jes@microsoft.com)
17+
718
## [3.0.0-beta.96](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.96)
819

920
Wed, 30 Apr 2025 04:06:34 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.96",
4+
"version": "3.0.0-beta.97",
55
"author": {
66
"name": "Microsoft",
77
"url": "https://discord.gg/FcSNfg4"

0 commit comments

Comments
 (0)