Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluent UI Build committed Apr 1, 2024
1 parent 87f37bc commit 9f92982
Show file tree
Hide file tree
Showing 11 changed files with 82 additions and 17 deletions.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/react-charting/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-charting",
"entries": [
{
"date": "Mon, 01 Apr 2024 07:26:16 GMT",
"tag": "@fluentui/react-charting_v5.19.39",
"version": "5.19.39",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@fluentui/react-charting",
"commit": "87f37bcda562f8d5bcde71e8896b6ccd74e750d6",
"comment": "Fix incorrect bar height for y values < 1 in vertical stacked bar chart"
}
]
}
},
{
"date": "Fri, 29 Mar 2024 07:28:45 GMT",
"tag": "@fluentui/react-charting_v5.19.38",
Expand Down
11 changes: 10 additions & 1 deletion packages/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 Fri, 29 Mar 2024 07:28:45 GMT and should not be manually modified.
This log was last generated on Mon, 01 Apr 2024 07:26:16 GMT and should not be manually modified.

<!-- Start content -->

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

Mon, 01 Apr 2024 07:26:16 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.19.38..@fluentui/react-charting_v5.19.39)

### Patches

- Fix incorrect bar height for y values < 1 in vertical stacked bar chart ([PR #30908](https://github.com/microsoft/fluentui/pull/30908) by [email protected])

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

Fri, 29 Mar 2024 07:28:45 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/react-charting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-charting",
"version": "5.19.38",
"version": "5.19.39",
"description": "React web charting controls for Microsoft fluentui system.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
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": "Mon, 01 Apr 2024 07:26:16 GMT",
"tag": "@fluentui/react-docsite-components_v8.13.71",
"version": "8.13.71",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-docsite-components",
"comment": "Bump @fluentui/react-monaco-editor to v1.7.189",
"commit": "87f37bcda562f8d5bcde71e8896b6ccd74e750d6"
}
]
}
},
{
"date": "Fri, 29 Mar 2024 07:28:45 GMT",
"tag": "@fluentui/react-docsite-components_v8.13.70",
Expand Down
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 Fri, 29 Mar 2024 07:28:45 GMT and should not be manually modified.
This log was last generated on Mon, 01 Apr 2024 07:26:16 GMT and should not be manually modified.

<!-- Start content -->

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

Mon, 01 Apr 2024 07:26:16 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-docsite-components_v8.13.70..@fluentui/react-docsite-components_v8.13.71)

### Patches

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

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

Fri, 29 Mar 2024 07:28:45 GMT
Expand Down
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.70",
"version": "8.13.71",
"description": "Fluent UI React components for building documentation sites.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@fluentui/public-docsite-setup": "^0.3.25",
"@fluentui/react-hooks": "^8.7.0",
"@fluentui/set-version": "^8.2.14",
"@fluentui/react-monaco-editor": "^1.7.188",
"@fluentui/react-monaco-editor": "^1.7.189",
"color-check": "0.0.2",
"markdown-to-jsx": "^7.0.0",
"office-ui-fabric-core": "^11.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@fluentui/merge-styles": "^8.6.0",
"@fluentui/react": "^8.117.1",
"@fluentui/react-cards": "^0.205.141",
"@fluentui/react-charting": "^5.19.38",
"@fluentui/react-docsite-components": "^8.13.70",
"@fluentui/react-charting": "^5.19.39",
"@fluentui/react-docsite-components": "^8.13.71",
"@fluentui/react-experiments": "^8.14.138",
"@fluentui/react-file-type-icons": "^8.11.5",
"@fluentui/react-focus": "^8.8.42",
Expand Down
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": "Mon, 01 Apr 2024 07:26:16 GMT",
"tag": "@fluentui/react-monaco-editor_v1.7.189",
"version": "1.7.189",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-monaco-editor",
"comment": "Bump @fluentui/react-charting to v5.19.39",
"commit": "87f37bcda562f8d5bcde71e8896b6ccd74e750d6"
}
]
}
},
{
"date": "Fri, 29 Mar 2024 07:28:45 GMT",
"tag": "@fluentui/react-monaco-editor_v1.7.188",
Expand Down
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 Fri, 29 Mar 2024 07:28:45 GMT and should not be manually modified.
This log was last generated on Mon, 01 Apr 2024 07:26:16 GMT and should not be manually modified.

<!-- Start content -->

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

Mon, 01 Apr 2024 07:26:16 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-monaco-editor_v1.7.188..@fluentui/react-monaco-editor_v1.7.189)

### Patches

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

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

Fri, 29 Mar 2024 07:28:45 GMT
Expand Down
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.188",
"version": "1.7.189",
"description": "Live React example editing using monaco",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@fluentui/example-data": "^8.4.15",
"@fluentui/monaco-editor": "^1.3.14",
"@fluentui/react-hooks": "^8.7.0",
"@fluentui/react-charting": "^5.19.38",
"@fluentui/react-charting": "^5.19.39",
"raw-loader": "4.0.2",
"react-syntax-highlighter": "^10.1.3",
"tslib": "^2.1.0"
Expand Down

0 comments on commit 9f92982

Please sign in to comment.