Skip to content

Commit 8d0e509

Browse files
author
Maxim Kondratev
committed
chore(release): 3.0.0-alpha.0
1 parent 725d3ff commit 8d0e509

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.0.0-alpha.0](https://github.com/dromru/react-photoswipe-gallery/compare/v2.2.7...v3.0.0-alpha.0) (2023-11-22)
6+
7+
8+
### Features
9+
10+
* **item:** move set call from effect to ref callback ([63c78de](https://github.com/dromru/react-photoswipe-gallery/commit/63c78de5aeec2f69c51eda6a2c83c0a4322cf927))
11+
* make Item ref always required ([72a1ecc](https://github.com/dromru/react-photoswipe-gallery/commit/72a1ecc0ec3b424549e8b4bec60d9a3e3ed0924a))
12+
513
## [2.2.7](https://github.com/dromru/react-photoswipe-gallery/compare/v2.2.6...v2.2.7) (2023-04-03)
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": "2.2.7",
3+
"version": "3.0.0-alpha.0",
44
"description": "React component wrapper around PhotoSwipe",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)