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 Sep 10, 2020
1 parent ffb105d commit ad0ebb5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 12 deletions.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/charting/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@uifabric/charting",
"entries": [
{
"date": "Thu, 10 Sep 2020 12:23:32 GMT",
"tag": "@uifabric/charting_v4.0.0",
"version": "4.0.0",
"comments": {
"major": [
{
"comment": "Vertical stacked bar chart combined callout and other tweaks",
"author": "[email protected]",
"commit": "df56f468742c728e62d06a3934d3cef329969b1f",
"package": "@uifabric/charting"
}
]
}
},
{
"date": "Thu, 10 Sep 2020 01:20:26 GMT",
"tag": "@uifabric/charting_v3.6.2",
Expand Down
11 changes: 10 additions & 1 deletion packages/charting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @uifabric/charting

This log was last generated on Thu, 10 Sep 2020 01:20:26 GMT and should not be manually modified.
This log was last generated on Thu, 10 Sep 2020 12:23:32 GMT and should not be manually modified.

<!-- Start content -->

## [4.0.0](https://github.com/microsoft/fluentui/tree/@uifabric/charting_v4.0.0)

Thu, 10 Sep 2020 12:23:32 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@uifabric/charting_v3.6.2..@uifabric/charting_v4.0.0)

### Major changes

- Vertical stacked bar chart combined callout and other tweaks ([PR #14912](https://github.com/microsoft/fluentui/pull/14912) by [email protected])

## [3.6.2](https://github.com/microsoft/fluentui/tree/@uifabric/charting_v3.6.2)

Thu, 10 Sep 2020 01:20:26 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/charting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uifabric/charting",
"version": "3.6.2",
"version": "4.0.0",
"description": "Experimental React charting components for building experiences for Microsoft 365.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/examples",
"version": "0.3.10",
"version": "0.3.11",
"description": "Example code and docs for Fluent UI packages.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@microsoft/load-themed-styles": "^1.10.26",
"@uifabric/api-docs": "^7.5.7",
"@uifabric/azure-themes": "^7.5.7",
"@uifabric/charting": "^3.6.2",
"@uifabric/charting": "^4.0.0",
"@uifabric/date-time": "^7.17.5",
"@uifabric/example-app-base": "^7.15.7",
"@uifabric/example-data": "^7.1.3",
Expand Down

0 comments on commit ad0ebb5

Please sign in to comment.