Skip to content

Commit 6617e74

Browse files
author
ben
committed
v0.5.0
1 parent 85e846a commit 6617e74

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# react-grid-gallery
22

3+
### v0.5.0 / 2018-06-26
4+
5+
* 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.
6+
7+
38
### v0.4.11 / 2018-04-29
49

510
* Fixed bug: propagate preloadNextImage to Lightbox [PR 78](https://github.com/benhowell/react-grid-gallery/pull/78). Thanks [ScottMRafferty](https://github.com/ScottMRafferty).

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "react-grid-gallery",
3-
"version": "0.4.11",
3+
"version": "0.5.0",
44
"description": "Justified gallery component for React.",
55
"main": "lib/Gallery.js",
66
"dependencies": {
7-
"react-images": "^0.5.6"
7+
"react-images": "^0.5.16"
88
},
99
"devDependencies": {
1010
"babel-cli": "^6.24.1",

0 commit comments

Comments
 (0)