Skip to content

Commit

Permalink
Bump version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jennasalau committed Oct 3, 2017
1 parent a836ced commit 1fcb50a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## React Habitat Change log

### [0.5.1]

- Updated support for React and React DOM v16. Thanks @nilsml
- Moved react and react dom into peerDependencies

### [0.5.0]

- Updated npm packages in examples
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-habitat",
"version": "0.5.0",
"version": "0.5.1",
"description": "A React DOM Bootstrapper designed to harmonise a hybrid application",
"main": "./lib/index.js",
"repository": {
Expand Down Expand Up @@ -58,12 +58,14 @@
"karma-polyfill": "^1.0.0",
"karma-webpack": "^1.8.0",
"prop-types": "^15.5.10",
"webpack": "^1.13.0"
},
"dependencies": {
"webpack": "^1.13.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"peerDependencies": {
"react": ">=15.0.0 <17.0.0",
"react-dom": ">=15.0.0 <17.0.0"
},
"files": [
"LICENCE.md",
"CHANGELOG.md",
Expand Down

0 comments on commit 1fcb50a

Please sign in to comment.