From 2f830c5a23bf08bfbb1fbdf868c7b9a13731220e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 10 Aug 2024 15:18:51 +0000 Subject: [PATCH] chore(release): 1.2.3 --- 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 7f1f22e..e364490 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.2.3 (2024-08-10) + ### 1.2.2 (2024-07-30) ### 1.2.1 (2024-05-29) diff --git a/package-lock.json b/package-lock.json index c166c20..44bae68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index 6705931..0060ccb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.2.2", + "version": "1.2.3", "description": "A versatile and smooth swipeable modal component for React Native applications.", "main": "src/index.tsx", "source": "src/index.tsx",