Skip to content

Commit 2d274db

Browse files
committed
chore: release v1.1.0
1 parent c41bf9a commit 2d274db

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22

3-
## [v1.0.2](https://github.com/georstat/react-native-image-gallery/compare/v1.0.1...v1.0.2)
3+
## [v1.1.0](https://github.com/georstat/react-native-image-gallery/compare/v1.0.2...v1.1.0)
4+
5+
#### Features
6+
7+
- feat: add prop to disable swipe ([3f12579](https://github.com/georstat/react-native-image-gallery/commit/3f125790400bdecb0f5670c85c0f5131326ade05)).
8+
9+
#### Fixes
10+
11+
- fix: export image object type ([47ec787](https://github.com/georstat/react-native-image-gallery/commit/47ec787407e404e5c30f2e96a186a632ff17396f)).
12+
13+
#### Documentations
14+
15+
- docs: add todos ([a75f21c](https://github.com/georstat/react-native-image-gallery/commit/a75f21ca526aee6eabeefdd715d3c3a96b9540d5)).
16+
- docs: added checkboxes on Todo ([5823f1a](https://github.com/georstat/react-native-image-gallery/commit/5823f1aa3970382a1c26da6576a76d0e690cf1aa)).
17+
- docs: add image object type to example ([3218dab](https://github.com/georstat/react-native-image-gallery/commit/3218dab33435eaaf321ee9d0d63ed39a0a2143cb)).
18+
- docs: add disableSwipe prop ([6f62345](https://github.com/georstat/react-native-image-gallery/commit/6f62345453b282cf4bcdf7538e3c1f3e19f3b26b)).
19+
- docs: added missing ImageGallery import on Custom Gallery example ([7f25b2d](https://github.com/georstat/react-native-image-gallery/commit/7f25b2d77aabe5d7d068451fa3ce5c3c75fa2e1c)).
20+
21+
## [v1.0.2](https://github.com/georstat/react-native-image-gallery/compare/v1.0.1...v1.0.2) - 2021-11-21
422

523
#### Improvements
624

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@georstat/react-native-image-gallery",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"access": "public",
55
"description": "React Native Image Gallery with Thumbnails",
66
"main": "lib/commonjs/index.js",

0 commit comments

Comments
 (0)