Skip to content

Commit db621f7

Browse files
Version Packages
1 parent 15060cc commit db621f7

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/tidy-rivers-clap.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @goodnight-dev/react-hooks
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 9851577: Add `useLocalStorage`, a `useSyncExternalStore`-backed hook for
8+
reading and writing a JSON-serializable value in `localStorage`, staying in
9+
sync across tabs.
10+
311
## 0.1.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goodnight-dev/react-hooks",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Small, strict, tree-shakeable React hooks — the ones you end up writing in every project, packaged the right way.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)