Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions apps/fabric-website/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
{
"name": "@uifabric/fabric-website",
"entries": [
{
"version": "5.5.0",
"tag": "@uifabric/fabric-website_v5.5.0",
"date": "Mon, 19 Mar 2018 10:27:55 GMT",
"comments": {
"patch": [
{
"author": "Mark Polak <mark@thedutchies.com>",
"commit": "882c389076125182e5703ad5eb64ae178546f6c4",
"comment": "Use arrow function properties instead of @autobind"
}
],
"minor": [
{
"author": "lynamemi <lynam.emily@gmail.com>",
"commit": "e3a40d52e73af6e5a0062452e550f1b066c851c2",
"comment": "ThemePrimary: Updating this color along with an Office branding update."
}
],
"dependency": [
{
"comment": "Updating dependency \"office-ui-fabric-react\" from `>=5.64.4 <6.0.0` to `>=5.65.0 <6.0.0`"
}
]
}
},
{
"version": "5.4.0",
"tag": "@uifabric/fabric-website_v5.4.0",
Expand Down
13 changes: 12 additions & 1 deletion apps/fabric-website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log - @uifabric/fabric-website

This log was last generated on Wed, 14 Mar 2018 10:28:26 GMT and should not be manually modified.
This log was last generated on Mon, 19 Mar 2018 10:27:55 GMT and should not be manually modified.

## 5.5.0
Mon, 19 Mar 2018 10:27:55 GMT

### Minor changes

- ThemePrimary: Updating this color along with an Office branding update.

### Patches

- Use arrow function properties instead of @autobind

## 5.4.0
Wed, 14 Mar 2018 10:28:26 GMT
Expand Down
4 changes: 2 additions & 2 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": "5.4.0",
"version": "5.5.0",
"description": "Reusable React components for building experiences for Office 365.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down 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.64.4 <6.0.0",
"office-ui-fabric-react": ">=5.65.0 <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.64.4 <6.0.0",
"office-ui-fabric-react": ">=5.65.0 <6.0.0",
"raw-loader": "^0.5.1",
"react": "^16.2.0",
"react-dom": "^16.2.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 @@ -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.64.4 <6.0.0",
"office-ui-fabric-react": ">=5.65.0 <6.0.0",
"tslib": "^1.7.1"
}
}
19 changes: 19 additions & 0 deletions apps/todo-app/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
{
"name": "todo-app",
"entries": [
{
"version": "5.0.2",
"tag": "todo-app_v5.0.2",
"date": "Mon, 19 Mar 2018 10:27:55 GMT",
"comments": {
"patch": [
{
"author": "Mark Polak <mark@thedutchies.com>",
"commit": "882c389076125182e5703ad5eb64ae178546f6c4",
"comment": "Use arrow function properties instead of @autobind"
}
],
"dependency": [
{
"comment": "Updating dependency \"office-ui-fabric-react\" from `>=5.64.4 <6.0.0` to `>=5.65.0 <6.0.0`"
}
]
}
},
{
"version": "5.0.1",
"tag": "todo-app_v5.0.1",
Expand Down
9 changes: 8 additions & 1 deletion apps/todo-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - todo-app

This log was last generated on Mon, 12 Mar 2018 06:29:20 GMT and should not be manually modified.
This log was last generated on Mon, 19 Mar 2018 10:27:55 GMT and should not be manually modified.

## 5.0.2
Mon, 19 Mar 2018 10:27:55 GMT

### Patches

- Use arrow function properties instead of @autobind

## 5.0.1
Mon, 12 Mar 2018 06:29:20 GMT
Expand Down
4 changes: 2 additions & 2 deletions apps/todo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "todo-app",
"description": "Sample todo app using office-ui-fabric-react.",
"version": "5.0.1",
"version": "5.0.2",
"private": true,
"scripts": {
"build": "node ../../scripts/build.js",
Expand All @@ -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.64.4 <6.0.0",
"office-ui-fabric-react": ">=5.65.0 <6.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"typescript": "2.7.2",
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.64.4 <6.0.0",
"office-ui-fabric-react": ">=5.65.0 <6.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"typescript": "2.7.2",
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.

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.

11 changes: 0 additions & 11 deletions common/changes/todo-app/retire-autobind_2018-03-17-15-50.json

This file was deleted.

29 changes: 29 additions & 0 deletions packages/example-app-base/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
{
"name": "@uifabric/example-app-base",
"entries": [
{
"version": "5.4.0",
"tag": "@uifabric/example-app-base_v5.4.0",
"date": "Mon, 19 Mar 2018 10:27:55 GMT",
"comments": {
"patch": [
{
"author": "Mark Polak <mark@thedutchies.com>",
"commit": "882c389076125182e5703ad5eb64ae178546f6c4",
"comment": "Use arrow function properties instead of @autobind"
}
],
"minor": [
{
"author": "lynamemi <lynam.emily@gmail.com>",
"commit": "e3a40d52e73af6e5a0062452e550f1b066c851c2",
"comment": "ThemePrimary: Updating this color along with an Office branding update."
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=5.19.1 <6.0.0` to `>=5.20.0 <6.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/utilities\" from `>=5.18.2 <6.0.0` to `>=5.18.3 <6.0.0`"
}
]
}
},
{
"version": "5.3.0",
"tag": "@uifabric/example-app-base_v5.3.0",
Expand Down
Loading