Skip to content

Commit

Permalink
Applying package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
OneDrive Build committed Feb 21, 2017
1 parent f8299c5 commit a8e62d5
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 92 deletions.
2 changes: 1 addition & 1 deletion apps/fabric-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"highlight.js": "^9.6.0",
"mocha": "~2.5.3",
"office-ui-fabric-core": ">=5.0.0 <6.0.0",
"office-ui-fabric-react": ">=1.10.0 <2.0.0",
"office-ui-fabric-react": ">=1.11.0 <2.0.0",
"react": ">=15.0.0 <16.0.0",
"react-addons-test-utils": "^15.1.0",
"react-dom": ">=15.0.0 <16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/fabric-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"json-loader": "^0.5.4",
"load-themed-styles": "~1.1.0",
"office-ui-fabric-core": "5.1.0",
"office-ui-fabric-react": "^1.10.0",
"office-ui-fabric-react": "^1.11.0",
"@uifabric/utilities": ">=1.0.3 <2.0.0"
}
}
2 changes: 1 addition & 1 deletion apps/ssr-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.32",
"fabric-examples": ">=1.0.0 <2.0.0",
"office-ui-fabric-react": ">=1.10.0 <2.0.0",
"office-ui-fabric-react": ">=1.11.0 <2.0.0",
"mocha": "~2.5.3",
"react": ">=15.0.0 <16.0.0",
"react-dom": ">=15.0.0 <16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"es6-promise": ">=3.2.1 <4.0.0",
"immutability-helper": "^2.0.0",
"office-ui-fabric-core": ">=5.0.1 <6.0.0",
"office-ui-fabric-react": ">=1.10.0 <2.0.0",
"office-ui-fabric-react": ">=1.11.0 <2.0.0",
"react": ">=15.3.2 <16.0.0",
"react-dom": ">=15.3.2 <16.0.0",
"typescript": "^2.0.6"
Expand Down
20 changes: 0 additions & 20 deletions common/changes/alert-dialog_2017-02-20-10-12.json

This file was deleted.

15 changes: 0 additions & 15 deletions common/changes/people-picker-button-padding_2017-02-16-17-28.json

This file was deleted.

20 changes: 0 additions & 20 deletions common/changes/toggle-fix_2017-02-21-07-02.json

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions common/changes/wdo3650-Spinner-variants_2017-02-15-21-46.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/example-app-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"gulp": "~3.9.1",
"mocha": "~2.5.3",
"office-ui-fabric-core": ">=5.0.0 <6.0.0",
"office-ui-fabric-react": ">=1.10.0 <2.0.0",
"office-ui-fabric-react": ">=1.11.0 <2.0.0",
"react": ">=15.0.0 <16.0.0",
"react-addons-test-utils": "^15.1.0",
"react-dom": ">=15.0.0 <16.0.0",
Expand Down
36 changes: 36 additions & 0 deletions packages/office-ui-fabric-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
{
"name": "office-ui-fabric-react",
"entries": [
{
"version": "1.11.0",
"tag": "office-ui-fabric-react_v1.11.0",
"date": "Tue, 21 Feb 2017 16:15:42 GMT",
"comments": {
"patch": [
{
"author": "Manish Dahamiwal <mdhamiwal@gmail.com>",
"commit": "9f28812040cd84d941a572344d47b117c716b111",
"comment": "Dialog: Accessibility fix for confirmation dialogs"
},
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "f54a87dc2bd11888df49e73dd06b12836c86d167",
"comment": "Return suggested items to original padding values, add display block to fix following space due to inline-block"
},
{
"author": "Manish Dahamiwal <mdhamiwal@gmail.com>",
"commit": "f8299c5f98d211bf985b4ecbdeed7912cfb0792b",
"comment": "Support to pass id to TextField and Toggle"
},
{
"author": "Ruslan Semenov <ruslan@rsemenov.com>",
"commit": "241a5e55b06bb4d33639a8f71c03c5d33b5fc301",
"comment": "Fix keyboard focus order in MessageBar"
}
],
"minor": [
{
"author": "William Do <do.william@yahoo.com>",
"commit": "d8084249e91b0d60e7fc42551b69bfefe692aedb",
"comment": "Deprecation of SpinnerType in favor of more semantic SpinnerSize. Extra small, small and medium variants added."
}
]
}
},
{
"version": "1.10.0",
"tag": "office-ui-fabric-react_v1.10.0",
Expand Down
16 changes: 15 additions & 1 deletion packages/office-ui-fabric-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Change Log - office-ui-fabric-react

This log was last generated on Tue, 21 Feb 2017 04:15:21 GMT and should not be manually modified.
This log was last generated on Tue, 21 Feb 2017 16:15:42 GMT and should not be manually modified.

## 1.11.0
Tue, 21 Feb 2017 16:15:42 GMT

### Minor changes

- Deprecation of SpinnerType in favor of more semantic SpinnerSize. Extra small, small and medium variants added.

### Patches

- Dialog: Accessibility fix for confirmation dialogs
- Return suggested items to original padding values, add display block to fix following space due to inline-block
- Support to pass id to TextField and Toggle
- Fix keyboard focus order in MessageBar

## 1.10.0
Tue, 21 Feb 2017 04:15:21 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": "1.10.0",
"version": "1.11.0",
"description": "Reusable React components for building experiences for Office 365.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit a8e62d5

Please sign in to comment.