Update changelog for 0.8.0 and add Lerna Changelog (#1141)

This commit is contained in:
Ville Immonen
2016-12-03 17:53:03 +02:00
committed by GitHub
parent cdd17a6914
commit e167e45a2c
4 changed files with 171 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
"private": true,
"scripts": {
"build": "node packages/react-scripts/scripts/build.js",
"changelog": "lerna-changelog",
"create-react-app": "tasks/cra.sh",
"e2e": "tasks/e2e.sh",
"postinstall": "lerna bootstrap",
@@ -17,6 +18,7 @@
"eslint-plugin-import": "1.12.0",
"eslint-plugin-jsx-a11y": "2.2.2",
"eslint-plugin-react": "6.3.0",
"lerna": "2.0.0-beta.30"
"lerna": "2.0.0-beta.30",
"lerna-changelog": "^0.2.3"
}
}