From 96379f5a4924df47adcfb0166cb6461e1c138ab9 Mon Sep 17 00:00:00 2001 From: Fluent UI Build Date: Mon, 4 Dec 2023 07:27:05 +0000 Subject: [PATCH] applying package updates --- ...-35073061-577a-4d9f-a0fd-b90a60995009.json | 7 ------- ...-bee65441-a580-47b8-b0cc-5c7a059a48f5.json | 7 ------- packages/react-charting/CHANGELOG.json | 21 +++++++++++++++++++ packages/react-charting/CHANGELOG.md | 12 ++++++++++- packages/react-charting/package.json | 2 +- .../react-docsite-components/CHANGELOG.json | 15 +++++++++++++ .../react-docsite-components/CHANGELOG.md | 11 +++++++++- .../react-docsite-components/package.json | 4 ++-- packages/react-examples/package.json | 4 ++-- packages/react-monaco-editor/CHANGELOG.json | 15 +++++++++++++ packages/react-monaco-editor/CHANGELOG.md | 11 +++++++++- packages/react-monaco-editor/package.json | 4 ++-- 12 files changed, 89 insertions(+), 24 deletions(-) delete mode 100644 change/@fluentui-react-charting-35073061-577a-4d9f-a0fd-b90a60995009.json delete mode 100644 change/@fluentui-react-charting-bee65441-a580-47b8-b0cc-5c7a059a48f5.json diff --git a/change/@fluentui-react-charting-35073061-577a-4d9f-a0fd-b90a60995009.json b/change/@fluentui-react-charting-35073061-577a-4d9f-a0fd-b90a60995009.json deleted file mode 100644 index 798df5dd7e42c..0000000000000 --- a/change/@fluentui-react-charting-35073061-577a-4d9f-a0fd-b90a60995009.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Added support for sticking to old ceil logic in case of integral datasets", - "packageName": "@fluentui/react-charting", - "email": "shubhabrata08@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-charting-bee65441-a580-47b8-b0cc-5c7a059a48f5.json b/change/@fluentui-react-charting-bee65441-a580-47b8-b0cc-5c7a059a48f5.json deleted file mode 100644 index d047f118694ac..0000000000000 --- a/change/@fluentui-react-charting-bee65441-a580-47b8-b0cc-5c7a059a48f5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: react-charting horizontal-bar-chart-axis on hover render correct data", - "packageName": "@fluentui/react-charting", - "email": "gautam33776@gmail.com", - "dependentChangeType": "patch" -} diff --git a/packages/react-charting/CHANGELOG.json b/packages/react-charting/CHANGELOG.json index 465aeac1d04d8..35de1535ec246 100644 --- a/packages/react-charting/CHANGELOG.json +++ b/packages/react-charting/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui/react-charting", "entries": [ + { + "date": "Mon, 04 Dec 2023 07:27:00 GMT", + "tag": "@fluentui/react-charting_v5.19.4", + "version": "5.19.4", + "comments": { + "patch": [ + { + "author": "shubhabrata08@gmail.com", + "package": "@fluentui/react-charting", + "commit": "0d3dda114716876f1139b649fb08b3c0553b09ca", + "comment": "Added support for sticking to old ceil logic in case of integral datasets" + }, + { + "author": "gautam33776@gmail.com", + "package": "@fluentui/react-charting", + "commit": "014c273d325606179e7277702214687694f55bd0", + "comment": "fix: react-charting horizontal-bar-chart-axis on hover render correct data" + } + ] + } + }, { "date": "Wed, 29 Nov 2023 07:26:35 GMT", "tag": "@fluentui/react-charting_v5.19.3", diff --git a/packages/react-charting/CHANGELOG.md b/packages/react-charting/CHANGELOG.md index 6f5f3ccd839b6..be54518f8280c 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 Wed, 29 Nov 2023 07:26:35 GMT and should not be manually modified. +This log was last generated on Mon, 04 Dec 2023 07:27:00 GMT and should not be manually modified. +## [5.19.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.4) + +Mon, 04 Dec 2023 07:27:00 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.3..@fluentui/react-charting_v5.19.4) + +### Patches + +- Added support for sticking to old ceil logic in case of integral datasets ([PR #29959](https://github.com/microsoft/fluentui/pull/29959) by shubhabrata08@gmail.com) +- fix: react-charting horizontal-bar-chart-axis on hover render correct data ([PR #29909](https://github.com/microsoft/fluentui/pull/29909) by gautam33776@gmail.com) + ## [5.19.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.19.3) Wed, 29 Nov 2023 07:26:35 GMT diff --git a/packages/react-charting/package.json b/packages/react-charting/package.json index 569b7a7b3a895..68caed184d6a4 100644 --- a/packages/react-charting/package.json +++ b/packages/react-charting/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-charting", - "version": "5.19.3", + "version": "5.19.4", "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 d102aead7a606..a17999bfd01fd 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": "Mon, 04 Dec 2023 07:27:01 GMT", + "tag": "@fluentui/react-docsite-components_v8.13.36", + "version": "8.13.36", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/react-docsite-components", + "comment": "Bump @fluentui/react-monaco-editor to v1.7.154", + "commit": "cb984ca549773f498b4aee348bed1ee8ce416aa4" + } + ] + } + }, { "date": "Wed, 29 Nov 2023 07:26:35 GMT", "tag": "@fluentui/react-docsite-components_v8.13.35", diff --git a/packages/react-docsite-components/CHANGELOG.md b/packages/react-docsite-components/CHANGELOG.md index 8aac375998988..96bfe8d1a20ec 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 Wed, 29 Nov 2023 07:26:35 GMT and should not be manually modified. +This log was last generated on Mon, 04 Dec 2023 07:27:01 GMT and should not be manually modified. +## [8.13.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.13.36) + +Mon, 04 Dec 2023 07:27:01 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-docsite-components_v8.13.35..@fluentui/react-docsite-components_v8.13.36) + +### Patches + +- Bump @fluentui/react-monaco-editor to v1.7.154 ([PR #29971](https://github.com/microsoft/fluentui/pull/29971) by beachball) + ## [8.13.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.13.35) Wed, 29 Nov 2023 07:26:35 GMT diff --git a/packages/react-docsite-components/package.json b/packages/react-docsite-components/package.json index 8dc5b3c41f283..7961e6a2253d7 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.35", + "version": "8.13.36", "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.23", "@fluentui/react-hooks": "^8.6.33", "@fluentui/set-version": "^8.2.12", - "@fluentui/react-monaco-editor": "^1.7.153", + "@fluentui/react-monaco-editor": "^1.7.154", "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 26771cb90a9c6..c0a4686fab3d9 100644 --- a/packages/react-examples/package.json +++ b/packages/react-examples/package.json @@ -36,8 +36,8 @@ "@fluentui/merge-styles": "^8.5.13", "@fluentui/react": "^8.112.9", "@fluentui/react-cards": "^0.205.123", - "@fluentui/react-charting": "^5.19.3", - "@fluentui/react-docsite-components": "^8.13.35", + "@fluentui/react-charting": "^5.19.4", + "@fluentui/react-docsite-components": "^8.13.36", "@fluentui/react-experiments": "^8.14.119", "@fluentui/react-file-type-icons": "^8.10.4", "@fluentui/react-focus": "^8.8.34", diff --git a/packages/react-monaco-editor/CHANGELOG.json b/packages/react-monaco-editor/CHANGELOG.json index 8aded59850fed..623fe3f9ad7c8 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": "Mon, 04 Dec 2023 07:27:01 GMT", + "tag": "@fluentui/react-monaco-editor_v1.7.154", + "version": "1.7.154", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/react-monaco-editor", + "comment": "Bump @fluentui/react-charting to v5.19.4", + "commit": "cb984ca549773f498b4aee348bed1ee8ce416aa4" + } + ] + } + }, { "date": "Wed, 29 Nov 2023 07:26:35 GMT", "tag": "@fluentui/react-monaco-editor_v1.7.153", diff --git a/packages/react-monaco-editor/CHANGELOG.md b/packages/react-monaco-editor/CHANGELOG.md index d29f5d09a3ecb..2e805e16cac99 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 Wed, 29 Nov 2023 07:26:35 GMT and should not be manually modified. +This log was last generated on Mon, 04 Dec 2023 07:27:01 GMT and should not be manually modified. +## [1.7.154](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.154) + +Mon, 04 Dec 2023 07:27:01 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-monaco-editor_v1.7.153..@fluentui/react-monaco-editor_v1.7.154) + +### Patches + +- Bump @fluentui/react-charting to v5.19.4 ([PR #29971](https://github.com/microsoft/fluentui/pull/29971) by beachball) + ## [1.7.153](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.153) Wed, 29 Nov 2023 07:26:35 GMT diff --git a/packages/react-monaco-editor/package.json b/packages/react-monaco-editor/package.json index 5847ff0a5bed4..0b1bb7ba68e1e 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.153", + "version": "1.7.154", "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.13", "@fluentui/monaco-editor": "^1.3.12", "@fluentui/react-hooks": "^8.6.33", - "@fluentui/react-charting": "^5.19.3", + "@fluentui/react-charting": "^5.19.4", "raw-loader": "4.0.2", "react-syntax-highlighter": "^10.1.3", "tslib": "^2.1.0"