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 Jul 12, 2023
1 parent 61ce122 commit 1c318c5
Show file tree
Hide file tree
Showing 15 changed files with 95 additions and 29 deletions.
4 changes: 2 additions & 2 deletions apps/public-docsite-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"@fluentui/react-examples": "^8.34.4",
"@microsoft/load-themed-styles": "^1.10.26",
"@fluentui/azure-themes": "^8.6.22",
"@fluentui/react-docsite-components": "^8.12.30",
"@fluentui/react-docsite-components": "^8.12.31",
"@fluentui/font-icons-mdl2": "^8.5.23",
"@fluentui/set-version": "^8.2.11",
"@fluentui/theme-samples": "^8.7.101",
"@fluentui/react-monaco-editor": "^1.7.107",
"@fluentui/react-monaco-editor": "^1.7.108",
"office-ui-fabric-core": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/public-docsite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@fluentui/common-styles": "^1.2.32",
"@fluentui/eslint-plugin": "*",
"@fluentui/react-monaco-editor": "^1.7.107",
"@fluentui/react-monaco-editor": "^1.7.108",
"write-file-webpack-plugin": "^4.1.0",
"@fluentui/scripts-tasks": "*",
"@fluentui/scripts-webpack": "*"
Expand All @@ -35,7 +35,7 @@
"@fluentui/public-docsite-resources": "^8.1.41",
"@fluentui/public-docsite-setup": "^0.3.21",
"@fluentui/react": "^8.110.8",
"@fluentui/react-docsite-components": "^8.12.30",
"@fluentui/react-docsite-components": "^8.12.31",
"@fluentui/react-examples": "^8.34.4",
"@fluentui/react-experiments": "^8.14.96",
"@fluentui/fluent2-theme": "^8.107.27",
Expand Down
2 changes: 1 addition & 1 deletion apps/theming-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@fluentui/react": "^8.110.8",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/react-docsite-components": "^8.12.30",
"@fluentui/react-docsite-components": "^8.12.31",
"@fluentui/foundation-legacy": "^8.2.43",
"@fluentui/scheme-utilities": "^8.3.35",
"@fluentui/set-version": "^8.2.11",
Expand Down

This file was deleted.

This file was deleted.

23 changes: 23 additions & 0 deletions packages/react-charting/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@fluentui/react-charting",
"entries": [
{
"date": "Wed, 12 Jul 2023 07:38:24 GMT",
"tag": "@fluentui/react-charting_v5.16.51",
"version": "5.16.51",
"comments": {
"none": [
{
"author": "srmukher@microsoft.com",
"package": "@fluentui/react-charting",
"commit": "9c0267d367d1fe5a8aa87e1f478322cad669abf9",
"comment": "Added component tests for Vertical bar chart"
}
],
"patch": [
{
"author": "srmukher@microsoft.com",
"package": "@fluentui/react-charting",
"commit": "8d1440d45a86ccedae6aeb20825b0756342c1b49",
"comment": "Fixing rerender issue for empty vertical bar charts"
}
]
}
},
{
"date": "Mon, 10 Jul 2023 07:35:07 GMT",
"tag": "@fluentui/react-charting_v5.16.50",
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 Mon, 10 Jul 2023 07:35:07 GMT and should not be manually modified.
This log was last generated on Wed, 12 Jul 2023 07:38:24 GMT and should not be manually modified.

<!-- Start content -->

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

Wed, 12 Jul 2023 07:38:24 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.16.50..@fluentui/react-charting_v5.16.51)

### Patches

- Fixing rerender issue for empty vertical bar charts ([PR #28192](https://github.com/microsoft/fluentui/pull/28192) by srmukher@microsoft.com)

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

Mon, 10 Jul 2023 07:35:07 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.16.50",
"version": "5.16.51",
"description": "Experimental React charting components for building experiences for Microsoft 365.",
"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": "Wed, 12 Jul 2023 07:38:25 GMT",
"tag": "@fluentui/react-docsite-components_v8.12.31",
"version": "8.12.31",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-docsite-components",
"comment": "Bump @fluentui/react-monaco-editor to v1.7.108",
"commit": "61ce122207774ee3b4193d111bb061e0acd75787"
}
]
}
},
{
"date": "Mon, 10 Jul 2023 07:35:07 GMT",
"tag": "@fluentui/react-docsite-components_v8.12.30",
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 Mon, 10 Jul 2023 07:35:07 GMT and should not be manually modified.
This log was last generated on Wed, 12 Jul 2023 07:38:25 GMT and should not be manually modified.

<!-- Start content -->

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

Wed, 12 Jul 2023 07:38:25 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-docsite-components_v8.12.30..@fluentui/react-docsite-components_v8.12.31)

### Patches

- Bump @fluentui/react-monaco-editor to v1.7.108 ([commit](https://github.com/microsoft/fluentui/commit/61ce122207774ee3b4193d111bb061e0acd75787) by beachball)

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

Mon, 10 Jul 2023 07:35:07 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.12.30",
"version": "8.12.31",
"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.21",
"@fluentui/react-hooks": "^8.6.29",
"@fluentui/set-version": "^8.2.11",
"@fluentui/react-monaco-editor": "^1.7.107",
"@fluentui/react-monaco-editor": "^1.7.108",
"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 @@ -34,8 +34,8 @@
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/react": "^8.110.8",
"@fluentui/react-cards": "^0.205.101",
"@fluentui/react-charting": "^5.16.50",
"@fluentui/react-docsite-components": "^8.12.30",
"@fluentui/react-charting": "^5.16.51",
"@fluentui/react-docsite-components": "^8.12.31",
"@fluentui/react-experiments": "^8.14.96",
"@fluentui/react-file-type-icons": "^8.9.3",
"@fluentui/react-focus": "^8.8.30",
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": "Wed, 12 Jul 2023 07:38:25 GMT",
"tag": "@fluentui/react-monaco-editor_v1.7.108",
"version": "1.7.108",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@fluentui/react-monaco-editor",
"comment": "Bump @fluentui/react-charting to v5.16.51",
"commit": "61ce122207774ee3b4193d111bb061e0acd75787"
}
]
}
},
{
"date": "Mon, 10 Jul 2023 07:35:07 GMT",
"tag": "@fluentui/react-monaco-editor_v1.7.107",
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 Mon, 10 Jul 2023 07:35:07 GMT and should not be manually modified.
This log was last generated on Wed, 12 Jul 2023 07:38:25 GMT and should not be manually modified.

<!-- Start content -->

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

Wed, 12 Jul 2023 07:38:25 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-monaco-editor_v1.7.107..@fluentui/react-monaco-editor_v1.7.108)

### Patches

- Bump @fluentui/react-charting to v5.16.51 ([commit](https://github.com/microsoft/fluentui/commit/61ce122207774ee3b4193d111bb061e0acd75787) by beachball)

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

Mon, 10 Jul 2023 07:35:07 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.107",
"version": "1.7.108",
"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.11",
"@fluentui/monaco-editor": "^1.3.11",
"@fluentui/react-hooks": "^8.6.29",
"@fluentui/react-charting": "^5.16.50",
"@fluentui/react-charting": "^5.16.51",
"raw-loader": "4.0.2",
"react-syntax-highlighter": "^10.1.3",
"tslib": "^2.1.0"
Expand Down

0 comments on commit 1c318c5

Please sign in to comment.