From 9b3f910bbba194ee1224a65c287c9777ca5f7af5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 10 Aug 2023 12:17:46 +0000 Subject: [PATCH] chore(release): 1.0.8 --- 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 02bb4cd..1121a9e 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.8 (2023-08-10) + + +### Bug Fixes + +* ios keyboard view ([4131942](https://github.com/birdwingo/react-native-swipe-modal/commit/4131942ced2136e98e28826e82b8a3067bc435bc)) + ### 1.0.7 (2023-08-10) diff --git a/package-lock.json b/package-lock.json index 6ecd912..9583584 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.7", + "version": "1.0.8", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index e5506b3..371b091 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.7", + "version": "1.0.8", "description": "A versatile and smooth swipeable modal component for React Native applications.", "main": "src/index.tsx", "source": "src/index.tsx",