diff --git a/change/@fluentui-react-charting-07085de4-08a0-49db-91db-76677708e0e3.json b/change/@fluentui-react-charting-07085de4-08a0-49db-91db-76677708e0e3.json deleted file mode 100644 index b49e300e5f838..0000000000000 --- a/change/@fluentui-react-charting-07085de4-08a0-49db-91db-76677708e0e3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Fix style issue for tree chart", - "packageName": "@fluentui/react-charting", - "email": "98592573+AtishayMsft@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-charting-0d3bc989-e3a8-4d0d-8403-4f09d3ee3c86.json b/change/@fluentui-react-charting-0d3bc989-e3a8-4d0d-8403-4f09d3ee3c86.json deleted file mode 100644 index fc6fc7c6a478d..0000000000000 --- a/change/@fluentui-react-charting-0d3bc989-e3a8-4d0d-8403-4f09d3ee3c86.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Improve gauge chart screen reader accessibility", - "packageName": "@fluentui/react-charting", - "email": "kumarkshitij@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/packages/react-charting/CHANGELOG.json b/packages/react-charting/CHANGELOG.json index 2f34545ffa204..c345a198eacf5 100644 --- a/packages/react-charting/CHANGELOG.json +++ b/packages/react-charting/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui/react-charting", "entries": [ + { + "date": "Tue, 21 May 2024 07:25:11 GMT", + "tag": "@fluentui/react-charting_v5.21.10", + "version": "5.21.10", + "comments": { + "patch": [ + { + "author": "98592573+AtishayMsft@users.noreply.github.com", + "package": "@fluentui/react-charting", + "commit": "c621c5b9d824a41d68328dd61457cf301236ddf6", + "comment": "Fix style issue for tree chart" + }, + { + "author": "kumarkshitij@microsoft.com", + "package": "@fluentui/react-charting", + "commit": "796f5d3a54f904825e5cb00b97f4366306ca5d5a", + "comment": "Improve gauge chart screen reader accessibility" + } + ] + } + }, { "date": "Mon, 20 May 2024 07:29:19 GMT", "tag": "@fluentui/react-charting_v5.21.9", diff --git a/packages/react-charting/CHANGELOG.md b/packages/react-charting/CHANGELOG.md index c1d74a2b211af..54ffd3a125200 100644 --- a/packages/react-charting/CHANGELOG.md +++ b/packages/react-charting/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui/react-charting -This log was last generated on Mon, 20 May 2024 07:29:19 GMT and should not be manually modified. +This log was last generated on Tue, 21 May 2024 07:25:11 GMT and should not be manually modified. +## [5.21.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.21.10) + +Tue, 21 May 2024 07:25:11 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.21.9..@fluentui/react-charting_v5.21.10) + +### Patches + +- Fix style issue for tree chart ([PR #31425](https://github.com/microsoft/fluentui/pull/31425) by 98592573+AtishayMsft@users.noreply.github.com) +- Improve gauge chart screen reader accessibility ([PR #26682](https://github.com/microsoft/fluentui/pull/26682) by kumarkshitij@microsoft.com) + ## [5.21.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.21.9) Mon, 20 May 2024 07:29:19 GMT diff --git a/packages/react-charting/package.json b/packages/react-charting/package.json index cfc579ee31884..cc5292d9b6b17 100644 --- a/packages/react-charting/package.json +++ b/packages/react-charting/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-charting", - "version": "5.21.9", + "version": "5.21.10", "description": "React web charting controls for Microsoft fluentui system.", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/react-docsite-components/CHANGELOG.json b/packages/react-docsite-components/CHANGELOG.json index 05472a5425dab..ade670e580025 100644 --- a/packages/react-docsite-components/CHANGELOG.json +++ b/packages/react-docsite-components/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-docsite-components", "entries": [ + { + "date": "Tue, 21 May 2024 07:25:12 GMT", + "tag": "@fluentui/react-docsite-components_v8.13.91", + "version": "8.13.91", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/react-docsite-components", + "comment": "Bump @fluentui/react-monaco-editor to v1.7.209", + "commit": "d48ff84fc09b442467ca14b0394d6a1fbaae7229" + } + ] + } + }, { "date": "Mon, 20 May 2024 07:29:20 GMT", "tag": "@fluentui/react-docsite-components_v8.13.90", diff --git a/packages/react-docsite-components/CHANGELOG.md b/packages/react-docsite-components/CHANGELOG.md index e6a0c47f11872..1d8a6c99c1cba 100644 --- a/packages/react-docsite-components/CHANGELOG.md +++ b/packages/react-docsite-components/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-docsite-components -This log was last generated on Mon, 20 May 2024 07:29:20 GMT and should not be manually modified. +This log was last generated on Tue, 21 May 2024 07:25:12 GMT and should not be manually modified. +## [8.13.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.13.91) + +Tue, 21 May 2024 07:25:12 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-docsite-components_v8.13.90..@fluentui/react-docsite-components_v8.13.91) + +### Patches + +- Bump @fluentui/react-monaco-editor to v1.7.209 ([commit](https://github.com/microsoft/fluentui/commit/d48ff84fc09b442467ca14b0394d6a1fbaae7229) by beachball) + ## [8.13.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.13.90) Mon, 20 May 2024 07:29:20 GMT diff --git a/packages/react-docsite-components/package.json b/packages/react-docsite-components/package.json index 57ccdbe163f22..d705bd18f964e 100644 --- a/packages/react-docsite-components/package.json +++ b/packages/react-docsite-components/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-docsite-components", - "version": "8.13.90", + "version": "8.13.91", "description": "Fluent UI React components for building documentation sites.", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -42,7 +42,7 @@ "@fluentui/public-docsite-setup": "^0.3.29", "@fluentui/react-hooks": "^8.8.2", "@fluentui/set-version": "^8.2.18", - "@fluentui/react-monaco-editor": "^1.7.208", + "@fluentui/react-monaco-editor": "^1.7.209", "color-check": "0.0.2", "markdown-to-jsx": "^7.0.0", "office-ui-fabric-core": "^11.0.0", diff --git a/packages/react-examples/package.json b/packages/react-examples/package.json index 00ec107e0284b..75e8f3b22b15b 100644 --- a/packages/react-examples/package.json +++ b/packages/react-examples/package.json @@ -36,8 +36,8 @@ "@fluentui/merge-styles": "^8.6.5", "@fluentui/react": "^8.118.3", "@fluentui/react-cards": "^0.205.152", - "@fluentui/react-charting": "^5.21.9", - "@fluentui/react-docsite-components": "^8.13.90", + "@fluentui/react-charting": "^5.21.10", + "@fluentui/react-docsite-components": "^8.13.91", "@fluentui/react-experiments": "^8.14.149", "@fluentui/react-file-type-icons": "^8.11.10", "@fluentui/react-focus": "^8.9.2", diff --git a/packages/react-monaco-editor/CHANGELOG.json b/packages/react-monaco-editor/CHANGELOG.json index 5633584827053..469cb2929229b 100644 --- a/packages/react-monaco-editor/CHANGELOG.json +++ b/packages/react-monaco-editor/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-monaco-editor", "entries": [ + { + "date": "Tue, 21 May 2024 07:25:12 GMT", + "tag": "@fluentui/react-monaco-editor_v1.7.209", + "version": "1.7.209", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/react-monaco-editor", + "comment": "Bump @fluentui/react-charting to v5.21.10", + "commit": "d48ff84fc09b442467ca14b0394d6a1fbaae7229" + } + ] + } + }, { "date": "Mon, 20 May 2024 07:29:20 GMT", "tag": "@fluentui/react-monaco-editor_v1.7.208", diff --git a/packages/react-monaco-editor/CHANGELOG.md b/packages/react-monaco-editor/CHANGELOG.md index 6009a0433220f..d2d17e66c4937 100644 --- a/packages/react-monaco-editor/CHANGELOG.md +++ b/packages/react-monaco-editor/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-monaco-editor -This log was last generated on Mon, 20 May 2024 07:29:20 GMT and should not be manually modified. +This log was last generated on Tue, 21 May 2024 07:25:12 GMT and should not be manually modified. +## [1.7.209](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.209) + +Tue, 21 May 2024 07:25:12 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-monaco-editor_v1.7.208..@fluentui/react-monaco-editor_v1.7.209) + +### Patches + +- Bump @fluentui/react-charting to v5.21.10 ([commit](https://github.com/microsoft/fluentui/commit/d48ff84fc09b442467ca14b0394d6a1fbaae7229) by beachball) + ## [1.7.208](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.208) Mon, 20 May 2024 07:29:20 GMT diff --git a/packages/react-monaco-editor/package.json b/packages/react-monaco-editor/package.json index e8f88d2745cdf..ae69dd16ce8f9 100644 --- a/packages/react-monaco-editor/package.json +++ b/packages/react-monaco-editor/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-monaco-editor", - "version": "1.7.208", + "version": "1.7.209", "description": "Live React example editing using monaco", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -35,7 +35,7 @@ "@fluentui/example-data": "^8.4.19", "@fluentui/monaco-editor": "^1.3.18", "@fluentui/react-hooks": "^8.8.2", - "@fluentui/react-charting": "^5.21.9", + "@fluentui/react-charting": "^5.21.10", "raw-loader": "4.0.2", "react-syntax-highlighter": "^10.1.3", "tslib": "^2.1.0"