Skip to content

Commit

Permalink
Update version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Oct 26, 2024
1 parent ad16b23 commit b2b4db5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ In version `2.0.0` property `margin` was renamed to `gap` but documentation was
### Add `nextImageProps` to `Image` type

`Image` type now has additional property `nextImageProps` which allows to pass additional props to nextjs' `Image` component

## 2.1.1

### Fix invalid size calculation for next Image component
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-gallery",
"version": "2.1.0",
"version": "2.1.1",
"description": "Next.js component for creating responsive image gallery",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit b2b4db5

Please sign in to comment.