From 6a06331c483d4cccc2cf3c8e30bb7a11499867ab Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 16 Aug 2023 07:04:30 +0000 Subject: [PATCH] chore(release): 1.0.10 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8503f40..e952ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.10 (2023-08-16) + ### 1.0.9 (2023-08-15) ### 1.0.8 (2023-08-10) diff --git a/package-lock.json b/package-lock.json index 5a84119..88b9a62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.9", + "version": "1.0.10", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index 7945531..4691861 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.9", + "version": "1.0.10", "description": "A versatile and smooth swipeable modal component for React Native applications.", "main": "src/index.tsx", "source": "src/index.tsx",