From 2d4b3fb426952027d17e3b9367d38a89a7b9e6a2 Mon Sep 17 00:00:00 2001 From: Moeen Mahmud <61315959+moeen-mahmud@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:21:53 +0600 Subject: [PATCH] chore(main): release 1.0.20-beta.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ff5ab..76efaac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.20-beta.1](https://github.com/moeen-mahmud/react-native-floating-tab/compare/v1.0.19-beta.1...v1.0.20-beta.1) (2024-10-10) + + +### Bug Fixes + +* trying to fix the resolution error of the npm package ([d62b099](https://github.com/moeen-mahmud/react-native-floating-tab/commit/d62b099dcdd649488302e838a7a7b3d7e7ae0786)) + ## [1.0.19-beta.1](https://github.com/moeen-mahmud/react-native-floating-tab/compare/v1.0.18-beta.1...v1.0.19-beta.1) (2024-10-10) diff --git a/package.json b/package.json index 3455735..e5a17fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-floating-tab", - "version": "1.0.19-beta.1", + "version": "1.0.20-beta.1", "description": "A collection of simple animated floating bottom tabs for React Native. Supports React Navigation and Expo Router.", "main": "build/index.js", "types": "build/index.d.ts",