Skip to content

Commit 8221403

Browse files
committed
- interaction: 0.2.1 -> 0.3.0
1 parent 1d83c73 commit 8221403

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/interaction/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the changelog for [`interaction`](https://github.com/remix-run/remix/tree/main/packages/interaction). It follows [semantic versioning](https://semver.org/).
44

5-
## Unreleased
5+
## v0.3.0 (2025-11-20)
66

77
- BREAKING CHANGE: removed `Tab` key interaction
88
- Fix: key interactions only apply to their own key

packages/interaction/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/interaction",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Like components but for events",
55
"author": "Ryan Florence <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)