Skip to content

Commit a77ee2c

Browse files
authored
Merge branch 'master' into users/srmukher/decode
2 parents 16fe84b + 366299d commit a77ee2c

File tree

18 files changed

+137
-23
lines changed

18 files changed

+137
-23
lines changed

change/@fluentui-react-message-bar-28c25da4-0fa5-4362-bfcb-a510d0b5aa36.json

-7
This file was deleted.

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

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/react-components",
33
"entries": [
4+
{
5+
"date": "Wed, 19 Mar 2025 18:11:11 GMT",
6+
"tag": "@fluentui/react-components_v9.61.1",
7+
"version": "9.61.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui/react-message-bar",
13+
"commit": "faa9f1f749e9dee653ea26db9f9859cbb2a383fd",
14+
"comment": "fix(MessageBar): revert motion migration to resolve validation errors"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 19 Mar 2025 15:40:40 GMT",
621
"tag": "@fluentui/react-components_v9.61.0",

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

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# Change Log - @fluentui/react-components
22

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

55
<!-- Start content -->
66

7+
## [9.61.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.61.1)
8+
9+
Wed, 19 Mar 2025 18:11:11 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.61.0..@fluentui/react-components_v9.61.1)
11+
12+
### Patches
13+
14+
- `@fluentui/react-message-bar`
15+
- fix(MessageBar): revert motion migration to resolve validation errors ([PR #34037](https://github.com/microsoft/fluentui/pull/34037) by [email protected])
16+
717
## [9.61.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.61.0)
818

919
Wed, 19 Mar 2025 15:40:40 GMT

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-components",
3-
"version": "9.61.0",
3+
"version": "9.61.1",
44
"description": "Suite package for converged React components",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -67,7 +67,7 @@
6767
"@fluentui/react-tree": "^9.10.2",
6868
"@griffel/react": "^1.5.22",
6969
"@swc/helpers": "^0.5.1",
70-
"@fluentui/react-message-bar": "^9.4.2",
70+
"@fluentui/react-message-bar": "^9.4.3",
7171
"@fluentui/react-breadcrumb": "^9.1.2",
7272
"@fluentui/react-aria": "^9.14.2",
7373
"@fluentui/react-rating": "^9.1.2",

packages/react-components/react-message-bar/library/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/react-message-bar",
33
"entries": [
4+
{
5+
"date": "Wed, 19 Mar 2025 18:11:11 GMT",
6+
"tag": "@fluentui/react-message-bar_v9.4.3",
7+
"version": "9.4.3",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui/react-message-bar",
13+
"commit": "faa9f1f749e9dee653ea26db9f9859cbb2a383fd",
14+
"comment": "fix(MessageBar): revert motion migration to resolve validation errors"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 19 Mar 2025 15:40:43 GMT",
621
"tag": "@fluentui/react-message-bar_v9.4.2",

packages/react-components/react-message-bar/library/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @fluentui/react-message-bar
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, 19 Mar 2025 18:11:11 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [9.4.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.4.3)
8+
9+
Wed, 19 Mar 2025 18:11:11 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-message-bar_v9.4.2..@fluentui/react-message-bar_v9.4.3)
11+
12+
### Patches
13+
14+
- fix(MessageBar): revert motion migration to resolve validation errors ([PR #34037](https://github.com/microsoft/fluentui/pull/34037) by [email protected])
15+
716
## [9.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-message-bar_v9.4.2)
817

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

packages/react-components/react-message-bar/library/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-message-bar",
3-
"version": "9.4.2",
3+
"version": "9.4.3",
44
"description": "Fluent UI MessageBar component",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",

packages/react-components/react-migration-v0-v9/library/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/react-migration-v0-v9",
33
"entries": [
4+
{
5+
"date": "Wed, 19 Mar 2025 18:11:11 GMT",
6+
"tag": "@fluentui/react-migration-v0-v9_v9.3.3",
7+
"version": "9.3.3",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-migration-v0-v9",
13+
"comment": "Bump @fluentui/react-components to v9.61.1",
14+
"commit": "faa9f1f749e9dee653ea26db9f9859cbb2a383fd"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 19 Mar 2025 15:40:43 GMT",
621
"tag": "@fluentui/react-migration-v0-v9_v9.3.2",

packages/react-components/react-migration-v0-v9/library/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @fluentui/react-migration-v0-v9
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, 19 Mar 2025 18:11:11 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [9.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.3.3)
8+
9+
Wed, 19 Mar 2025 18:11:11 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.3.2..@fluentui/react-migration-v0-v9_v9.3.3)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react-components to v9.61.1 ([PR #34037](https://github.com/microsoft/fluentui/pull/34037) by beachball)
15+
716
## [9.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.3.2)
817

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

packages/react-components/react-migration-v0-v9/library/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-migration-v0-v9",
3-
"version": "9.3.2",
3+
"version": "9.3.3",
44
"description": "Migration shim components and methods for hybrid v0/v9 applications building on Fluent UI React.",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@fluentui/react-aria": "^9.14.2",
24-
"@fluentui/react-components": "^9.61.0",
24+
"@fluentui/react-components": "^9.61.1",
2525
"@fluentui/react-context-selector": "^9.1.74",
2626
"@fluentui/react-icons": "^2.0.245",
2727
"@fluentui/react-jsx-runtime": "^9.0.52",

packages/react-components/react-migration-v8-v9/library/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/react-migration-v8-v9",
33
"entries": [
4+
{
5+
"date": "Wed, 19 Mar 2025 18:11:11 GMT",
6+
"tag": "@fluentui/react-migration-v8-v9_v9.7.3",
7+
"version": "9.7.3",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-migration-v8-v9",
13+
"comment": "Bump @fluentui/react-components to v9.61.1",
14+
"commit": "faa9f1f749e9dee653ea26db9f9859cbb2a383fd"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 19 Mar 2025 15:40:43 GMT",
621
"tag": "@fluentui/react-migration-v8-v9_v9.7.2",

packages/react-components/react-migration-v8-v9/library/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @fluentui/react-migration-v8-v9
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, 19 Mar 2025 18:11:11 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [9.7.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.7.3)
8+
9+
Wed, 19 Mar 2025 18:11:11 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.7.2..@fluentui/react-migration-v8-v9_v9.7.3)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react-components to v9.61.1 ([PR #34037](https://github.com/microsoft/fluentui/pull/34037) by beachball)
15+
716
## [9.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.7.2)
817

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

packages/react-components/react-migration-v8-v9/library/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-migration-v8-v9",
3-
"version": "9.7.2",
3+
"version": "9.7.3",
44
"description": "Migration shim components and methods for hybrid v8/v9 applications building on Fluent UI React.",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -21,7 +21,7 @@
2121
"@ctrl/tinycolor": "^3.3.4",
2222
"@fluentui/fluent2-theme": "^8.107.129",
2323
"@fluentui/react": "^8.122.12",
24-
"@fluentui/react-components": "^9.61.0",
24+
"@fluentui/react-components": "^9.61.1",
2525
"@fluentui/react-icons": "^2.0.245",
2626
"@fluentui/react-hooks": "^8.8.17",
2727
"@griffel/react": "^1.5.22",

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

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/react-portal-compat",
33
"entries": [
4+
{
5+
"date": "Wed, 19 Mar 2025 18:11:11 GMT",
6+
"tag": "@fluentui/react-portal-compat_v9.1.3",
7+
"version": "9.1.3",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/react-portal-compat",
13+
"comment": "Bump @fluentui/react-components to v9.61.1",
14+
"commit": "faa9f1f749e9dee653ea26db9f9859cbb2a383fd"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 19 Mar 2025 15:40:43 GMT",
621
"tag": "@fluentui/react-portal-compat_v9.1.2",

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

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @fluentui/react-portal-compat
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, 19 Mar 2025 18:11:11 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.1.3)
8+
9+
Wed, 19 Mar 2025 18:11:11 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.1.2..@fluentui/react-portal-compat_v9.1.3)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react-components to v9.61.1 ([PR #34037](https://github.com/microsoft/fluentui/pull/34037) by beachball)
15+
716
## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.1.2)
817

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-portal-compat",
3-
"version": "9.1.2",
3+
"version": "9.1.3",
44
"description": "A package that contains compatibility layer for React Portals",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -27,7 +27,7 @@
2727
"@swc/helpers": "^0.5.1"
2828
},
2929
"peerDependencies": {
30-
"@fluentui/react-components": "^9.61.0",
30+
"@fluentui/react-components": "^9.61.1",
3131
"@types/react": ">=16.14.0 <19.0.0",
3232
"react": ">=16.14.0 <19.0.0"
3333
},

packages/react-components/react-timepicker-compat/library/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-timepicker-compat",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Fluent UI TimePicker Compat Component",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@fluentui/scripts-api-extractor": "*"
1818
},
1919
"dependencies": {
20-
"@fluentui/react-components": "^9.61.0",
20+
"@fluentui/react-components": "^9.61.1",
2121
"@fluentui/react-context-selector": "^9.1.74",
2222
"@fluentui/react-icons": "^2.0.245",
2323
"@fluentui/react-storybook-addon-export-to-sandbox": "^0.1.0",

0 commit comments

Comments
 (0)