Skip to content

Commit 305561c

Browse files
committed
chore(release): 2.2.7
1 parent e65a139 commit 305561c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.2.7](https://github.com/dromru/react-photoswipe-gallery/compare/v2.2.6...v2.2.7) (2023-04-03)
6+
7+
8+
### Bug Fixes
9+
10+
* change useEffect to useLayoutEffect in Item component ([ed17490](https://github.com/dromru/react-photoswipe-gallery/commit/ed17490ba192ebe99480b61f04e6af4983982b55))
11+
512
## [2.2.6](https://github.com/dromru/react-photoswipe-gallery/compare/v2.2.5...v2.2.6) (2023-02-12)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-photoswipe-gallery",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"description": "React component wrapper around PhotoSwipe",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)