Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benhowell committed Jun 25, 2018
1 parent 85e846a commit 6617e74
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-grid-gallery

### 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.


### v0.4.11 / 2018-04-29

* Fixed bug: propagate preloadNextImage to Lightbox [PR 78](https://github.com/benhowell/react-grid-gallery/pull/78). Thanks [ScottMRafferty](https://github.com/ScottMRafferty).
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "react-grid-gallery",
"version": "0.4.11",
"version": "0.5.0",
"description": "Justified gallery component for React.",
"main": "lib/Gallery.js",
"dependencies": {
"react-images": "^0.5.6"
"react-images": "^0.5.16"
},
"devDependencies": {
"babel-cli": "^6.24.1",
Expand Down

0 comments on commit 6617e74

Please sign in to comment.