From 004dd675e9127ff096aa4031ace087e3a3c56638 Mon Sep 17 00:00:00 2001 From: geobako Date: Sun, 21 Nov 2021 21:01:15 +0200 Subject: [PATCH] chore: release v1.0.2 --- CHANGELOG.md | 17 ++++++++++++++++- package.json | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3615f4f..5f0ef60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ # Changelog -## 1.0.1 +## [v1.0.2](https://github.com/georstat/react-native-image-gallery/compare/v1.0.1...v1.0.2) + +#### Improvements + +- chore: removed react-native-gesture-handler from peerDependencies ([47f1c5b](https://github.com/georstat/react-native-image-gallery/commit/47f1c5bedd2b58c6b885f8328434064354a6fc52)). +- chore: added .idea to .gitignore ([a1853fa](https://github.com/georstat/react-native-image-gallery/commit/a1853fa4e1c88b3621bdaf7bb8650191dca2c00a)). + +#### Fixes + +- fix: remove extra peer dependencies ([e44aac6](https://github.com/georstat/react-native-image-gallery/commit/e44aac60eb75cdf139906b75c3b90c635dca5838)). + +#### Documentations + +- docs: updated demo gifs ([5339223](https://github.com/georstat/react-native-image-gallery/commit/53392232794b3df23aa2406423ab208e57912a96)). + +## v1.0.1 - 2021-11-21 diff --git a/package.json b/package.json index 1e5341e..90f526d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@georstat/react-native-image-gallery", - "version": "1.0.1", + "version": "1.0.2", "access": "public", "description": "React Native Image Gallery with Thumbnails", "main": "lib/commonjs/index.js",