From 6ceeca04e3ce63483aacf1d3b051a93c4a012737 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 7 Jul 2026 12:48:10 +0000
Subject: [PATCH] chore(release): version packages
---
.changeset/fresh-readme-demo.md | 5 -----
.changeset/interactive-card-content.md | 13 -------------
CHANGELOG.md | 18 ++++++++++++++++++
package.json | 2 +-
4 files changed, 19 insertions(+), 19 deletions(-)
delete mode 100644 .changeset/fresh-readme-demo.md
delete mode 100644 .changeset/interactive-card-content.md
diff --git a/.changeset/fresh-readme-demo.md b/.changeset/fresh-readme-demo.md
deleted file mode 100644
index 393e725..0000000
--- a/.changeset/fresh-readme-demo.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@react-native-motion-kit/swipe-deck': patch
----
-
-Update the README and docs quick start links for the published docs site and Expo Snack demo.
diff --git a/.changeset/interactive-card-content.md b/.changeset/interactive-card-content.md
deleted file mode 100644
index f3ad171..0000000
--- a/.changeset/interactive-card-content.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-'@react-native-motion-kit/swipe-deck': minor
----
-
-Add `interactive` to `SwipeDeck.Card` so active-card children such as CTA buttons or links can receive touches without exposing raw React Native `pointerEvents`.
-
-```tsx
- item.type === 'ad'}>
- {({ item }) => openAd(item)} />}
-
-```
-
-Only the active card can become interactive. Background cards remain non-interactive to preserve swipe-deck safety.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4cd72d4..356e5d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# @react-native-motion-kit/swipe-deck
+## 1.4.0
+
+### Minor Changes
+
+- [#21](https://github.com/react-native-motion-kit/react-native-swipe-deck/pull/21) [`e95ea8a`](https://github.com/react-native-motion-kit/react-native-swipe-deck/commit/e95ea8a2f47786fc2a1f56f814c0dc0b3f4292ca) Thanks [@saseungmin](https://github.com/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`.
+
+ ```tsx
+ item.type === "ad"}>
+ {({ item }) => openAd(item)} />}
+
+ ```
+
+ Only the active card can become interactive. Background cards remain non-interactive to preserve swipe-deck safety.
+
+### Patch Changes
+
+- [#19](https://github.com/react-native-motion-kit/react-native-swipe-deck/pull/19) [`16b7636`](https://github.com/react-native-motion-kit/react-native-swipe-deck/commit/16b76360f837758ad48baa6b1ea48f935e40e9fa) Thanks [@saseungmin](https://github.com/saseungmin)! - Update the README and docs quick start links for the published docs site and Expo Snack demo.
+
## 1.3.1
### Patch Changes
diff --git a/package.json b/package.json
index 764484f..9cea5c8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native-motion-kit/swipe-deck",
- "version": "1.3.1",
+ "version": "1.4.0",
"description": "High-performance Tinder-style swipe deck and swipe cards for React Native, powered by Reanimated, Worklets, and Gesture Handler.",
"keywords": [
"android",