diff --git a/.changeset/wacky-singers-glow.md b/.changeset/wacky-singers-glow.md deleted file mode 100644 index 1f5e3c6..0000000 --- a/.changeset/wacky-singers-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@edwardloopez/react-native-coachmark': patch ---- - -fix: expose `renderTooltip` option in `createTour` DSL diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ec4a3..aedc432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @edwardloopez/react-native-coachmark +## 0.5.3 + +### Patch Changes + +- [#26](https://github.com/edwardloopez/react-native-coachmark/pull/26) [`fdf324c`](https://github.com/edwardloopez/react-native-coachmark/commit/fdf324ce283bb4acee2ba4ef82504c6a357c747d) Thanks [@edwardloopez](https://github.com/edwardloopez)! - fix: expose `renderTooltip` option in `createTour` DSL + ## 0.5.2 ### Patch Changes diff --git a/package.json b/package.json index 687a26c..621f282 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@edwardloopez/react-native-coachmark", - "version": "0.5.2", + "version": "0.5.3", "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",