Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geobako committed Apr 3, 2022
1 parent c41bf9a commit 2d274db
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog

## [v1.0.2](https://github.com/georstat/react-native-image-gallery/compare/v1.0.1...v1.0.2)
## [v1.1.0](https://github.com/georstat/react-native-image-gallery/compare/v1.0.2...v1.1.0)

#### Features

- feat: add prop to disable swipe ([3f12579](https://github.com/georstat/react-native-image-gallery/commit/3f125790400bdecb0f5670c85c0f5131326ade05)).

#### Fixes

- fix: export image object type ([47ec787](https://github.com/georstat/react-native-image-gallery/commit/47ec787407e404e5c30f2e96a186a632ff17396f)).

#### Documentations

- docs: add todos ([a75f21c](https://github.com/georstat/react-native-image-gallery/commit/a75f21ca526aee6eabeefdd715d3c3a96b9540d5)).
- docs: added checkboxes on Todo ([5823f1a](https://github.com/georstat/react-native-image-gallery/commit/5823f1aa3970382a1c26da6576a76d0e690cf1aa)).
- docs: add image object type to example ([3218dab](https://github.com/georstat/react-native-image-gallery/commit/3218dab33435eaaf321ee9d0d63ed39a0a2143cb)).
- docs: add disableSwipe prop ([6f62345](https://github.com/georstat/react-native-image-gallery/commit/6f62345453b282cf4bcdf7538e3c1f3e19f3b26b)).
- docs: added missing ImageGallery import on Custom Gallery example ([7f25b2d](https://github.com/georstat/react-native-image-gallery/commit/7f25b2d77aabe5d7d068451fa3ce5c3c75fa2e1c)).

## [v1.0.2](https://github.com/georstat/react-native-image-gallery/compare/v1.0.1...v1.0.2) - 2021-11-21

#### Improvements

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": "@georstat/react-native-image-gallery",
"version": "1.0.2",
"version": "1.1.0",
"access": "public",
"description": "React Native Image Gallery with Thumbnails",
"main": "lib/commonjs/index.js",
Expand Down

0 comments on commit 2d274db

Please sign in to comment.