Skip to content

Commit aeb1512

Browse files
author
Fluent UI Build
committed
release: applying package updates - react v8
1 parent 8d9faeb commit aeb1512

File tree

79 files changed

+876
-149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+876
-149
lines changed

change/@fluentui-chart-utilities-e965d02c-dc0d-4e5d-bc22-714bc32a292e.json

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

change/@fluentui-react-cards-e0479023-9fb2-4799-b754-84c9376ac36c.json

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

change/@fluentui-react-charting-74b63a70-af34-4bdc-adb1-a3f6544cf7b4.json

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

change/@fluentui-utilities-889b9768-b344-4b1e-8715-37fee87314f4.json

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

packages/azure-themes/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/azure-themes",
33
"entries": [
4+
{
5+
"date": "Fri, 16 May 2025 07:22:04 GMT",
6+
"tag": "@fluentui/azure-themes_v8.6.131",
7+
"version": "8.6.131",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/azure-themes",
13+
"comment": "Bump @fluentui/react to v8.122.18",
14+
"commit": "8d9faeb128c66042497f54ba87602747e1171773"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 08 May 2025 07:22:42 GMT",
621
"tag": "@fluentui/azure-themes_v8.6.130",

packages/azure-themes/CHANGELOG.md

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

3-
This log was last generated on Thu, 08 May 2025 07:22:42 GMT and should not be manually modified.
3+
This log was last generated on Fri, 16 May 2025 07:22:04 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [8.6.131](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.6.131)
8+
9+
Fri, 16 May 2025 07:22:04 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/azure-themes_v8.6.130..@fluentui/azure-themes_v8.6.131)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react to v8.122.18 ([PR #34453](https://github.com/microsoft/fluentui/pull/34453) by beachball)
15+
716
## [8.6.130](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.6.130)
817

918
Thu, 08 May 2025 07:22:42 GMT

packages/azure-themes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/azure-themes",
3-
"version": "8.6.130",
3+
"version": "8.6.131",
44
"description": "Azure themes for Fluent UI React",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -27,7 +27,7 @@
2727
"@fluentui/scripts-webpack": "*"
2828
},
2929
"dependencies": {
30-
"@fluentui/react": "^8.122.17",
30+
"@fluentui/react": "^8.122.18",
3131
"@fluentui/set-version": "^8.2.24",
3232
"tslib": "^2.1.0"
3333
}

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, 16 May 2025 07:22:04 GMT",
6+
"tag": "@fluentui/chart-utilities_v1.1.9",
7+
"version": "1.1.9",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui/chart-utilities",
13+
"commit": "4631e680f01cc5ff7fb6f27bc3e599bc442ed1f1",
14+
"comment": "fix(chart-utilities): Add chart type to error logs"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 14 May 2025 07:21:03 GMT",
621
"tag": "@fluentui/chart-utilities_v1.1.8",

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 Wed, 14 May 2025 07:21:03 GMT and should not be manually modified.
3+
This log was last generated on Fri, 16 May 2025 07:22:04 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [1.1.9](https://github.com/microsoft/fluentui/tree/@fluentui/chart-utilities_v1.1.9)
8+
9+
Fri, 16 May 2025 07:22:04 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/chart-utilities_v1.1.8..@fluentui/chart-utilities_v1.1.9)
11+
12+
### Patches
13+
14+
- fix(chart-utilities): Add chart type to error logs ([PR #34454](https://github.com/microsoft/fluentui/pull/34454) by [email protected])
15+
716
## [1.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/chart-utilities_v1.1.8)
817

918
Wed, 14 May 2025 07:21:03 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.8",
3+
"version": "1.1.9",
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: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
{
22
"name": "@fluentui/react-charting",
33
"entries": [
4+
{
5+
"date": "Fri, 16 May 2025 07:22:04 GMT",
6+
"tag": "@fluentui/react-charting_v5.23.88",
7+
"version": "5.23.88",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui/react-charting",
13+
"commit": "f81fca983d21022c0802a24dcb010a16fe6a37d5",
14+
"comment": "fix(react-charting): Use schema colors for all bar charts"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@fluentui/react-charting",
19+
"comment": "Bump @fluentui/chart-utilities to v1.1.9",
20+
"commit": "8d9faeb128c66042497f54ba87602747e1171773"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@fluentui/react-charting",
25+
"comment": "Bump @fluentui/react-focus to v8.9.25",
26+
"commit": "8d9faeb128c66042497f54ba87602747e1171773"
27+
},
28+
{
29+
"author": "beachball",
30+
"package": "@fluentui/react-charting",
31+
"comment": "Bump @fluentui/theme-samples to v8.7.207",
32+
"commit": "8d9faeb128c66042497f54ba87602747e1171773"
33+
},
34+
{
35+
"author": "beachball",
36+
"package": "@fluentui/react-charting",
37+
"comment": "Bump @fluentui/react to v8.122.18",
38+
"commit": "8d9faeb128c66042497f54ba87602747e1171773"
39+
}
40+
]
41+
}
42+
},
443
{
544
"date": "Thu, 15 May 2025 07:21:16 GMT",
645
"tag": "@fluentui/react-charting_v5.23.87",

packages/charts/react-charting/CHANGELOG.md

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

3-
This log was last generated on Thu, 15 May 2025 07:21:16 GMT and should not be manually modified.
3+
This log was last generated on Fri, 16 May 2025 07:22:04 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [5.23.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.88)
8+
9+
Fri, 16 May 2025 07:22:04 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.23.87..@fluentui/react-charting_v5.23.88)
11+
12+
### Patches
13+
14+
- fix(react-charting): Use schema colors for all bar charts ([PR #34447](https://github.com/microsoft/fluentui/pull/34447) by [email protected])
15+
- Bump @fluentui/chart-utilities to v1.1.9 ([PR #34453](https://github.com/microsoft/fluentui/pull/34453) by beachball)
16+
- Bump @fluentui/react-focus to v8.9.25 ([PR #34453](https://github.com/microsoft/fluentui/pull/34453) by beachball)
17+
- Bump @fluentui/theme-samples to v8.7.207 ([PR #34453](https://github.com/microsoft/fluentui/pull/34453) by beachball)
18+
- Bump @fluentui/react to v8.122.18 ([PR #34453](https://github.com/microsoft/fluentui/pull/34453) by beachball)
19+
720
## [5.23.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.87)
821

922
Thu, 15 May 2025 07:21:16 GMT

packages/charts/react-charting/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/react-charting",
3-
"version": "5.23.87",
3+
"version": "5.23.88",
44
"description": "React web charting controls for Microsoft fluentui system.",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -39,9 +39,9 @@
3939
"jest-canvas-mock": "2.4.0"
4040
},
4141
"dependencies": {
42-
"@fluentui/chart-utilities": "^1.1.8",
43-
"@fluentui/react-focus": "^8.9.24",
44-
"@fluentui/theme-samples": "^8.7.206",
42+
"@fluentui/chart-utilities": "^1.1.9",
43+
"@fluentui/react-focus": "^8.9.25",
44+
"@fluentui/theme-samples": "^8.7.207",
4545
"@microsoft/load-themed-styles": "^1.10.26",
4646
"@types/d3-array": "^3.0.0",
4747
"@types/d3-axis": "^3.0.0",
@@ -69,7 +69,7 @@
6969
"tslib": "^2.1.0"
7070
},
7171
"peerDependencies": {
72-
"@fluentui/react": "^8.122.17",
72+
"@fluentui/react": "^8.122.18",
7373
"@types/react": ">=16.8.0 <19.0.0",
7474
"@types/react-dom": ">=16.8.0 <19.0.0",
7575
"react": ">=16.8.0 <19.0.0",

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.8",
40+
"@fluentui/chart-utilities": "^1.1.9",
4141
"@fluentui/react-button": "^9.4.7",
4242
"@fluentui/react-jsx-runtime": "^9.0.54",
4343
"@fluentui/react-overflow": "^9.3.7",

packages/common-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/common-styles",
3-
"version": "1.2.69",
3+
"version": "1.2.70",
44
"description": "Common style definitions for Fluent UI React components",
55
"repository": {
66
"type": "git",

packages/cra-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/cra-template",
3-
"version": "8.4.207",
3+
"version": "8.4.208",
44
"description": "Create React App template for Fluent UI React (@fluentui/react)",
55
"repository": {
66
"type": "git",

packages/fluent2-theme/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui/fluent2-theme",
33
"entries": [
4+
{
5+
"date": "Fri, 16 May 2025 07:22:04 GMT",
6+
"tag": "@fluentui/fluent2-theme_v8.107.135",
7+
"version": "8.107.135",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/fluent2-theme",
13+
"comment": "Bump @fluentui/react to v8.122.18",
14+
"commit": "8d9faeb128c66042497f54ba87602747e1171773"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 08 May 2025 07:22:42 GMT",
621
"tag": "@fluentui/fluent2-theme_v8.107.134",

packages/fluent2-theme/CHANGELOG.md

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

3-
This log was last generated on Thu, 08 May 2025 07:22:42 GMT and should not be manually modified.
3+
This log was last generated on Fri, 16 May 2025 07:22:04 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [8.107.135](https://github.com/microsoft/fluentui/tree/@fluentui/fluent2-theme_v8.107.135)
8+
9+
Fri, 16 May 2025 07:22:04 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/fluent2-theme_v8.107.134..@fluentui/fluent2-theme_v8.107.135)
11+
12+
### Patches
13+
14+
- Bump @fluentui/react to v8.122.18 ([PR #34453](https://github.com/microsoft/fluentui/pull/34453) by beachball)
15+
716
## [8.107.134](https://github.com/microsoft/fluentui/tree/@fluentui/fluent2-theme_v8.107.134)
817

918
Thu, 08 May 2025 07:22:42 GMT

packages/fluent2-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/fluent2-theme",
3-
"version": "8.107.134",
3+
"version": "8.107.135",
44
"description": "A Fluent2 theme for Fluent UI React 8.x",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -27,7 +27,7 @@
2727
"@fluentui/scripts-webpack": "*"
2828
},
2929
"dependencies": {
30-
"@fluentui/react": "^8.122.17",
30+
"@fluentui/react": "^8.122.18",
3131
"@fluentui/set-version": "^8.2.24",
3232
"tslib": "^2.1.0"
3333
}

packages/font-icons-mdl2/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@fluentui/font-icons-mdl2",
33
"entries": [
4+
{
5+
"date": "Fri, 16 May 2025 07:22:04 GMT",
6+
"tag": "@fluentui/font-icons-mdl2_v8.5.62",
7+
"version": "8.5.62",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui/font-icons-mdl2",
13+
"comment": "Bump @fluentui/style-utilities to v8.12.2",
14+
"commit": "8d9faeb128c66042497f54ba87602747e1171773"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@fluentui/font-icons-mdl2",
19+
"comment": "Bump @fluentui/utilities to v8.15.22",
20+
"commit": "8d9faeb128c66042497f54ba87602747e1171773"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Thu, 08 May 2025 07:22:42 GMT",
627
"tag": "@fluentui/font-icons-mdl2_v8.5.61",

packages/font-icons-mdl2/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# Change Log - @fluentui/font-icons-mdl2
22

3-
This log was last generated on Thu, 08 May 2025 07:22:42 GMT and should not be manually modified.
3+
This log was last generated on Fri, 16 May 2025 07:22:04 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [8.5.62](https://github.com/microsoft/fluentui/tree/@fluentui/font-icons-mdl2_v8.5.62)
8+
9+
Fri, 16 May 2025 07:22:04 GMT
10+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/font-icons-mdl2_v8.5.61..@fluentui/font-icons-mdl2_v8.5.62)
11+
12+
### Patches
13+
14+
- Bump @fluentui/style-utilities to v8.12.2 ([PR #34453](https://github.com/microsoft/fluentui/pull/34453) by beachball)
15+
- Bump @fluentui/utilities to v8.15.22 ([PR #34453](https://github.com/microsoft/fluentui/pull/34453) by beachball)
16+
717
## [8.5.61](https://github.com/microsoft/fluentui/tree/@fluentui/font-icons-mdl2_v8.5.61)
818

919
Thu, 08 May 2025 07:22:42 GMT

packages/font-icons-mdl2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui/font-icons-mdl2",
3-
"version": "8.5.61",
3+
"version": "8.5.62",
44
"description": "Fluent UI React icon set.",
55
"main": "lib-commonjs/index.js",
66
"module": "lib/index.js",
@@ -28,8 +28,8 @@
2828
},
2929
"dependencies": {
3030
"@fluentui/set-version": "^8.2.24",
31-
"@fluentui/style-utilities": "^8.12.1",
32-
"@fluentui/utilities": "^8.15.21",
31+
"@fluentui/style-utilities": "^8.12.2",
32+
"@fluentui/utilities": "^8.15.22",
3333
"tslib": "^2.1.0"
3434
},
3535
"exports": {

0 commit comments

Comments
 (0)