From c9574db35de37472e558639debde6c9feeb7e969 Mon Sep 17 00:00:00 2001 From: Fluent UI Build Date: Wed, 1 Jan 2025 07:21:28 +0000 Subject: [PATCH] release: applying package updates - react v8 --- ...-c1fdbc01-292c-4f2d-b96e-1e417b7c89da.json | 7 ------- ...-d2171258-9397-47d2-b063-9e1b96df4f2d.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-c1fdbc01-292c-4f2d-b96e-1e417b7c89da.json delete mode 100644 change/@fluentui-react-charting-d2171258-9397-47d2-b063-9e1b96df4f2d.json diff --git a/change/@fluentui-react-charting-c1fdbc01-292c-4f2d-b96e-1e417b7c89da.json b/change/@fluentui-react-charting-c1fdbc01-292c-4f2d-b96e-1e417b7c89da.json deleted file mode 100644 index 5bb51902a8b00b..00000000000000 --- a/change/@fluentui-react-charting-c1fdbc01-292c-4f2d-b96e-1e417b7c89da.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Initialization of state variables and updating for HorizontalBarChartWithAxis chart", - "packageName": "@fluentui/react-charting", - "email": "120183316+srmukher@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@fluentui-react-charting-d2171258-9397-47d2-b063-9e1b96df4f2d.json b/change/@fluentui-react-charting-d2171258-9397-47d2-b063-9e1b96df4f2d.json deleted file mode 100644 index 00e6d7bf7d5211..00000000000000 --- a/change/@fluentui-react-charting-d2171258-9397-47d2-b063-9e1b96df4f2d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "HeatMap chart bug fixes", - "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 ddcfa2ec48af4f..091c09a5e622c7 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": "Wed, 01 Jan 2025 07:21:09 GMT", + "tag": "@fluentui/react-charting_v5.23.35", + "version": "5.23.35", + "comments": { + "patch": [ + { + "author": "74965306+Anush2303@users.noreply.github.com", + "package": "@fluentui/react-charting", + "commit": "bf1b91f1fd3cfb580185870b6a4b77738384f9d2", + "comment": "HeatMap chart bug fixes" + }, + { + "author": "120183316+srmukher@users.noreply.github.com", + "package": "@fluentui/react-charting", + "commit": "db1eb859113249615f1de99d409d330231761420", + "comment": "Initialization of state variables and updating for HorizontalBarChartWithAxis chart" + } + ] + } + }, { "date": "Tue, 31 Dec 2024 07:21:44 GMT", "tag": "@fluentui/react-charting_v5.23.34", diff --git a/packages/charts/react-charting/CHANGELOG.md b/packages/charts/react-charting/CHANGELOG.md index 8f09347b7dd607..ad17073084696b 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 Tue, 31 Dec 2024 07:21:44 GMT and should not be manually modified. +This log was last generated on Wed, 01 Jan 2025 07:21:09 GMT and should not be manually modified. +## [5.23.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.35) + +Wed, 01 Jan 2025 07:21:09 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.23.34..@fluentui/react-charting_v5.23.35) + +### Patches + +- HeatMap chart bug fixes ([PR #33525](https://github.com/microsoft/fluentui/pull/33525) by 74965306+Anush2303@users.noreply.github.com) +- Initialization of state variables and updating for HorizontalBarChartWithAxis chart ([PR #33532](https://github.com/microsoft/fluentui/pull/33532) by 120183316+srmukher@users.noreply.github.com) + ## [5.23.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.34) Tue, 31 Dec 2024 07:21:44 GMT diff --git a/packages/charts/react-charting/package.json b/packages/charts/react-charting/package.json index 379d68ccea7676..8f12274d4af3ce 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.34", + "version": "5.23.35", "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 9fc5d851998480..f2b6dd88cd9474 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": "Wed, 01 Jan 2025 07:21:10 GMT", + "tag": "@fluentui/react-docsite-components_v8.13.155", + "version": "8.13.155", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/react-docsite-components", + "comment": "Bump @fluentui/react-monaco-editor to v1.7.273", + "commit": "bf1b91f1fd3cfb580185870b6a4b77738384f9d2" + } + ] + } + }, { "date": "Tue, 31 Dec 2024 07:21:45 GMT", "tag": "@fluentui/react-docsite-components_v8.13.154", diff --git a/packages/react-docsite-components/CHANGELOG.md b/packages/react-docsite-components/CHANGELOG.md index 3dbe092f93ea2d..2221e8af746fd7 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 Tue, 31 Dec 2024 07:21:45 GMT and should not be manually modified. +This log was last generated on Wed, 01 Jan 2025 07:21:10 GMT and should not be manually modified. +## [8.13.155](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.13.155) + +Wed, 01 Jan 2025 07:21:10 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-docsite-components_v8.13.154..@fluentui/react-docsite-components_v8.13.155) + +### Patches + +- Bump @fluentui/react-monaco-editor to v1.7.273 ([PR #33525](https://github.com/microsoft/fluentui/pull/33525) by beachball) + ## [8.13.154](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.13.154) Tue, 31 Dec 2024 07:21:45 GMT diff --git a/packages/react-docsite-components/package.json b/packages/react-docsite-components/package.json index fd02d5636d90de..a293ffb9da9fe9 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.154", + "version": "8.13.155", "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.272", + "@fluentui/react-monaco-editor": "^1.7.273", "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 03b0b6a8bf9ea5..d23446571ea114 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.3", "@fluentui/react-cards": "^0.205.192", - "@fluentui/react-charting": "^5.23.34", - "@fluentui/react-docsite-components": "^8.13.154", + "@fluentui/react-charting": "^5.23.35", + "@fluentui/react-docsite-components": "^8.13.155", "@fluentui/react-experiments": "^8.14.189", "@fluentui/react-file-type-icons": "^8.12.7", "@fluentui/react-focus": "^8.9.20", diff --git a/packages/react-monaco-editor/CHANGELOG.json b/packages/react-monaco-editor/CHANGELOG.json index f7ceba4cf6470d..97bfcd1f4023ff 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": "Wed, 01 Jan 2025 07:21:10 GMT", + "tag": "@fluentui/react-monaco-editor_v1.7.273", + "version": "1.7.273", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@fluentui/react-monaco-editor", + "comment": "Bump @fluentui/react-charting to v5.23.35", + "commit": "bf1b91f1fd3cfb580185870b6a4b77738384f9d2" + } + ] + } + }, { "date": "Tue, 31 Dec 2024 07:21:45 GMT", "tag": "@fluentui/react-monaco-editor_v1.7.272", diff --git a/packages/react-monaco-editor/CHANGELOG.md b/packages/react-monaco-editor/CHANGELOG.md index 6efd247be7a918..9c4ebc1d119e81 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 Tue, 31 Dec 2024 07:21:45 GMT and should not be manually modified. +This log was last generated on Wed, 01 Jan 2025 07:21:10 GMT and should not be manually modified. +## [1.7.273](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.273) + +Wed, 01 Jan 2025 07:21:10 GMT +[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-monaco-editor_v1.7.272..@fluentui/react-monaco-editor_v1.7.273) + +### Patches + +- Bump @fluentui/react-charting to v5.23.35 ([PR #33525](https://github.com/microsoft/fluentui/pull/33525) by beachball) + ## [1.7.272](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.272) Tue, 31 Dec 2024 07:21:45 GMT diff --git a/packages/react-monaco-editor/package.json b/packages/react-monaco-editor/package.json index 20ad8b6fd18f0f..71cea83db8c84d 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.272", + "version": "1.7.273", "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.34", + "@fluentui/react-charting": "^5.23.35", "raw-loader": "4.0.2", "react-syntax-highlighter": "^10.1.3", "tslib": "^2.1.0"