Skip to content

Commit b41d8a3

Browse files
author
Fluent UI Build
committed
release: applying package updates - react v8
1 parent 0ce8d43 commit b41d8a3

17 files changed

+124
-35
lines changed

change/@fluentui-chart-utilities-f90d12fe-042c-4f79-a08e-fe36f596a262.json

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

change/@fluentui-react-charting-28885318-9a95-4ebf-899b-7e1720fac285.json

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

change/@fluentui-react-charting-3380de10-aae5-4fc8-9dc7-6be922409175.json

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

packages/charts/chart-utilities/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-utilities",
33
"entries": [
4+
{
5+
"date": "Mon, 15 Sep 2025 07:20:50 GMT",
6+
"tag": "@fluentui/chart-utilities_v1.1.31",
7+
"version": "1.1.31",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui/chart-utilities",
13+
"commit": "0ce8d43a27222f99d83053f6df8c0619590892b7",
14+
"comment": "feat: add support for lines in GVBC"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 11 Sep 2025 07:20:30 GMT",
621
"tag": "@fluentui/chart-utilities_v1.1.30",

packages/charts/chart-utilities/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-utilities
22

3-
This log was last generated on Thu, 11 Sep 2025 07:20:30 GMT and should not be manually modified.
3+
This log was last generated on Mon, 15 Sep 2025 07:20:50 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [1.1.31](https://github.com/microsoft/fluentui/tree/@fluentui/chart-utilities_v1.1.31)
8+
9+
Mon, 15 Sep 2025 07:20:50 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-utilities_v1.1.30..@fluentui/chart-utilities_v1.1.31)
11+
12+
### Patches
13+
14+
- feat: add support for lines in GVBC ([PR #35135](https://github.com/microsoft/fluentui/pull/35135) by [email protected])
15+
716
## [1.1.30](https://github.com/microsoft/fluentui/tree/@fluentui/chart-utilities_v1.1.30)
817

918
Thu, 11 Sep 2025 07:20:30 GMT

packages/charts/chart-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/chart-utilities",
3-
"version": "1.1.30",
3+
"version": "1.1.31",
44
"description": "React web chart utilities.",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",

packages/charts/react-charting/CHANGELOG.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "@fluentui/react-charting",
33
"entries": [
4+
{
5+
"date": "Mon, 15 Sep 2025 07:20:50 GMT",
6+
"tag": "@fluentui/react-charting_v5.24.32",
7+
"version": "5.24.32",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui/react-charting",
13+
"commit": "0ce8d43a27222f99d83053f6df8c0619590892b7",
14+
"comment": "feat: add support for lines in GVBC"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "@fluentui/react-charting",
19+
"commit": "79b08d95a8b7c2058ab6809fc36d301489bd01e3",
20+
"comment": "fix: callout not appearing on scatter chart"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@fluentui/react-charting",
25+
"comment": "Bump @fluentui/chart-utilities to v1.1.31",
26+
"commit": "0ce8d43a27222f99d83053f6df8c0619590892b7"
27+
}
28+
]
29+
}
30+
},
431
{
532
"date": "Fri, 12 Sep 2025 07:20:43 GMT",
633
"tag": "@fluentui/react-charting_v5.24.31",

packages/charts/react-charting/CHANGELOG.md

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

3-
This log was last generated on Fri, 12 Sep 2025 07:20:43 GMT and should not be manually modified.
3+
This log was last generated on Mon, 15 Sep 2025 07:20:50 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [5.24.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.24.32)
8+
9+
Mon, 15 Sep 2025 07:20:50 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.24.31..@fluentui/react-charting_v5.24.32)
11+
12+
### Patches
13+
14+
- feat: add support for lines in GVBC ([PR #35135](https://github.com/microsoft/fluentui/pull/35135) by [email protected])
15+
- fix: callout not appearing on scatter chart ([PR #35185](https://github.com/microsoft/fluentui/pull/35185) by [email protected])
16+
- Bump @fluentui/chart-utilities to v1.1.31 ([PR #35135](https://github.com/microsoft/fluentui/pull/35135) by beachball)
17+
718
## [5.24.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.24.31)
819

920
Fri, 12 Sep 2025 07:20:43 GMT

packages/charts/react-charting/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-charting",
3-
"version": "5.24.31",
3+
"version": "5.24.32",
44
"description": "React web charting controls for Microsoft fluentui system.",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -39,7 +39,7 @@
3939
"jest-canvas-mock": "2.4.0"
4040
},
4141
"dependencies": {
42-
"@fluentui/chart-utilities": "^1.1.30",
42+
"@fluentui/chart-utilities": "^1.1.31",
4343
"@fluentui/react-focus": "^8.9.26",
4444
"@fluentui/theme-samples": "^8.7.215",
4545
"@microsoft/load-themed-styles": "^1.10.26",

packages/charts/react-charts/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@fluentui/scripts-api-extractor": "*"
2828
},
2929
"dependencies": {
30-
"@fluentui/chart-utilities": "^1.1.30",
30+
"@fluentui/chart-utilities": "^1.1.31",
3131
"@fluentui/react-button": "^9.6.6",
3232
"@fluentui/react-jsx-runtime": "^9.2.0",
3333
"@fluentui/react-overflow": "^9.5.6",

0 commit comments

Comments
 (0)