Skip to content

Commit

Permalink
5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdir committed Nov 10, 2016
1 parent 2ff3fc7 commit b715286
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [5.0.4] - 2016-11-09
### Changes
- Use `ladda` as a dependency instead of a peerDependency

## [5.0.1] - 2016-09-22
### Changed
- Support `[email protected]`
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ladda",
"version": "5.0.3",
"version": "5.0.4",
"description": "React wrapper for Ladda buttons",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,6 +25,9 @@
"url": "https://github.com/jsdir/react-ladda/issues"
},
"homepage": "https://github.com/jsdir/react-ladda#readme",
"dependencies": {
"ladda": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-eslint": "^6.1.2",
Expand All @@ -43,18 +46,15 @@
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"jsdom": "^8.0.1",
"ladda": "^1.0.0",
"mocha": "^2.4.5",
"react-addons-test-utils": "^15.3.1",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
},
"peerDependencies": {
"sinon-chai": "^2.8.0",
"react": "^0.14.0 || ^15.0.0",
"ladda": "^1.0.0"
"react-dom": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.8 || ^15.0.0"
"react-dom": "^0.14.0 || ^15.0.0"
}
}

0 comments on commit b715286

Please sign in to comment.