Skip to content

Commit

Permalink
Version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Dec 24, 2023
1 parent 6fe50f4 commit 9d27739
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ Also changed first (and now only) overlay function argument from `name` to `inde
### Fixed documentation

### Removed unused files

## 2.0.3

### Fixed documentation

In version `2.0.0` property `margin` was renamed to `gap` but documentation was not updated.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# next-gallery

[![license](https://img.shields.io/badge/license-MIT-blue.svg)]()
[![npm version](https://img.shields.io/badge/npm-v2.0.2-brightgreen)](https://www.npmjs.com/package/next-gallery)
[![npm version](https://img.shields.io/badge/npm-v2.0.3-brightgreen)](https://www.npmjs.com/package/next-gallery)

Next.js component for creating responsive image gallery

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": "next-gallery",
"version": "2.0.2",
"version": "2.0.3",
"description": "Next.js component for creating responsive image gallery",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

1 comment on commit 9d27739

@vercel
Copy link

@vercel vercel bot commented on 9d27739 Dec 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.