Skip to content

Commit

Permalink
chore(release): 3.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Kondratev committed Nov 22, 2023
1 parent 725d3ff commit 8d0e509
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [3.0.0-alpha.0](https://github.com/dromru/react-photoswipe-gallery/compare/v2.2.7...v3.0.0-alpha.0) (2023-11-22)


### Features

* **item:** move set call from effect to ref callback ([63c78de](https://github.com/dromru/react-photoswipe-gallery/commit/63c78de5aeec2f69c51eda6a2c83c0a4322cf927))
* make Item ref always required ([72a1ecc](https://github.com/dromru/react-photoswipe-gallery/commit/72a1ecc0ec3b424549e8b4bec60d9a3e3ed0924a))

## [2.2.7](https://github.com/dromru/react-photoswipe-gallery/compare/v2.2.6...v2.2.7) (2023-04-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-photoswipe-gallery",
"version": "2.2.7",
"version": "3.0.0-alpha.0",
"description": "React component wrapper around PhotoSwipe",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 8d0e509

Please sign in to comment.