diff --git a/.changeset/plain-jokes-roll.md b/.changeset/plain-jokes-roll.md deleted file mode 100644 index 4d6583f..0000000 --- a/.changeset/plain-jokes-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@edwardloopez/react-native-coachmark': patch ---- - -Fix Android vertical offset when using navigation buttons instead of gestures diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 90e56e3..0000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "mode": "exit", - "tag": "beta", - "initialVersions": { - "@edwardloopez/react-native-coachmark": "0.5.1" - }, - "changesets": [ - "plain-jokes-roll" - ] -} diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ab1f9..c5ec4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @edwardloopez/react-native-coachmark +## 0.5.2 + +### Patch Changes + +- [`1e18f04`](https://github.com/edwardloopez/react-native-coachmark/commit/1e18f04a7b07c90a4e421adb4bdea9afde6c1029) Thanks [@edwardloopez](https://github.com/edwardloopez)! - Fix Android vertical offset when using navigation buttons instead of gestures + ## 0.5.2-beta.0 ### Patch Changes diff --git a/package.json b/package.json index 3f65b80..687a26c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@edwardloopez/react-native-coachmark", - "version": "0.5.2-beta.0", + "version": "0.5.2", "description": "Beautiful, performant Coach Mark library for React Native with smooth animations, customizable tooltips, and TypeScript support. Create engaging product tours and onboarding experiences.", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts",