From 3025bef79c7aed29ca411c714f137b05a4871996 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 7 Aug 2023 10:31:26 +0000 Subject: [PATCH] chore(release): 1.0.3 --- 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 e201350..1169db4 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.3 (2023-08-07) + + +### Bug Fixes + +* peer deps ([47f3d48](https://github.com/birdwingo/react-native-swipe-modal/commit/47f3d48da9faf9c853d3d2c24e441d732e6a86bf)) + ### 1.0.2 (2023-08-07) diff --git a/package-lock.json b/package-lock.json index 0328423..11a65d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index 34a35f1..f3d102e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.2", + "version": "1.0.3", "description": "A versatile and smooth swipeable modal component for React Native applications.", "main": "src/index.tsx", "source": "src/index.tsx",