diff --git a/change/@fluentui-react-charting-ccfd96da-8e65-4550-b18b-3c45ca241de3.json b/change/@fluentui-react-charting-ccfd96da-8e65-4550-b18b-3c45ca241de3.json deleted file mode 100644 index 56d5e3d1d2f2dd..00000000000000 --- a/change/@fluentui-react-charting-ccfd96da-8e65-4550-b18b-3c45ca241de3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Allow focus navigation with tab key in donut chart", - "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 89a160b5c8f80d..8978491fd9905f 100644 --- a/packages/react-charting/CHANGELOG.json +++ b/packages/react-charting/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@fluentui/react-charting", "entries": [ + { + "date": "Fri, 18 Nov 2022 07:45:45 GMT", + "tag": "@fluentui/react-charting_v5.14.17", + "version": "5.14.17", + "comments": { + "patch": [ + { + "author": "kumarkshitij@microsoft.com", + "package": "@fluentui/react-charting", + "commit": "50ee71862affde61ace35edcb5c3d6f67928f343", + "comment": "Allow focus navigation with tab key in donut chart" + } + ] + } + }, { "date": "Thu, 17 Nov 2022 07:51:44 GMT", "tag": "@fluentui/react-charting_v5.14.16", diff --git a/packages/react-charting/CHANGELOG.md b/packages/react-charting/CHANGELOG.md index 904a1357be8764..d268ef94d639af 100644 --- a/packages/react-charting/CHANGELOG.md +++ b/packages/react-charting/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @fluentui/react-charting -This log was last generated on Thu, 17 Nov 2022 07:51:44 GMT and should not be manually modified. +This log was last generated on Fri, 18 Nov 2022 07:45:45 GMT and should not be manually modified. +## [5.14.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.17) + +Fri, 18 Nov 2022 07:45:45 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.16..@fluentui/react-charting_v5.14.17) + +### Patches + +- Allow focus navigation with tab key in donut chart ([PR #25654](https://github.com/microsoft/fluentui/pull/25654) by kumarkshitij@microsoft.com) + ## [5.14.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.16) Thu, 17 Nov 2022 07:51:44 GMT diff --git a/packages/react-charting/package.json b/packages/react-charting/package.json index e9b8c21638a2b8..ecb4543091c768 100644 --- a/packages/react-charting/package.json +++ b/packages/react-charting/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-charting", - "version": "5.14.16", + "version": "5.14.17", "description": "Experimental React charting components for building experiences for Microsoft 365.", "main": "lib-commonjs/index.js", "module": "lib/index.js", diff --git a/packages/react-examples/package.json b/packages/react-examples/package.json index 3d159bb3eabb70..98edfd61be97c5 100644 --- a/packages/react-examples/package.json +++ b/packages/react-examples/package.json @@ -32,7 +32,7 @@ "@fluentui/merge-styles": "^8.5.4", "@fluentui/react": "^8.102.0", "@fluentui/react-cards": "^0.205.26", - "@fluentui/react-charting": "^5.14.16", + "@fluentui/react-charting": "^5.14.17", "@fluentui/react-docsite-components": "^8.10.26", "@fluentui/react-experiments": "^8.14.21", "@fluentui/react-file-type-icons": "^8.8.3",