Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benhowell committed Jun 29, 2018
1 parent 6617e74 commit ac20bf2
Show file tree
Hide file tree
Showing 2 changed files with 9 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-grid-gallery

### v0.5.1 / 2018-06-29

* Moved prop-types dependency from dev dependencies to dependencies


### v0.5.0 / 2018-06-26

* Bumped [react-images](https://github.com/jossmac/react-images) to 0.5.16 to address [issue #83](https://github.com/benhowell/react-grid-gallery/issues/83). See https://github.com/jossmac/react-images/pull/172 for details.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "react-grid-gallery",
"version": "0.5.0",
"version": "0.5.1",
"description": "Justified gallery component for React.",
"main": "lib/Gallery.js",
"dependencies": {
"react-images": "^0.5.16"
"react-images": "^0.5.16",
"prop-types": "^15.5.8"
},
"devDependencies": {
"babel-cli": "^6.24.1",
Expand All @@ -25,8 +26,7 @@
"run-sequence": "^1.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"prop-types": "^15.5.8"
"watchify": "^3.7.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ac20bf2

Please sign in to comment.