Skip to content

Commit eb292b1

Browse files
author
Fluent UI Build
committed
release: applying package updates - react-components
1 parent 94339e5 commit eb292b1

File tree

38 files changed

+370
-59
lines changed

38 files changed

+370
-59
lines changed

change/@fluentui-react-motion-798994c5-fba9-4fa0-8228-bd0e7a12cf8d.json

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

change/@fluentui-react-motion-fea25e01-77ef-434c-a942-f907bdc4a2a5.json

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

packages/react-components/react-accordion/library/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-accordion",
33
"entries": [
4+
{
5+
"date": "Wed, 26 Mar 2025 21:47:47 GMT",
6+
"tag": "@fluentui/react-accordion_v9.6.4",
7+
"version": "9.6.4",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-accordion",
13+
"comment": "Bump @fluentui/react-motion to v9.7.0",
14+
"commit": "94339e5b5a9c4dbb3d1446187727aa45db9aca52"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@fluentui/react-accordion",
19+
"comment": "Bump @fluentui/react-motion-components-preview to v0.4.7",
20+
"commit": "94339e5b5a9c4dbb3d1446187727aa45db9aca52"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Thu, 20 Mar 2025 09:34:59 GMT",
627
"tag": "@fluentui/react-accordion_v9.6.3",

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

3-
This log was last generated on Thu, 20 Mar 2025 09:34:59 GMT and should not be manually modified.
3+
This log was last generated on Wed, 26 Mar 2025 21:47:47 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [9.6.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.6.4)
8+
9+
Wed, 26 Mar 2025 21:47:47 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.6.3..@fluentui/react-accordion_v9.6.4)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react-motion to v9.7.0 ([PR #34096](https://github.com/microsoft/fluentui/pull/34096) by beachball)
15+
- Bump @fluentui/react-motion-components-preview to v0.4.7 ([PR #34096](https://github.com/microsoft/fluentui/pull/34096) by beachball)
16+
717
## [9.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.6.3)
818

919
Thu, 20 Mar 2025 09:34:59 GMT

packages/react-components/react-accordion/library/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-accordion",
3-
"version": "9.6.3",
3+
"version": "9.6.4",
44
"description": "Fluent UI accordion component",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -23,8 +23,8 @@
2323
"@fluentui/react-icons": "^2.0.245",
2424
"@fluentui/react-jsx-runtime": "^9.0.52",
2525
"@fluentui/react-shared-contexts": "^9.23.0",
26-
"@fluentui/react-motion": "^9.6.10",
27-
"@fluentui/react-motion-components-preview": "^0.4.6",
26+
"@fluentui/react-motion": "^9.7.0",
27+
"@fluentui/react-motion-components-preview": "^0.4.7",
2828
"@fluentui/react-tabster": "^9.24.2",
2929
"@fluentui/react-theme": "^9.1.24",
3030
"@fluentui/react-utilities": "^9.18.22",

packages/react-components/react-components/CHANGELOG.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
{
22
"name": "@fluentui/react-components",
33
"entries": [
4+
{
5+
"date": "Wed, 26 Mar 2025 21:47:46 GMT",
6+
"tag": "@fluentui/react-components_v9.61.4",
7+
"version": "9.61.4",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "seanmonahan@microsoft.com",
12+
"package": "@fluentui/react-motion",
13+
"commit": "94339e5b5a9c4dbb3d1446187727aa45db9aca52",
14+
"comment": "fix: handle error cases in \"element.animate()\""
15+
}
16+
],
17+
"minor": [
18+
{
19+
"author": "robertpenner@microsoft.com",
20+
"package": "@fluentui/react-motion",
21+
"commit": "8f84c46776648c5f25138b30ca783e782ef1f177",
22+
"comment": "fix(motion): make createPresenceComponentVariant support motion arrays"
23+
}
24+
]
25+
}
26+
},
427
{
528
"date": "Wed, 26 Mar 2025 15:52:37 GMT",
629
"tag": "@fluentui/react-components_v9.61.3",

packages/react-components/react-components/CHANGELOG.md

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

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

55
<!-- Start content -->
66

7+
## [9.61.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.61.4)
8+
9+
Wed, 26 Mar 2025 21:47:46 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.61.3..@fluentui/react-components_v9.61.4)
11+
12+
### Minor changes
13+
14+
- `@fluentui/react-motion`
15+
- fix(motion): make createPresenceComponentVariant support motion arrays ([PR #33996](https://github.com/microsoft/fluentui/pull/33996) by robertpenner@microsoft.com)
16+
17+
### Patches
18+
19+
- `@fluentui/react-motion`
20+
- fix: handle error cases in "element.animate()" ([PR #34096](https://github.com/microsoft/fluentui/pull/34096) by seanmonahan@microsoft.com)
21+
722
## [9.61.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.61.3)
823

924
Wed, 26 Mar 2025 15:52:37 GMT

packages/react-components/react-components/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-components",
3-
"version": "9.61.3",
3+
"version": "9.61.4",
44
"description": "Suite package for converged React components",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -16,17 +16,17 @@
1616
"@fluentui/scripts-api-extractor": "*"
1717
},
1818
"dependencies": {
19-
"@fluentui/react-accordion": "^9.6.3",
19+
"@fluentui/react-accordion": "^9.6.4",
2020
"@fluentui/react-alert": "9.0.0-beta.124",
2121
"@fluentui/react-avatar": "^9.7.2",
2222
"@fluentui/react-badge": "^9.2.52",
2323
"@fluentui/react-button": "^9.4.2",
2424
"@fluentui/react-card": "^9.2.1",
2525
"@fluentui/react-checkbox": "^9.3.2",
2626
"@fluentui/react-combobox": "^9.14.2",
27-
"@fluentui/react-dialog": "^9.12.3",
27+
"@fluentui/react-dialog": "^9.12.4",
2828
"@fluentui/react-divider": "^9.2.84",
29-
"@fluentui/react-drawer": "^9.7.3",
29+
"@fluentui/react-drawer": "^9.7.4",
3030
"@fluentui/react-field": "^9.2.2",
3131
"@fluentui/react-image": "^9.1.82",
3232
"@fluentui/react-infobutton": "9.0.0-beta.102",
@@ -58,13 +58,13 @@
5858
"@fluentui/react-tags": "^9.5.0",
5959
"@fluentui/react-textarea": "^9.4.2",
6060
"@fluentui/react-theme": "^9.1.24",
61-
"@fluentui/react-toast": "^9.4.3",
61+
"@fluentui/react-toast": "^9.4.4",
6262
"@fluentui/react-toolbar": "^9.4.1",
6363
"@fluentui/react-tooltip": "^9.6.2",
6464
"@fluentui/react-utilities": "^9.18.22",
6565
"@fluentui/react-text": "^9.4.34",
6666
"@fluentui/react-virtualizer": "9.0.0-alpha.94",
67-
"@fluentui/react-tree": "^9.10.4",
67+
"@fluentui/react-tree": "^9.10.5",
6868
"@griffel/react": "^1.5.22",
6969
"@swc/helpers": "^0.5.1",
7070
"@fluentui/react-message-bar": "^9.4.3",
@@ -74,7 +74,7 @@
7474
"@fluentui/react-search": "^9.1.2",
7575
"@fluentui/react-teaching-popover": "^9.4.1",
7676
"@fluentui/react-tag-picker": "^9.5.2",
77-
"@fluentui/react-motion": "^9.6.10",
77+
"@fluentui/react-motion": "^9.7.0",
7878
"@fluentui/react-carousel": "^9.6.2",
7979
"@fluentui/react-color-picker": "^9.0.0"
8080
},

packages/react-components/react-dialog/library/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-dialog",
33
"entries": [
4+
{
5+
"date": "Wed, 26 Mar 2025 21:47:47 GMT",
6+
"tag": "@fluentui/react-dialog_v9.12.4",
7+
"version": "9.12.4",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-dialog",
13+
"comment": "Bump @fluentui/react-motion to v9.7.0",
14+
"commit": "94339e5b5a9c4dbb3d1446187727aa45db9aca52"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@fluentui/react-dialog",
19+
"comment": "Bump @fluentui/react-motion-components-preview to v0.4.7",
20+
"commit": "94339e5b5a9c4dbb3d1446187727aa45db9aca52"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Thu, 20 Mar 2025 09:34:59 GMT",
627
"tag": "@fluentui/react-dialog_v9.12.3",

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

3-
This log was last generated on Thu, 20 Mar 2025 09:34:59 GMT and should not be manually modified.
3+
This log was last generated on Wed, 26 Mar 2025 21:47:47 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [9.12.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.12.4)
8+
9+
Wed, 26 Mar 2025 21:47:47 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.12.3..@fluentui/react-dialog_v9.12.4)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react-motion to v9.7.0 ([PR #34096](https://github.com/microsoft/fluentui/pull/34096) by beachball)
15+
- Bump @fluentui/react-motion-components-preview to v0.4.7 ([PR #34096](https://github.com/microsoft/fluentui/pull/34096) by beachball)
16+
717
## [9.12.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.12.3)
818

919
Thu, 20 Mar 2025 09:34:59 GMT

0 commit comments

Comments
 (0)