Skip to content

Commit 5e9bdc0

Browse files
author
Fluent UI Build
committed
release: applying package updates - web-components
1 parent 2ccb82d commit 5e9bdc0

9 files changed

+67
-26
lines changed

change/@fluentui-web-components-23edc611-4d8c-4176-975a-3530019982d5.json

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

change/@fluentui-web-components-633128ed-09cb-4208-8fd5-5e12b2019d9b.json

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

change/@fluentui-web-components-e9ccc14b-1620-41ad-a9bd-4732e6409007.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": "Fri, 28 Feb 2025 04:07:20 GMT",
6+
"tag": "@fluentui/chart-web-components_v0.0.6",
7+
"version": "0.0.6",
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.82",
14+
"commit": "2ccb82dd6469c10e7b3ade28b2e8b511f63c676c"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 25 Feb 2025 04:07:16 GMT",
621
"tag": "@fluentui/chart-web-components_v0.0.5",

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

55
<!-- Start content -->
66

7+
## [0.0.6](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.6)
8+
9+
Fri, 28 Feb 2025 04:07:20 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-web-components_v0.0.5..@fluentui/chart-web-components_v0.0.6)
11+
12+
### Patches
13+
14+
- Bump @fluentui/web-components to v3.0.0-beta.82 ([PR #33917](https://github.com/microsoft/fluentui/pull/33917) by beachball)
15+
716
## [0.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/chart-web-components_v0.0.5)
817

918
Tue, 25 Feb 2025 04:07:16 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.5",
4+
"version": "0.0.6",
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.81",
102+
"@fluentui/web-components": "^3.0.0-beta.82",
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": "Fri, 28 Feb 2025 04:07:19 GMT",
6+
"tag": "@fluentui/web-components_v3.0.0-beta.82",
7+
"version": "3.0.0-beta.82",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"author": "601470+mlijanto@users.noreply.github.com",
12+
"package": "@fluentui/web-components",
13+
"commit": "2ccb82dd6469c10e7b3ade28b2e8b511f63c676c",
14+
"comment": "Fixed button start and end slots inline spacing."
15+
},
16+
{
17+
"author": "machi@microsoft.com",
18+
"package": "@fluentui/web-components",
19+
"commit": "156b618aef1291bb65b87dc6f2a725210245676a",
20+
"comment": "fix: position thumb properly at pointer coordinates"
21+
},
22+
{
23+
"author": "machi@microsoft.com",
24+
"package": "@fluentui/web-components",
25+
"commit": "5d23cf83aba5d3f603ae3d8d5e6bf34701cb14c0",
26+
"comment": "fix: enable keyboard interactions after clicking on thumb"
27+
}
28+
]
29+
}
30+
},
431
{
532
"date": "Wed, 26 Feb 2025 04:06:04 GMT",
633
"tag": "@fluentui/web-components_v3.0.0-beta.81",

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

55
<!-- Start content -->
66

7+
## [3.0.0-beta.82](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.82)
8+
9+
Fri, 28 Feb 2025 04:07:19 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.81..@fluentui/web-components_v3.0.0-beta.82)
11+
12+
### Changes
13+
14+
- Fixed button start and end slots inline spacing. ([PR #33917](https://github.com/microsoft/fluentui/pull/33917) by 601470+mlijanto@users.noreply.github.com)
15+
- fix: position thumb properly at pointer coordinates ([PR #33916](https://github.com/microsoft/fluentui/pull/33916) by machi@microsoft.com)
16+
- fix: enable keyboard interactions after clicking on thumb ([PR #33922](https://github.com/microsoft/fluentui/pull/33922) by machi@microsoft.com)
17+
718
## [3.0.0-beta.81](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.81)
819

920
Tue, 25 Feb 2025 04:07:15 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.81",
4+
"version": "3.0.0-beta.82",
55
"author": {
66
"name": "Microsoft",
77
"url": "https://discord.gg/FcSNfg4"

0 commit comments

Comments
 (0)