Skip to content

Commit

Permalink
Upgraded React Habitat peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jennasalau committed Feb 12, 2018
1 parent ee3b336 commit 4fa5208
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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 Redux Change log


### [2.0.4]

- Upgraded React Habitat peer dependency range to include v1.0.0

### [2.0.3]

- Fixed syntax typo in readme
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-habitat-redux",
"version": "2.0.3",
"version": "2.0.4",
"description": "Brings Redux connect capabilities with React Habitat",
"main": "./lib/index.js",
"repository": {
Expand Down Expand Up @@ -64,7 +64,7 @@
"peerDependencies": {
"react": ">=15.0.0 <17.0.0",
"react-dom": ">=15.0.0 <17.0.0",
"react-habitat": "^0.6.1",
"react-habitat": ">=0.6.1 <2.0.0",
"react-redux": "^4.0.0 <6.0.0"
},
"scripts": {
Expand Down

0 comments on commit 4fa5208

Please sign in to comment.