From ce5e90cfee7ee5accc4e7ef5e21284d70b568ae6 Mon Sep 17 00:00:00 2001 From: Fluent UI Build Date: Tue, 17 Dec 2024 07:21:38 +0000 Subject: [PATCH] release: applying package updates - react v8 --- ...-779871c9-4df7-4cc5-96b6-832621cec379.json | 7 ------- ...-f8073f84-d26a-4b28-992e-379202a63f5d.json | 7 ------- packages/charts/react-charting/CHANGELOG.json | 21 +++++++++++++++++++ packages/charts/react-charting/CHANGELOG.md | 12 ++++++++++- packages/charts/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-779871c9-4df7-4cc5-96b6-832621cec379.json delete mode 100644 change/@fluentui-react-charting-f8073f84-d26a-4b28-992e-379202a63f5d.json diff --git a/change/@fluentui-react-charting-779871c9-4df7-4cc5-96b6-832621cec379.json b/change/@fluentui-react-charting-779871c9-4df7-4cc5-96b6-832621cec379.json deleted file mode 100644 index 3838228b1446e..0000000000000 --- a/change/@fluentui-react-charting-779871c9-4df7-4cc5-96b6-832621cec379.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Add support for controlling legend selection and persisting in json schema", - "packageName": "@fluentui/react-charting", - "email": "98592573+AtishayMsft@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-charting-f8073f84-d26a-4b28-992e-379202a63f5d.json b/change/@fluentui-react-charting-f8073f84-d26a-4b28-992e-379202a63f5d.json deleted file mode 100644 index 4ee5b0e301fd3..0000000000000 --- a/change/@fluentui-react-charting-f8073f84-d26a-4b28-992e-379202a63f5d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Enable Controlled Legends working in declarative HBC", - "packageName": "@fluentui/react-charting", - "email": "74965306+Anush2303@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/packages/charts/react-charting/CHANGELOG.json b/packages/charts/react-charting/CHANGELOG.json index df8a3b95aacf1..11453229424e1 100644 --- a/packages/charts/react-charting/CHANGELOG.json +++ b/packages/charts/react-charting/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@fluentui/react-charting", "entries": [ + { + "date": "Tue, 17 Dec 2024 07:21:19 GMT", + "tag": "@fluentui/react-charting_v5.23.26", + "version": "5.23.26", + "comments": { + "patch": [ + { + "author": "98592573+AtishayMsft@users.noreply.github.com", + "package": "@fluentui/react-charting", + "commit": "4487ca6a37b19e06ed494e819805c1abfb8c7afa", + "comment": "Add support for controlling legend selection and persisting in json schema" + }, + { + "author": "74965306+Anush2303@users.noreply.github.com", + "package": "@fluentui/react-charting", + "commit": "7b75871739a0639fffc065d649848a356baf1d26", + "comment": "Enable Controlled Legends working in declarative HBC" + } + ] + } + }, { "date": "Mon, 16 Dec 2024 07:20:45 GMT", "tag": "@fluentui/react-charting_v5.23.25", diff --git a/packages/charts/react-charting/CHANGELOG.md b/packages/charts/react-charting/CHANGELOG.md index c04df185adc8f..7388bff98d2af 100644 --- a/packages/charts/react-charting/CHANGELOG.md +++ b/packages/charts/react-charting/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @fluentui/react-charting -This log was last generated on Mon, 16 Dec 2024 07:20:45 GMT and should not be manually modified. +This log was last generated on Tue, 17 Dec 2024 07:21:19 GMT and should not be manually modified. +## [5.23.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.26) + +Tue, 17 Dec 2024 07:21:19 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.23.25..@fluentui/react-charting_v5.23.26) + +### Patches + +- Add support for controlling legend selection and persisting in json schema ([PR #33477](https://github.com/microsoft/fluentui/pull/33477) by 98592573+AtishayMsft@users.noreply.github.com) +- Enable Controlled Legends working in declarative HBC ([PR #33476](https://github.com/microsoft/fluentui/pull/33476) by 74965306+Anush2303@users.noreply.github.com) + ## [5.23.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.25) Mon, 16 Dec 2024 07:20:45 GMT diff --git a/packages/charts/react-charting/package.json b/packages/charts/react-charting/package.json index 61e5bf7ae62d9..e8a8153a40fbe 100644 --- a/packages/charts/react-charting/package.json +++ b/packages/charts/react-charting/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-charting", - "version": "5.23.25", + "version": "5.23.26", "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 24c962ad0f43d..09691d11612a6 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, 17 Dec 2024 07:21:19 GMT", + "tag": "@fluentui/react-docsite-components_v8.13.146", + "version": "8.13.146", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/react-docsite-components", + "comment": "Bump @fluentui/react-monaco-editor to v1.7.264", + "commit": "4487ca6a37b19e06ed494e819805c1abfb8c7afa" + } + ] + } + }, { "date": "Mon, 16 Dec 2024 07:20:45 GMT", "tag": "@fluentui/react-docsite-components_v8.13.145", diff --git a/packages/react-docsite-components/CHANGELOG.md b/packages/react-docsite-components/CHANGELOG.md index b775d7b2a9d5e..76711da2c3c31 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, 16 Dec 2024 07:20:45 GMT and should not be manually modified. +This log was last generated on Tue, 17 Dec 2024 07:21:19 GMT and should not be manually modified. +## [8.13.146](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.13.146) + +Tue, 17 Dec 2024 07:21:19 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-docsite-components_v8.13.145..@fluentui/react-docsite-components_v8.13.146) + +### Patches + +- Bump @fluentui/react-monaco-editor to v1.7.264 ([PR #33477](https://github.com/microsoft/fluentui/pull/33477) by beachball) + ## [8.13.145](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.13.145) Mon, 16 Dec 2024 07:20:45 GMT diff --git a/packages/react-docsite-components/package.json b/packages/react-docsite-components/package.json index bbde4f8b87722..ce73985e3ec1f 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.145", + "version": "8.13.146", "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.34", "@fluentui/react-hooks": "^8.8.16", "@fluentui/set-version": "^8.2.23", - "@fluentui/react-monaco-editor": "^1.7.263", + "@fluentui/react-monaco-editor": "^1.7.264", "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 ff350836ec7de..00b9a3e26fb13 100644 --- a/packages/react-examples/package.json +++ b/packages/react-examples/package.json @@ -36,8 +36,8 @@ "@fluentui/merge-styles": "^8.6.13", "@fluentui/react": "^8.122.1", "@fluentui/react-cards": "^0.205.190", - "@fluentui/react-charting": "^5.23.25", - "@fluentui/react-docsite-components": "^8.13.145", + "@fluentui/react-charting": "^5.23.26", + "@fluentui/react-docsite-components": "^8.13.146", "@fluentui/react-experiments": "^8.14.187", "@fluentui/react-file-type-icons": "^8.12.6", "@fluentui/react-focus": "^8.9.19", diff --git a/packages/react-monaco-editor/CHANGELOG.json b/packages/react-monaco-editor/CHANGELOG.json index 3b0e403200729..e5394f6bb139b 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, 17 Dec 2024 07:21:19 GMT", + "tag": "@fluentui/react-monaco-editor_v1.7.264", + "version": "1.7.264", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/react-monaco-editor", + "comment": "Bump @fluentui/react-charting to v5.23.26", + "commit": "4487ca6a37b19e06ed494e819805c1abfb8c7afa" + } + ] + } + }, { "date": "Mon, 16 Dec 2024 07:20:45 GMT", "tag": "@fluentui/react-monaco-editor_v1.7.263", diff --git a/packages/react-monaco-editor/CHANGELOG.md b/packages/react-monaco-editor/CHANGELOG.md index d8f2629b0c8d8..f69526a416a45 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, 16 Dec 2024 07:20:45 GMT and should not be manually modified. +This log was last generated on Tue, 17 Dec 2024 07:21:19 GMT and should not be manually modified. +## [1.7.264](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.264) + +Tue, 17 Dec 2024 07:21:19 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-monaco-editor_v1.7.263..@fluentui/react-monaco-editor_v1.7.264) + +### Patches + +- Bump @fluentui/react-charting to v5.23.26 ([PR #33477](https://github.com/microsoft/fluentui/pull/33477) by beachball) + ## [1.7.263](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.263) Mon, 16 Dec 2024 07:20:45 GMT diff --git a/packages/react-monaco-editor/package.json b/packages/react-monaco-editor/package.json index 7edada00c855d..568bc8a25022f 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.263", + "version": "1.7.264", "description": "Live React example editing using monaco", "main": "lib-commonjs/index.js", "module": "lib/index.js", @@ -34,7 +34,7 @@ "@fluentui/example-data": "^8.4.25", "@fluentui/monaco-editor": "^1.3.24", "@fluentui/react-hooks": "^8.8.16", - "@fluentui/react-charting": "^5.23.25", + "@fluentui/react-charting": "^5.23.26", "raw-loader": "4.0.2", "react-syntax-highlighter": "^10.1.3", "tslib": "^2.1.0"