Skip to content

Commit dede06a

Browse files
author
Fluent UI Build
committed
release: applying package updates - react v8
1 parent 7f60e73 commit dede06a

File tree

15 files changed

+110
-21
lines changed

15 files changed

+110
-21
lines changed

change/@fluentui-chart-utilities-1f812b64-b65f-402e-9d31-7bdc7296df61.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": "Wed, 10 Sep 2025 07:19:33 GMT",
6+
"tag": "@fluentui/chart-utilities_v1.1.29",
7+
"version": "1.1.29",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui/chart-utilities",
13+
"commit": "7f60e73e38f099ea59b00138d1cc735729612263",
14+
"comment": "fix(react-charting): Log empty x and y arrays for bar chart"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 15 Aug 2025 07:21:22 GMT",
621
"tag": "@fluentui/chart-utilities_v1.1.28",

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, 15 Aug 2025 07:21:22 GMT and should not be manually modified.
3+
This log was last generated on Wed, 10 Sep 2025 07:19:33 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [1.1.29](https://github.com/microsoft/fluentui/tree/@fluentui/chart-utilities_v1.1.29)
8+
9+
Wed, 10 Sep 2025 07:19:33 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-utilities_v1.1.28..@fluentui/chart-utilities_v1.1.29)
11+
12+
### Patches
13+
14+
- fix(react-charting): Log empty x and y arrays for bar chart ([PR #35166](https://github.com/microsoft/fluentui/pull/35166) by [email protected])
15+
716
## [1.1.28](https://github.com/microsoft/fluentui/tree/@fluentui/chart-utilities_v1.1.28)
817

918
Fri, 15 Aug 2025 07:21:22 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.28",
3+
"version": "1.1.29",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/react-charting",
33
"entries": [
4+
{
5+
"date": "Wed, 10 Sep 2025 07:19:33 GMT",
6+
"tag": "@fluentui/react-charting_v5.24.29",
7+
"version": "5.24.29",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-charting",
13+
"comment": "Bump @fluentui/chart-utilities to v1.1.29",
14+
"commit": "7f60e73e38f099ea59b00138d1cc735729612263"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 09 Sep 2025 07:20:21 GMT",
621
"tag": "@fluentui/react-charting_v5.24.28",

packages/charts/react-charting/CHANGELOG.md

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

3-
This log was last generated on Tue, 09 Sep 2025 07:20:21 GMT and should not be manually modified.
3+
This log was last generated on Wed, 10 Sep 2025 07:19:33 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [5.24.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.24.29)
8+
9+
Wed, 10 Sep 2025 07:19:33 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.24.28..@fluentui/react-charting_v5.24.29)
11+
12+
### Patches
13+
14+
- Bump @fluentui/chart-utilities to v1.1.29 ([PR #35166](https://github.com/microsoft/fluentui/pull/35166) by beachball)
15+
716
## [5.24.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.24.28)
817

918
Tue, 09 Sep 2025 07:20:21 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.28",
3+
"version": "5.24.29",
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.28",
42+
"@fluentui/chart-utilities": "^1.1.29",
4343
"@fluentui/react-focus": "^8.9.26",
4444
"@fluentui/theme-samples": "^8.7.214",
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.28",
30+
"@fluentui/chart-utilities": "^1.1.29",
3131
"@fluentui/react-button": "^9.6.6",
3232
"@fluentui/react-jsx-runtime": "^9.2.0",
3333
"@fluentui/react-overflow": "^9.5.6",

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": "Wed, 10 Sep 2025 07:19:33 GMT",
6+
"tag": "@fluentui/react-docsite-components_v8.13.247",
7+
"version": "8.13.247",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-docsite-components",
13+
"comment": "Bump @fluentui/react-monaco-editor to v1.7.365",
14+
"commit": "7f60e73e38f099ea59b00138d1cc735729612263"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 09 Sep 2025 07:20:22 GMT",
621
"tag": "@fluentui/react-docsite-components_v8.13.246",

packages/react-docsite-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/react-docsite-components
22

3-
This log was last generated on Tue, 09 Sep 2025 07:20:22 GMT and should not be manually modified.
3+
This log was last generated on Wed, 10 Sep 2025 07:19:33 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [8.13.247](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.13.247)
8+
9+
Wed, 10 Sep 2025 07:19:33 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-docsite-components_v8.13.246..@fluentui/react-docsite-components_v8.13.247)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react-monaco-editor to v1.7.365 ([PR #35166](https://github.com/microsoft/fluentui/pull/35166) by beachball)
15+
716
## [8.13.246](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.13.246)
817

918
Tue, 09 Sep 2025 07:20:22 GMT

0 commit comments

Comments
 (0)