Skip to content

Commit 5d0978b

Browse files
chore(release): 2.0.3 [skip ci]
1 parent cae9296 commit 5d0978b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [2.0.3](https://github.com/sanity-io/use-effect-event/compare/v2.0.2...v2.0.3) (2025-07-16)
9+
10+
### Bug Fixes
11+
12+
- use in react import error ([#59](https://github.com/sanity-io/use-effect-event/issues/59)) ([cae9296](https://github.com/sanity-io/use-effect-event/commit/cae9296cd053232c21f741427a88ee0522474a0b))
13+
814
## [2.0.2](https://github.com/sanity-io/use-effect-event/compare/v2.0.1...v2.0.2) (2025-06-20)
915

1016
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-effect-event",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Ponyfill of the experimental `React.useEffectEvent` hook",
55
"keywords": [
66
"useEffectEvent",

0 commit comments

Comments
 (0)