Skip to content

Commit f859d09

Browse files
committed
chore(release): 3.1.0
1 parent 11cc4b7 commit f859d09

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [3.1.0](https://github.com/dromru/react-photoswipe-gallery/compare/v3.0.2...v3.1.0) (2025-03-10)
6+
7+
8+
### Features
9+
10+
* add opportunity to pass data to photoswipe via dataSource prop ([dba42e6](https://github.com/dromru/react-photoswipe-gallery/commit/dba42e6d047228160ee021ad257b435cd07a8fd8))
11+
* provide close method for Item component and useGallery hook ([9f15635](https://github.com/dromru/react-photoswipe-gallery/commit/9f156358a39d7e37d9c3f6ecac473cba452b7d8a))
12+
513
## [3.0.2](https://github.com/dromru/react-photoswipe-gallery/compare/v3.0.1...v3.0.2) (2024-07-19)
614

715

package.json

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

0 commit comments

Comments
 (0)