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 Jun 23, 2020
1 parent e953ea6 commit 112b61c
Show file tree
Hide file tree
Showing 25 changed files with 138 additions and 77 deletions.
4 changes: 2 additions & 2 deletions apps/perf-test/package.json
Expand Up @@ -24,8 +24,8 @@
"lodash": "^4.17.15"
},
"dependencies": {
"@fluentui/react-button": "^0.3.7",
"@fluentui/react-next": "^8.0.0-alpha.46",
"@fluentui/react-button": "^0.4.0",
"@fluentui/react-next": "^8.0.0-alpha.47",
"@uifabric/set-version": "^7.0.13",
"@uifabric/example-app-base": "^7.12.81",
"@uifabric/experiments": "^7.26.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/pr-deploy-site/package.json
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"@fluentui/docs": "^0.50.0",
"@uifabric/charting": "^2.3.2",
"@uifabric/charting": "^2.3.3",
"@uifabric/date-time": "^7.9.1",
"@uifabric/experiments": "^7.26.6",
"@uifabric/fabric-website": "^7.10.73",
Expand Down
4 changes: 2 additions & 2 deletions apps/test-bundles/package.json
Expand Up @@ -30,9 +30,9 @@
},
"dependencies": {
"@fluentui/keyboard-key": "^0.2.1",
"@fluentui/react-button": "^0.3.7",
"@fluentui/react-button": "^0.4.0",
"@fluentui/react-compose": "^0.11.3",
"@fluentui/react-next": "^8.0.0-alpha.46",
"@fluentui/react-next": "^8.0.0-alpha.47",
"@uifabric/experiments": "^7.26.6",
"@uifabric/set-version": "^7.0.13",
"@uifabric/styling": "^7.13.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/vr-tests/package.json
Expand Up @@ -14,8 +14,8 @@
"test": "just-scripts test"
},
"dependencies": {
"@fluentui/react-button": "^0.3.7",
"@fluentui/react-next": "^8.0.0-alpha.46",
"@fluentui/react-button": "^0.4.0",
"@fluentui/react-next": "^8.0.0-alpha.47",
"@uifabric/example-data": "^7.0.15",
"@uifabric/experiments": "^7.26.6",
"@uifabric/react-cards": "^0.109.101",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

21 changes: 21 additions & 0 deletions packages/charting/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@uifabric/charting",
"entries": [
{
"date": "Tue, 23 Jun 2020 12:41:54 GMT",
"tag": "@uifabric/charting_v2.3.3",
"version": "2.3.3",
"comments": {
"patch": [
{
"comment": "LineChart: import find from office-ui-fabric-react/lib/Utilities to support IE11",
"author": "v-gorraj@microsoft.com",
"commit": "3fb9b1b94b9e6704fba625f416b39722d56820c8",
"package": "@uifabric/charting"
},
{
"comment": "HorizontalBarChart: Add keyboard accessability",
"author": "v-gorraj@microsoft.com",
"commit": "039cf12124d228f15af2d7a77470a843d9149478",
"package": "@uifabric/charting"
}
]
}
},
{
"date": "Mon, 22 Jun 2020 12:42:16 GMT",
"tag": "@uifabric/charting_v2.3.2",
Expand Down
12 changes: 11 additions & 1 deletion packages/charting/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @uifabric/charting

This log was last generated on Mon, 22 Jun 2020 12:42:16 GMT and should not be manually modified.
This log was last generated on Tue, 23 Jun 2020 12:41:54 GMT and should not be manually modified.

<!-- Start content -->

## [2.3.3](https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.3)

Tue, 23 Jun 2020 12:41:54 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@uifabric/charting_v2.3.2..@uifabric/charting_v2.3.3)

### Patches

- LineChart: import find from office-ui-fabric-react/lib/Utilities to support IE11 ([PR #13683](https://github.com/microsoft/fluentui/pull/13683) by v-gorraj@microsoft.com)
- HorizontalBarChart: Add keyboard accessability ([PR #13706](https://github.com/microsoft/fluentui/pull/13706) by v-gorraj@microsoft.com)

## [2.3.2](https://github.com/microsoft/fluentui/tree/@uifabric/charting_v2.3.2)

Mon, 22 Jun 2020 12:42:16 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/charting/package.json
@@ -1,6 +1,6 @@
{
"name": "@uifabric/charting",
"version": "2.3.2",
"version": "2.3.3",
"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
@@ -1,6 +1,6 @@
{
"name": "@fluentui/examples",
"version": "0.1.83",
"version": "0.1.84",
"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.3.2",
"@uifabric/azure-themes": "^7.1.29",
"@uifabric/charting": "^2.3.2",
"@uifabric/charting": "^2.3.3",
"@uifabric/date-time": "^7.9.1",
"@uifabric/example-app-base": "^7.12.81",
"@uifabric/example-data": "^7.0.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/fluentui/react-theming/package.json
Expand Up @@ -26,7 +26,7 @@
"test": "just-scripts test"
},
"dependencies": {
"@fluentui/react-theme-provider": "^0.2.2",
"@fluentui/react-theme-provider": "^0.3.0",
"@types/classnames": "^2.2.9",
"@types/jss": "^9.5.8",
"@uifabric/merge-styles": "^7.14.1",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-button/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-button",
"entries": [
{
"date": "Tue, 23 Jun 2020 12:41:54 GMT",
"tag": "@fluentui/react-button_v0.4.0",
"version": "0.4.0",
"comments": {
"minor": [
{
"comment": "Button: Mixing style coming from slotProps.",
"author": "humbertomakotomorimoto@gmail.com",
"commit": "01f6a1cb03f18e26d80c75998794dbeffbe326fc",
"package": "@fluentui/react-button"
}
]
}
},
{
"date": "Mon, 22 Jun 2020 12:42:16 GMT",
"tag": "@fluentui/react-button_v0.3.7",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-button/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-button

This log was last generated on Mon, 22 Jun 2020 12:42:16 GMT and should not be manually modified.
This log was last generated on Tue, 23 Jun 2020 12:41:54 GMT and should not be manually modified.

<!-- Start content -->

## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.4.0)

Tue, 23 Jun 2020 12:41:54 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.7..@fluentui/react-button_v0.4.0)

### Minor changes

- Button: Mixing style coming from slotProps. ([PR #13723](https://github.com/microsoft/fluentui/pull/13723) by humbertomakotomorimoto@gmail.com)

## [0.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.7)

Mon, 22 Jun 2020 12:42:16 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/react-button/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-button",
"version": "0.3.7",
"version": "0.4.0",
"description": "Fluent UI React Button component.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@fluentui/react-compose": "^0.11.3",
"@fluentui/react-icons": "^0.1.29",
"@fluentui/react-theme-provider": "^0.2.2",
"@fluentui/react-theme-provider": "^0.3.0",
"@microsoft/load-themed-styles": "^1.10.26",
"@uifabric/react-hooks": "^7.4.7",
"@uifabric/set-version": "^7.0.13",
Expand Down
27 changes: 27 additions & 0 deletions packages/react-next/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-next",
"entries": [
{
"date": "Tue, 23 Jun 2020 12:41:54 GMT",
"tag": "@fluentui/react-next_v8.0.0-alpha.47",
"version": "8.0.0-alpha.47",
"comments": {
"prerelease": [
{
"comment": "Copy Persona component code to react-next project for migration",
"author": "miclo@microsoft.com",
"commit": "b8b74099659fba313055bb2a4440c88a9ad59196",
"package": "@fluentui/react-next"
},
{
"comment": "SelectedItemsList: Copy code to react-next to stage migration",
"author": "miclo@microsoft.com",
"commit": "893a8bdefcec5abc608f143b6eff31e66159893a",
"package": "@fluentui/react-next"
},
{
"comment": "Fix incorrect button imports",
"author": "xgao@microsoft.com",
"commit": "d58f1c2f8d9555a01e2a521f1d4542a301b31b97",
"package": "@fluentui/react-next"
}
]
}
},
{
"date": "Mon, 22 Jun 2020 12:42:16 GMT",
"tag": "@fluentui/react-next_v8.0.0-alpha.46",
Expand Down
13 changes: 12 additions & 1 deletion packages/react-next/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-next

This log was last generated on Mon, 22 Jun 2020 12:42:16 GMT and should not be manually modified.
This log was last generated on Tue, 23 Jun 2020 12:41:54 GMT and should not be manually modified.

<!-- Start content -->

## [8.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-next_v8.0.0-alpha.47)

Tue, 23 Jun 2020 12:41:54 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-next_v8.0.0-alpha.46..@fluentui/react-next_v8.0.0-alpha.47)

### Changes

- Copy Persona component code to react-next project for migration ([PR #13510](https://github.com/microsoft/fluentui/pull/13510) by miclo@microsoft.com)
- SelectedItemsList: Copy code to react-next to stage migration ([PR #13630](https://github.com/microsoft/fluentui/pull/13630) by miclo@microsoft.com)
- Fix incorrect button imports ([PR #13747](https://github.com/microsoft/fluentui/pull/13747) by xgao@microsoft.com)

## [8.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-next_v8.0.0-alpha.46)

Mon, 22 Jun 2020 12:42:16 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/react-next/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-next",
"version": "8.0.0-alpha.46",
"version": "8.0.0-alpha.47",
"beachball": {
"disallowedChangeTypes": [
"patch",
Expand Down Expand Up @@ -56,10 +56,10 @@
"storybook-addon-performance": "^0.9.0"
},
"dependencies": {
"@fluentui/react-button": "^0.3.7",
"@fluentui/react-button": "^0.4.0",
"@fluentui/react-compose": "^0.11.3",
"@fluentui/react-focus": "^7.12.10",
"@fluentui/react-theme-provider": "^0.2.2",
"@fluentui/react-theme-provider": "^0.3.0",
"@uifabric/icons": "^7.3.53",
"@uifabric/merge-styles": "^7.14.1",
"@uifabric/react-hooks": "^7.4.7",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-theme-provider/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-theme-provider",
"entries": [
{
"date": "Tue, 23 Jun 2020 12:41:54 GMT",
"tag": "@fluentui/react-theme-provider_v0.3.0",
"version": "0.3.0",
"comments": {
"minor": [
{
"comment": "Adding getStylesFromOptionsAndProps method to calculate the correct value for the style prop.",
"author": "humbertomakotomorimoto@gmail.com",
"commit": "01f6a1cb03f18e26d80c75998794dbeffbe326fc",
"package": "@fluentui/react-theme-provider"
}
]
}
},
{
"date": "Tue, 16 Jun 2020 17:35:36 GMT",
"tag": "@fluentui/react-theme-provider_v0.2.1",
Expand Down
11 changes: 10 additions & 1 deletion packages/react-theme-provider/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-theme-provider

This log was last generated on Fri, 12 Jun 2020 18:29:07 GMT and should not be manually modified.
This log was last generated on Tue, 23 Jun 2020 12:41:54 GMT and should not be manually modified.

<!-- Start content -->

## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-provider_v0.3.0)

Tue, 23 Jun 2020 12:41:54 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-provider_v0.2.1..@fluentui/react-theme-provider_v0.3.0)

### Minor changes

- Adding getStylesFromOptionsAndProps method to calculate the correct value for the style prop. ([PR #13723](https://github.com/microsoft/fluentui/pull/13723) by humbertomakotomorimoto@gmail.com)

## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-provider_v0.2.0)

Fri, 12 Jun 2020 18:29:07 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/react-theme-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-theme-provider",
"version": "0.2.2",
"version": "0.3.0",
"description": "Fluent UI React theme provider component, hook, and theme related utilities.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit 112b61c

Please sign in to comment.