Skip to content

Commit e0161d6

Browse files
author
Fluent UI Build
committed
release: applying package updates - react v8
1 parent 456db10 commit e0161d6

16 files changed

Lines changed: 117 additions & 28 deletions

File tree

change/@fluentui-chart-utilities-0b666c03-8128-4257-af5b-a21874fa7516.json

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

change/@fluentui-react-charting-778d7a01-11c7-4b7d-abaa-bd2ed5a21ad5.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, 21 Jul 2025 07:21:21 GMT",
6+
"tag": "@fluentui/chart-utilities_v1.1.25",
7+
"version": "1.1.25",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "120183316+srmukher@users.noreply.github.com",
12+
"package": "@fluentui/chart-utilities",
13+
"commit": "598962e4c4dfb8316fb496e0e33e7cc35dcfc92d",
14+
"comment": "feat(chart-utilities): Support additional modes"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 18 Jul 2025 07:19:59 GMT",
621
"tag": "@fluentui/chart-utilities_v1.1.24",

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 Fri, 18 Jul 2025 07:19:59 GMT and should not be manually modified.
3+
This log was last generated on Mon, 21 Jul 2025 07:21:21 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [1.1.25](https://github.com/microsoft/fluentui/tree/@fluentui/chart-utilities_v1.1.25)
8+
9+
Mon, 21 Jul 2025 07:21:21 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-utilities_v1.1.24..@fluentui/chart-utilities_v1.1.25)
11+
12+
### Patches
13+
14+
- feat(chart-utilities): Support additional modes ([PR #34860](https://github.com/microsoft/fluentui/pull/34860) by 120183316+srmukher@users.noreply.github.com)
15+
716
## [1.1.24](https://github.com/microsoft/fluentui/tree/@fluentui/chart-utilities_v1.1.24)
817

918
Fri, 18 Jul 2025 07:19:59 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.24",
3+
"version": "1.1.25",
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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@fluentui/react-charting",
33
"entries": [
4+
{
5+
"date": "Mon, 21 Jul 2025 07:21:22 GMT",
6+
"tag": "@fluentui/react-charting_v5.24.16",
7+
"version": "5.24.16",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "120183316+srmukher@users.noreply.github.com",
12+
"package": "@fluentui/react-charting",
13+
"commit": "598962e4c4dfb8316fb496e0e33e7cc35dcfc92d",
14+
"comment": "feat(react-charting): Support additional modes"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@fluentui/react-charting",
19+
"comment": "Bump @fluentui/chart-utilities to v1.1.25",
20+
"commit": "456db10a952bf6bf36213bc8926f4dfd140b5df3"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Fri, 18 Jul 2025 07:19:59 GMT",
627
"tag": "@fluentui/react-charting_v5.24.15",

packages/charts/react-charting/CHANGELOG.md

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

3-
This log was last generated on Fri, 18 Jul 2025 07:19:59 GMT and should not be manually modified.
3+
This log was last generated on Mon, 21 Jul 2025 07:21:22 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [5.24.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.24.16)
8+
9+
Mon, 21 Jul 2025 07:21:22 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.24.15..@fluentui/react-charting_v5.24.16)
11+
12+
### Patches
13+
14+
- feat(react-charting): Support additional modes ([PR #34860](https://github.com/microsoft/fluentui/pull/34860) by 120183316+srmukher@users.noreply.github.com)
15+
- Bump @fluentui/chart-utilities to v1.1.25 ([commit](https://github.com/microsoft/fluentui/commit/456db10a952bf6bf36213bc8926f4dfd140b5df3) by beachball)
16+
717
## [5.24.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.24.15)
818

919
Fri, 18 Jul 2025 07:19:59 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.15",
3+
"version": "5.24.16",
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.24",
42+
"@fluentui/chart-utilities": "^1.1.25",
4343
"@fluentui/react-focus": "^8.9.25",
4444
"@fluentui/theme-samples": "^8.7.210",
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
@@ -37,7 +37,7 @@
3737
"@fluentui/scripts-tasks": "*"
3838
},
3939
"dependencies": {
40-
"@fluentui/chart-utilities": "^1.1.24",
40+
"@fluentui/chart-utilities": "^1.1.25",
4141
"@fluentui/react-button": "^9.6.0",
4242
"@fluentui/react-jsx-runtime": "^9.1.2",
4343
"@fluentui/react-overflow": "^9.5.0",

packages/react-docsite-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/react-docsite-components",
33
"entries": [
4+
{
5+
"date": "Mon, 21 Jul 2025 07:21:22 GMT",
6+
"tag": "@fluentui/react-docsite-components_v8.13.234",
7+
"version": "8.13.234",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-docsite-components",
13+
"comment": "Bump @fluentui/react-monaco-editor to v1.7.352",
14+
"commit": "456db10a952bf6bf36213bc8926f4dfd140b5df3"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 18 Jul 2025 07:20:00 GMT",
621
"tag": "@fluentui/react-docsite-components_v8.13.233",

0 commit comments

Comments
 (0)