Skip to content

Commit

Permalink
release: applying package updates - react v8
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluent UI Build committed Feb 27, 2025
1 parent b5e4ad6 commit 365204e
Showing 11 changed files with 82 additions and 17 deletions.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/charts/react-charting/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-charting",
"entries": [
{
"date": "Thu, 27 Feb 2025 07:15:49 GMT",
"tag": "@fluentui/react-charting_v5.23.58",
"version": "5.23.58",
"comments": {
"patch": [
{
"author": "74965306+Anush2303@users.noreply.github.com",
"package": "@fluentui/react-charting",
"commit": "ae487967de281d4800f7eec910b5809c20e29585",
"comment": "handle 10^N ymax case for rounded ticks"
}
]
}
},
{
"date": "Tue, 25 Feb 2025 07:20:44 GMT",
"tag": "@fluentui/react-charting_v5.23.57",
11 changes: 10 additions & 1 deletion packages/charts/react-charting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-charting

This log was last generated on Tue, 25 Feb 2025 07:20:44 GMT and should not be manually modified.
This log was last generated on Thu, 27 Feb 2025 07:15:49 GMT and should not be manually modified.

<!-- Start content -->

## [5.23.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.58)

Thu, 27 Feb 2025 07:15:49 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.23.57..@fluentui/react-charting_v5.23.58)

### Patches

- handle 10^N ymax case for rounded ticks ([PR #33870](https://github.com/microsoft/fluentui/pull/33870) by 74965306+Anush2303@users.noreply.github.com)

## [5.23.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.23.57)

Tue, 25 Feb 2025 07:20:44 GMT
2 changes: 1 addition & 1 deletion packages/charts/react-charting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-charting",
"version": "5.23.57",
"version": "5.23.58",
"description": "React web charting controls for Microsoft fluentui system.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
15 changes: 15 additions & 0 deletions packages/react-docsite-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-docsite-components",
"entries": [
{
"date": "Thu, 27 Feb 2025 07:15:49 GMT",
"tag": "@fluentui/react-docsite-components_v8.13.178",
"version": "8.13.178",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-docsite-components",
"comment": "Bump @fluentui/react-monaco-editor to v1.7.296",
"commit": "b5e4ad636173a3591615642a4bf7cb446a3e40af"
}
]
}
},
{
"date": "Tue, 25 Feb 2025 07:20:44 GMT",
"tag": "@fluentui/react-docsite-components_v8.13.177",
11 changes: 10 additions & 1 deletion packages/react-docsite-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-docsite-components

This log was last generated on Tue, 25 Feb 2025 07:20:44 GMT and should not be manually modified.
This log was last generated on Thu, 27 Feb 2025 07:15:49 GMT and should not be manually modified.

<!-- Start content -->

## [8.13.178](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.13.178)

Thu, 27 Feb 2025 07:15:49 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-docsite-components_v8.13.177..@fluentui/react-docsite-components_v8.13.178)

### Patches

- Bump @fluentui/react-monaco-editor to v1.7.296 ([PR #33910](https://github.com/microsoft/fluentui/pull/33910) by beachball)

## [8.13.177](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.13.177)

Tue, 25 Feb 2025 07:20:44 GMT
4 changes: 2 additions & 2 deletions packages/react-docsite-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-docsite-components",
"version": "8.13.177",
"version": "8.13.178",
"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.17",
"@fluentui/set-version": "^8.2.24",
"@fluentui/react-monaco-editor": "^1.7.295",
"@fluentui/react-monaco-editor": "^1.7.296",
"color-check": "0.0.2",
"markdown-to-jsx": "^7.0.0",
"office-ui-fabric-core": "^11.0.0",
4 changes: 2 additions & 2 deletions packages/react-examples/package.json
Original file line number Diff line number Diff line change
@@ -36,8 +36,8 @@
"@fluentui/merge-styles": "^8.6.14",
"@fluentui/react": "^8.122.11",
"@fluentui/react-cards": "^0.205.200",
"@fluentui/react-charting": "^5.23.57",
"@fluentui/react-docsite-components": "^8.13.177",
"@fluentui/react-charting": "^5.23.58",
"@fluentui/react-docsite-components": "^8.13.178",
"@fluentui/react-experiments": "^8.14.197",
"@fluentui/react-file-type-icons": "^8.12.8",
"@fluentui/react-focus": "^8.9.21",
15 changes: 15 additions & 0 deletions packages/react-monaco-editor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-monaco-editor",
"entries": [
{
"date": "Thu, 27 Feb 2025 07:15:49 GMT",
"tag": "@fluentui/react-monaco-editor_v1.7.296",
"version": "1.7.296",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-monaco-editor",
"comment": "Bump @fluentui/react-charting to v5.23.58",
"commit": "b5e4ad636173a3591615642a4bf7cb446a3e40af"
}
]
}
},
{
"date": "Tue, 25 Feb 2025 07:20:44 GMT",
"tag": "@fluentui/react-monaco-editor_v1.7.295",
11 changes: 10 additions & 1 deletion packages/react-monaco-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-monaco-editor

This log was last generated on Tue, 25 Feb 2025 07:20:44 GMT and should not be manually modified.
This log was last generated on Thu, 27 Feb 2025 07:15:49 GMT and should not be manually modified.

<!-- Start content -->

## [1.7.296](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.296)

Thu, 27 Feb 2025 07:15:49 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-monaco-editor_v1.7.295..@fluentui/react-monaco-editor_v1.7.296)

### Patches

- Bump @fluentui/react-charting to v5.23.58 ([PR #33910](https://github.com/microsoft/fluentui/pull/33910) by beachball)

## [1.7.295](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.295)

Tue, 25 Feb 2025 07:20:44 GMT
4 changes: 2 additions & 2 deletions packages/react-monaco-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-monaco-editor",
"version": "1.7.295",
"version": "1.7.296",
"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.17",
"@fluentui/react-charting": "^5.23.57",
"@fluentui/react-charting": "^5.23.58",
"raw-loader": "4.0.2",
"react-syntax-highlighter": "^10.1.3",
"tslib": "^2.1.0"

0 comments on commit 365204e

Please sign in to comment.