Skip to content

Commit eab81fb

Browse files
chore: version packages
1 parent d87461d commit eab81fb

5 files changed

Lines changed: 11 additions & 16 deletions

File tree

.changeset/easy-baboons-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/easy-pumas-stop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/new-results-shake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @edwardloopez/react-native-coachmark
22

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- [#34](https://github.com/edwardloopez/react-native-coachmark/pull/34) [`8f93f65`](https://github.com/edwardloopez/react-native-coachmark/commit/8f93f658f055cc8fbee0e8c9c5923672c9b1d1aa) Thanks [@edwardloopez](https://github.com/edwardloopez)! - Upgrade pnpm to v11, add Dependabot, CI security checks, and supply chain hardening policies
8+
9+
- [#41](https://github.com/edwardloopez/react-native-coachmark/pull/41) [`13c1452`](https://github.com/edwardloopez/react-native-coachmark/commit/13c1452af01ae36f8f25d8cb85351b961e50e7b4) Thanks [@edwardloopez](https://github.com/edwardloopez)! - Enable npm publish provenance via publishConfig for pnpm 11 compatibility
10+
11+
- [#31](https://github.com/edwardloopez/react-native-coachmark/pull/31) [`7ffebf6`](https://github.com/edwardloopez/react-native-coachmark/commit/7ffebf6469bf0ed557426cc7fa7ff82e587670c7) Thanks [@edwardloopez](https://github.com/edwardloopez)! - Add nextOnBackdropPress option to Tour and TourStep to prevent backdrop taps from advancing the tour (defaults to true)
12+
313
## 0.5.3
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@edwardloopez/react-native-coachmark",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Beautiful, performant Coach Mark library for React Native with smooth animations, customizable tooltips, and TypeScript support. Create engaging product tours and onboarding experiences.",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)