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 Oct 15, 2020
1 parent 8828fdc commit 172f334
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 28 deletions.
2 changes: 1 addition & 1 deletion apps/a11y-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"update-snapshots": "just-scripts jest -u"
},
"dependencies": {
"@uifabric/fabric-website-resources": "^7.8.32",
"@uifabric/fabric-website-resources": "^7.8.33",
"axe-core": "^3.2.2",
"axe-puppeteer": "^1.0.0",
"axe-sarif-converter": "^2.0.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/fabric-website-resources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uifabric/fabric-website-resources",
"version": "7.8.32",
"version": "7.8.33",
"description": "Fluent UI React local demo app",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"react-dom": "16.8.6"
},
"dependencies": {
"@fluentui/react-examples": "^0.6.5",
"@fluentui/react-examples": "^0.6.6",
"@microsoft/load-themed-styles": "^1.10.26",
"@uifabric/api-docs": "^7.5.29",
"@uifabric/azure-themes": "^7.5.29",
Expand Down
6 changes: 3 additions & 3 deletions apps/fabric-website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uifabric/fabric-website",
"version": "7.15.32",
"version": "7.15.33",
"description": "The official website for the Fluent UI project.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -40,13 +40,13 @@
"write-file-webpack-plugin": "^4.1.0"
},
"dependencies": {
"@fluentui/react-examples": "^0.6.5",
"@fluentui/react-examples": "^0.6.6",
"@fluentui/theme": "^1.5.0",
"@microsoft/load-themed-styles": "^1.10.26",
"@uifabric/api-docs": "^7.5.29",
"@uifabric/example-app-base": "^7.15.28",
"@uifabric/experiments": "^7.33.12",
"@uifabric/fabric-website-resources": "^7.8.32",
"@uifabric/fabric-website-resources": "^7.8.33",
"@uifabric/file-type-icons": "^7.6.13",
"@uifabric/icons": "^7.5.11",
"@uifabric/set-version": "^7.0.23",
Expand Down
2 changes: 1 addition & 1 deletion apps/ssr-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/mocha": "^7.0.2",
"@types/webpack-env": "1.15.1",
"@uifabric/build": "^7.0.0",
"@uifabric/fabric-website-resources": "^7.8.32",
"@uifabric/fabric-website-resources": "^7.8.33",
"just-scripts-utils": "^0.8.3",
"mocha": "^3.3.0",
"office-ui-fabric-react": "^7.146.2",
Expand Down

This file was deleted.

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, 15 Oct 2020 12:23:11 GMT",
"tag": "@uifabric/charting_v4.7.2",
"version": "4.7.2",
"comments": {
"patch": [
{
"comment": "Vertical stacked bar chart uncaught type error fixed. Minor edits to margins",
"author": "v-jasha@microsoft.com",
"commit": "8828fdca589a3b4f9119798fb806163e29961a41",
"package": "@uifabric/charting"
}
]
}
},
{
"date": "Tue, 13 Oct 2020 12:26:33 GMT",
"tag": "@uifabric/charting_v4.7.0",
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 Tue, 13 Oct 2020 12:26:33 GMT and should not be manually modified.
This log was last generated on Thu, 15 Oct 2020 12:23:11 GMT and should not be manually modified.

<!-- Start content -->

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

Thu, 15 Oct 2020 12:23:11 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@uifabric/charting_v4.7.0..@uifabric/charting_v4.7.2)

### Patches

- Vertical stacked bar chart uncaught type error fixed. Minor edits to margins ([PR #15447](https://github.com/microsoft/fluentui/pull/15447) by v-jasha@microsoft.com)

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

Tue, 13 Oct 2020 12:26:33 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": "4.7.1",
"version": "4.7.2",
"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-examples/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-examples",
"entries": [
{
"date": "Thu, 15 Oct 2020 12:23:11 GMT",
"tag": "@fluentui/react-examples_v0.6.6",
"version": "0.6.6",
"comments": {
"patch": [
{
"comment": "Vertical stacked bar chart styled examples code updated.",
"author": "v-jasha@microsoft.com",
"commit": "8828fdca589a3b4f9119798fb806163e29961a41",
"package": "@fluentui/react-examples"
}
]
}
},
{
"date": "Tue, 13 Oct 2020 12:26:33 GMT",
"tag": "@fluentui/react-examples_v0.6.4",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-examples

This log was last generated on Tue, 13 Oct 2020 12:26:33 GMT and should not be manually modified.
This log was last generated on Thu, 15 Oct 2020 12:23:11 GMT and should not be manually modified.

<!-- Start content -->

## [0.6.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-examples_v0.6.6)

Thu, 15 Oct 2020 12:23:11 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-examples_v0.6.4..@fluentui/react-examples_v0.6.6)

### Patches

- Vertical stacked bar chart styled examples code updated. ([PR #15447](https://github.com/microsoft/fluentui/pull/15447) by v-jasha@microsoft.com)

## [0.6.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-examples_v0.6.4)

Tue, 13 Oct 2020 12:26:33 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/react-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-examples",
"version": "0.6.5",
"version": "0.6.6",
"description": "Example code and docs for Fluent UI packages.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@microsoft/load-themed-styles": "^1.10.26",
"@uifabric/api-docs": "^7.5.29",
"@uifabric/azure-themes": "^7.5.29",
"@uifabric/charting": "^4.7.1",
"@uifabric/charting": "^4.7.2",
"@uifabric/date-time": "^7.17.26",
"@uifabric/example-app-base": "^7.15.28",
"@uifabric/example-data": "^7.1.5",
Expand Down

0 comments on commit 172f334

Please sign in to comment.