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 Nov 27, 2018
1 parent 086e841 commit 98e1f3c
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 @@ -39,7 +39,7 @@
"@microsoft/load-themed-styles": "^1.7.13",
"color-functions": "1.1.0",
"json-loader": "^0.5.7",
"office-ui-fabric-react": ">=5.131.4 <6.0.0",
"office-ui-fabric-react": ">=5.131.5 <6.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": ">=5.131.4 <6.0.0",
"office-ui-fabric-react": ">=5.131.5 <6.0.0",
"raw-loader": "^0.5.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
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 @@ -25,7 +25,7 @@
"dependencies": {
"react": "^0.14 || ^15.0.1-0 || ^16.0.0-0",
"react-dom": "^0.14 || ^15.0.1-0 || ^16.0.0-0",
"office-ui-fabric-react": ">=5.131.4 <6.0.0",
"office-ui-fabric-react": ">=5.131.5 <6.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": ">=5.131.4 <6.0.0",
"office-ui-fabric-react": ">=5.131.5 <6.0.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"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": ">=5.131.4 <6.0.0",
"office-ui-fabric-react": ">=5.131.5 <6.0.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"typescript": "2.8.1",
Expand Down
11 changes: 0 additions & 11 deletions common/changes/office-ui-fabric-react/master_2018-05-01-00-32.json

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 @@ -45,7 +45,7 @@
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.7.13",
"office-ui-fabric-react": ">=5.131.4 <6.0.0",
"office-ui-fabric-react": ">=5.131.5 <6.0.0",
"@uifabric/icons": ">=5.8.0 <6.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": "5.131.5",
"tag": "office-ui-fabric-react_v5.131.5",
"date": "Tue, 27 Nov 2018 12:25:26 GMT",
"comments": {
"patch": [
{
"author": "Junle Li <lijunle@gmail.com>",
"commit": "086e8418f1387520f8a3cf197d9876ec84e0f655",
"comment": "SpinButton: addressing onValidate, onIncrement, and onDecrement callbacks to be called correctly."
}
]
}
},
{
"version": "5.131.4",
"tag": "office-ui-fabric-react_v5.131.4",
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 Thu, 22 Nov 2018 12:22:50 GMT and should not be manually modified.
This log was last generated on Tue, 27 Nov 2018 12:25:26 GMT and should not be manually modified.

## 5.131.5
Tue, 27 Nov 2018 12:25:26 GMT

### Patches

- SpinButton: addressing onValidate, onIncrement, and onDecrement callbacks to be called correctly.

## 5.131.4
Thu, 22 Nov 2018 12:22:50 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": "5.131.4",
"version": "5.131.5",
"description": "Reusable React components for building experiences for Office 365.",
"main": "lib/index.js",
"typings": "lib-es2015/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/variants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"dependencies": {
"tslib": "^1.7.1",
"office-ui-fabric-react": ">=5.131.4 <6.0.0"
"office-ui-fabric-react": ">=5.131.5 <6.0.0"
}
}

0 comments on commit 98e1f3c

Please sign in to comment.