Skip to content

Commit

Permalink
release: 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jun 23, 2023
1 parent fe17304 commit 4f3e257
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.2.10

**Core Changes**

- Add `useCompositionInput`
- `createContextState` now returns a fourth value in the tuple, which is the React Context that holds the state value. It is designed to be used with `React.use`.

# 0.2.9

**Core Changes**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foxact",
"version": "0.2.9",
"version": "0.2.10",
"description": "React Hooks/Utils done right. For browser, SSR, and React Server Components.",
"sideEffects": false,
"private": true,
Expand Down

0 comments on commit 4f3e257

Please sign in to comment.