Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Kondratev committed Dec 5, 2023
1 parent 85bccd3 commit bdfd5be
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](https://github.com/dromru/react-photoswipe-gallery/compare/v2.2.7...v3.0.0) (2023-12-05)


### Features

* **item:** move set call from effect to ref callback ([a5f7aa2](https://github.com/dromru/react-photoswipe-gallery/commit/a5f7aa24a1543b3e7121e06a33d8e20c7a714846))
* make Item ref always required ([64464e7](https://github.com/dromru/react-photoswipe-gallery/commit/64464e7ea7b3283d2130c533818460107afa6e4b))

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


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": "3.0.0-alpha.0",
"version": "3.0.0",
"description": "React component wrapper around PhotoSwipe",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit bdfd5be

Please sign in to comment.