Skip to content

Commit 0a12c33

Browse files
author
Fluent UI Build
committed
release: applying package updates - react-components
1 parent b4788ec commit 0a12c33

File tree

29 files changed

+211
-47
lines changed

29 files changed

+211
-47
lines changed

apps/chart-docsite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@fluentui/scripts-tasks": "*"
2222
},
2323
"dependencies": {
24-
"@fluentui/react-charts": ">=9.0.0-alpha",
24+
"@fluentui/react-charts": "*",
2525
"@fluentui/react-storybook-addon": "*",
2626
"@fluentui/react-storybook-addon-export-to-sandbox": "*",
2727
"react": "17.0.2",

apps/vr-tests-react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@fluentui/react-button": "*",
2626
"@fluentui/react-calendar-compat": "*",
2727
"@fluentui/react-card": "*",
28-
"@fluentui/react-charts": ">=9.0.0-alpha",
28+
"@fluentui/react-charts": "*",
2929
"@fluentui/react-checkbox": "*",
3030
"@fluentui/react-combobox": "*",
3131
"@fluentui/react-context-selector": "*",

change/@fluentui-react-charts-21eeef06-4528-4472-9d80-6ee7d0ec5d3a.json

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

change/@fluentui-react-slider-36971bcb-c142-4e6f-9c72-241d154dafdc.json

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

change/@fluentui-react-tree-adc8d1b9-32e2-4c6a-b811-f554c4b7496a.json

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

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
2-
"name": "@fluentui/react-charts-preview",
2+
"name": "@fluentui/react-charts",
33
"entries": [
4+
{
5+
"date": "Wed, 26 Mar 2025 15:52:37 GMT",
6+
"tag": "@fluentui/react-charts_v9.0.0",
7+
"version": "9.0.0",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "74965306+Anush2303@users.noreply.github.com",
12+
"package": "@fluentui/react-charts",
13+
"commit": "b4788ec5def0ffdede8fefe3dd240e7b189fca83",
14+
"comment": "chore: Publish stable version of charts v9 package"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 19 Mar 2025 15:40:43 GMT",
621
"tag": "@fluentui/react-charts-preview_v0.2.2",

packages/charts/react-charts/library/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
# Change Log - @fluentui/react-charts-preview
1+
# Change Log - @fluentui/react-charts
22

3-
This log was last generated on Wed, 19 Mar 2025 15:40:43 GMT and should not be manually modified.
3+
This log was last generated on Wed, 26 Mar 2025 15:52:37 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-charts_v9.0.0)
8+
9+
Wed, 26 Mar 2025 15:52:37 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charts-preview_v0.2.2..@fluentui/react-charts_v9.0.0)
11+
12+
### Patches
13+
14+
- chore: Publish stable version of charts v9 package ([PR #33858](https://github.com/microsoft/fluentui/pull/33858) by 74965306+Anush2303@users.noreply.github.com)
15+
716
## [0.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-charts-preview_v0.2.2)
817

918
Wed, 19 Mar 2025 15:40:43 GMT

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-charts",
3-
"version": "9.0.0-alpha.0",
3+
"version": "9.0.0",
44
"description": "React web chart controls for Microsoft fluentui v9 system.",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"d3-time-format": "^3.0.0",
15-
"@fluentui/react-charts": ">=9.0.0-alpha",
15+
"@fluentui/react-charts": "*",
1616
"@fluentui/react-components": "*",
1717
"@fluentui/react-storybook-addon": "*",
1818
"@fluentui/react-storybook-addon-export-to-sandbox": "*",

packages/react-components/react-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/react-components",
33
"entries": [
4+
{
5+
"date": "Wed, 26 Mar 2025 15:52:37 GMT",
6+
"tag": "@fluentui/react-components_v9.61.3",
7+
"version": "9.61.3",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "74965306+Anush2303@users.noreply.github.com",
12+
"package": "@fluentui/react-charts",
13+
"commit": "b4788ec5def0ffdede8fefe3dd240e7b189fca83",
14+
"comment": "chore: Publish stable version of charts v9 package"
15+
},
16+
{
17+
"author": "dmytrokirpa@microsoft.com",
18+
"package": "@fluentui/react-slider",
19+
"commit": "41c66f3013e756eb41fde00c4dfe66a0a9ad237a",
20+
"comment": "fix: fix deprecated appearance property warning for vertical sliders"
21+
},
22+
{
23+
"author": "bernardo.sunderhus@gmail.com",
24+
"package": "@fluentui/react-tree",
25+
"commit": "3bb2f700a31dbaa55dd2acd9e2d7da46a4a9a625",
26+
"comment": "bugfix: ensure tabindex whenever tree is re-populated"
27+
}
28+
]
29+
}
30+
},
431
{
532
"date": "Thu, 20 Mar 2025 09:34:58 GMT",
633
"tag": "@fluentui/react-components_v9.61.2",

0 commit comments

Comments
 (0)