Skip to content

chore(release): version packages#20

Merged
saseungmin merged 1 commit into
mainfrom
changeset-release/main
Jul 7, 2026
Merged

chore(release): version packages#20
saseungmin merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@react-native-motion-kit/swipe-deck@1.4.0

Minor Changes

  • #21 e95ea8a Thanks @saseungmin! - Add interactive to SwipeDeck.Card so active-card children such as CTA buttons or links can receive touches without exposing raw React Native pointerEvents.

    <ProfileDeck.Card interactive={({ item }) => item.type === "ad"}>
      {({ item }) => <AdCard ad={item} onPressCta={() => openAd(item)} />}
    </ProfileDeck.Card>

    Only the active card can become interactive. Background cards remain non-interactive to preserve swipe-deck safety.

Patch Changes

  • #19 16b7636 Thanks @saseungmin! - Update the README and docs quick start links for the published docs site and Expo Snack demo.

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 1b884fe to 6ceeca0 Compare July 7, 2026 12:48
@saseungmin saseungmin merged commit 355fbdb into main Jul 7, 2026
@saseungmin saseungmin deleted the changeset-release/main branch July 7, 2026 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant