Skip to content

Commit

Permalink
Applying package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
UI Fabric Build Bot committed Jun 4, 2018
1 parent 471bf4a commit f0d55bf
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 20 deletions.
2 changes: 1 addition & 1 deletion apps/fabric-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@microsoft/load-themed-styles": "^1.7.13",
"color-functions": "1.1.0",
"json-loader": "^0.5.7",
"office-ui-fabric-react": ">=6.3.0 <7.0.0",
"office-ui-fabric-react": ">=6.4.0 <7.0.0",
"tslib": "^1.7.1"
}
}
2 changes: 1 addition & 1 deletion apps/ssr-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/mocha": "2.2.39",
"@types/webpack-env": "1.13.0",
"mocha": "^3.3.0",
"office-ui-fabric-react": ">=6.3.0 <7.0.0",
"office-ui-fabric-react": ">=6.4.0 <7.0.0",
"raw-loader": "^0.5.1",
"react": ">=16.3.2-0 <17.0.0",
"react-dom": ">=16.3.2-0 <17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/test-bundle-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"react": ">=16.3.2-0 <17.0.0",
"react-dom": ">=16.3.2-0 <17.0.0",
"office-ui-fabric-react": ">=6.3.0 <7.0.0",
"office-ui-fabric-react": ">=6.4.0 <7.0.0",
"tslib": "^1.7.1"
}
}
2 changes: 1 addition & 1 deletion apps/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@microsoft/load-themed-styles": "^1.7.13",
"es6-promise": "^4.1.0",
"immutability-helper": "^2.6.4",
"office-ui-fabric-react": ">=6.3.0 <7.0.0",
"office-ui-fabric-react": ">=6.4.0 <7.0.0",
"react": ">=16.3.2-0 <17.0.0",
"react-dom": ">=16.3.2-0 <17.0.0",
"typescript": "2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/vr-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"storybook-readme": "=3.0.6"
},
"dependencies": {
"office-ui-fabric-react": ">=6.3.0 <7.0.0",
"office-ui-fabric-react": ">=6.4.0 <7.0.0",
"react": ">=16.3.2-0 <17.0.0",
"react-dom": ">=16.3.2-0 <17.0.0",
"typescript": "2.8.1",
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion packages/experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.7.13",
"office-ui-fabric-react": ">=6.3.0 <7.0.0",
"office-ui-fabric-react": ">=6.4.0 <7.0.0",
"@uifabric/icons": ">=6.0.0 <7.0.0",
"prop-types": "^15.5.10",
"tslib": "^1.7.1"
Expand Down
14 changes: 14 additions & 0 deletions packages/office-ui-fabric-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"name": "office-ui-fabric-react",
"entries": [
{
"version": "6.4.0",
"tag": "office-ui-fabric-react_v6.4.0",
"date": "Mon, 04 Jun 2018 18:50:06 GMT",
"comments": {
"minor": [
{
"author": "jspurlin <jspurlin@microsoft.com>",
"commit": "471bf4a404b2732ca1e83e7e64158957aa178413",
"comment": "Revert PR 4897"
}
]
}
},
{
"version": "6.3.0",
"tag": "office-ui-fabric-react_v6.3.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/office-ui-fabric-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - office-ui-fabric-react

This log was last generated on Mon, 04 Jun 2018 10:16:13 GMT and should not be manually modified.
This log was last generated on Mon, 04 Jun 2018 18:50:06 GMT and should not be manually modified.

## 6.4.0
Mon, 04 Jun 2018 18:50:06 GMT

### Minor changes

- Revert PR 4897

## 6.3.0
Mon, 04 Jun 2018 10:16:13 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/office-ui-fabric-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "office-ui-fabric-react",
"version": "6.3.0",
"version": "6.4.0",
"description": "Reusable React components for building experiences for Office 365.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/variants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"dependencies": {
"tslib": "^1.7.1",
"office-ui-fabric-react": ">=6.3.0 <7.0.0"
"office-ui-fabric-react": ">=6.4.0 <7.0.0"
}
}

0 comments on commit f0d55bf

Please sign in to comment.