Skip to content

Commit 5ecce1e

Browse files
author
Fluent UI Build
committed
release: applying package updates - react v8
1 parent e729e4e commit 5ecce1e

File tree

16 files changed

+117
-28
lines changed

16 files changed

+117
-28
lines changed

change/@fluentui-chart-utilities-30526307-24f2-4c3a-80b6-db7f8d385b45.json

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

change/@fluentui-react-charting-f5e90655-7cc3-4c9b-8f3f-5bed89432ac9.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": "Fri, 30 May 2025 07:20:28 GMT",
6+
"tag": "@fluentui/chart-utilities_v1.1.13",
7+
"version": "1.1.13",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui/chart-utilities",
13+
"commit": "9449bf78f8c3e7492198db6817f6f7b128a8ad57",
14+
"comment": "fix(chart-utilities): Add property to plotly schema"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 27 May 2025 07:20:25 GMT",
621
"tag": "@fluentui/chart-utilities_v1.1.12",

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

55
<!-- Start content -->
66

7+
## [1.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/chart-utilities_v1.1.13)
8+
9+
Fri, 30 May 2025 07:20:28 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-utilities_v1.1.12..@fluentui/chart-utilities_v1.1.13)
11+
12+
### Patches
13+
14+
- fix(chart-utilities): Add property to plotly schema ([PR #34516](https://github.com/microsoft/fluentui/pull/34516) by [email protected])
15+
716
## [1.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/chart-utilities_v1.1.12)
817

918
Tue, 27 May 2025 07:20:25 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.12",
3+
"version": "1.1.13",
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": "Fri, 30 May 2025 07:20:28 GMT",
6+
"tag": "@fluentui/react-charting_v5.23.96",
7+
"version": "5.23.96",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui/react-charting",
13+
"commit": "9449bf78f8c3e7492198db6817f6f7b128a8ad57",
14+
"comment": "fix(react-charting): use piecolorway for donut/pie charts"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@fluentui/react-charting",
19+
"comment": "Bump @fluentui/chart-utilities to v1.1.13",
20+
"commit": "e729e4ea591ad577768fa1bc9eb3df19693e4574"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Thu, 29 May 2025 07:21:46 GMT",
627
"tag": "@fluentui/react-charting_v5.23.95",

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 Thu, 29 May 2025 07:21:46 GMT and should not be manually modified.
3+
This log was last generated on Fri, 30 May 2025 07:20:28 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [5.23.96](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.96)
8+
9+
Fri, 30 May 2025 07:20:28 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.23.95..@fluentui/react-charting_v5.23.96)
11+
12+
### Patches
13+
14+
- fix(react-charting): use piecolorway for donut/pie charts ([PR #34516](https://github.com/microsoft/fluentui/pull/34516) by [email protected])
15+
- Bump @fluentui/chart-utilities to v1.1.13 ([PR #34555](https://github.com/microsoft/fluentui/pull/34555) by beachball)
16+
717
## [5.23.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.95)
818

919
Thu, 29 May 2025 07:21:46 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.23.95",
3+
"version": "5.23.96",
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.12",
42+
"@fluentui/chart-utilities": "^1.1.13",
4343
"@fluentui/react-focus": "^8.9.25",
4444
"@fluentui/theme-samples": "^8.7.209",
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.12",
40+
"@fluentui/chart-utilities": "^1.1.13",
4141
"@fluentui/react-button": "^9.4.7",
4242
"@fluentui/react-jsx-runtime": "^9.0.54",
4343
"@fluentui/react-overflow": "^9.3.7",

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": "Fri, 30 May 2025 07:20:29 GMT",
6+
"tag": "@fluentui/react-docsite-components_v8.13.216",
7+
"version": "8.13.216",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-docsite-components",
13+
"comment": "Bump @fluentui/react-monaco-editor to v1.7.334",
14+
"commit": "e729e4ea591ad577768fa1bc9eb3df19693e4574"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 29 May 2025 07:21:46 GMT",
621
"tag": "@fluentui/react-docsite-components_v8.13.215",

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 Thu, 29 May 2025 07:21:46 GMT and should not be manually modified.
3+
This log was last generated on Fri, 30 May 2025 07:20:29 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [8.13.216](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.13.216)
8+
9+
Fri, 30 May 2025 07:20:29 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-docsite-components_v8.13.215..@fluentui/react-docsite-components_v8.13.216)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react-monaco-editor to v1.7.334 ([PR #34555](https://github.com/microsoft/fluentui/pull/34555) by beachball)
15+
716
## [8.13.215](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.13.215)
817

918
Thu, 29 May 2025 07:21:46 GMT

packages/react-docsite-components/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-docsite-components",
3-
"version": "8.13.215",
3+
"version": "8.13.216",
44
"description": "Fluent UI React components for building documentation sites.",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -42,7 +42,7 @@
4242
"@fluentui/public-docsite-setup": "^0.3.34",
4343
"@fluentui/react-hooks": "^8.8.19",
4444
"@fluentui/set-version": "^8.2.24",
45-
"@fluentui/react-monaco-editor": "^1.7.333",
45+
"@fluentui/react-monaco-editor": "^1.7.334",
4646
"color-check": "0.0.2",
4747
"markdown-to-jsx": "^7.0.0",
4848
"office-ui-fabric-core": "^11.0.0",

packages/react-examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@fluentui/merge-styles": "^8.6.14",
3737
"@fluentui/react": "^8.123.0",
3838
"@fluentui/react-cards": "^0.205.209",
39-
"@fluentui/react-charting": "^5.23.95",
40-
"@fluentui/react-docsite-components": "^8.13.215",
39+
"@fluentui/react-charting": "^5.23.96",
40+
"@fluentui/react-docsite-components": "^8.13.216",
4141
"@fluentui/react-experiments": "^8.14.206",
4242
"@fluentui/react-file-type-icons": "^8.13.2",
4343
"@fluentui/react-focus": "^8.9.25",

packages/react-monaco-editor/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-monaco-editor",
33
"entries": [
4+
{
5+
"date": "Fri, 30 May 2025 07:20:29 GMT",
6+
"tag": "@fluentui/react-monaco-editor_v1.7.334",
7+
"version": "1.7.334",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-monaco-editor",
13+
"comment": "Bump @fluentui/react-charting to v5.23.96",
14+
"commit": "e729e4ea591ad577768fa1bc9eb3df19693e4574"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 29 May 2025 07:21:46 GMT",
621
"tag": "@fluentui/react-monaco-editor_v1.7.333",

packages/react-monaco-editor/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-monaco-editor
22

3-
This log was last generated on Thu, 29 May 2025 07:21:46 GMT and should not be manually modified.
3+
This log was last generated on Fri, 30 May 2025 07:20:29 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [1.7.334](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.334)
8+
9+
Fri, 30 May 2025 07:20:29 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-monaco-editor_v1.7.333..@fluentui/react-monaco-editor_v1.7.334)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react-charting to v5.23.96 ([PR #34555](https://github.com/microsoft/fluentui/pull/34555) by beachball)
15+
716
## [1.7.333](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.333)
817

918
Thu, 29 May 2025 07:21:46 GMT

packages/react-monaco-editor/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-monaco-editor",
3-
"version": "1.7.333",
3+
"version": "1.7.334",
44
"description": "Live React example editing using monaco",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -34,7 +34,7 @@
3434
"@fluentui/example-data": "^8.4.25",
3535
"@fluentui/monaco-editor": "^1.3.24",
3636
"@fluentui/react-hooks": "^8.8.19",
37-
"@fluentui/react-charting": "^5.23.95",
37+
"@fluentui/react-charting": "^5.23.96",
3838
"raw-loader": "4.0.2",
3939
"react-syntax-highlighter": "^10.1.3",
4040
"tslib": "^2.1.0"

0 commit comments

Comments
 (0)