From 71287c169f59bac2b5e2480d639ca8be3f961aaa Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 10 Aug 2023 09:43:58 +0000 Subject: [PATCH] chore(release): 1.0.7 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff84d3..02bb4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 1.0.7 (2023-08-10) + + +### Bug Fixes + +* ios keyboard view ([6218d04](https://github.com/birdwingo/react-native-swipe-modal/commit/6218d0453dbd6c201ddea512ddb9e14bd9211ff3)) + ### 1.0.6 (2023-08-10) diff --git a/package-lock.json b/package-lock.json index c06ff28..6ecd912 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index 513beb1..e5506b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.6", + "version": "1.0.7", "description": "A versatile and smooth swipeable modal component for React Native applications.", "main": "src/index.tsx", "source": "src/index.tsx",