Skip to content

Commit bcc2c42

Browse files
v2.0.0-canary.26 release: add encoder and decoder props in useLocalStorage
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4fc9b6c commit bcc2c42

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"thirty-foxes-wink",
3131
"twenty-pans-search",
3232
"violet-cherries-applaud",
33-
"warm-olives-punch"
33+
"warm-olives-punch",
34+
"yellow-nails-worry"
3435
]
3536
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# classic-react-hooks
22

3+
## 2.0.0-canary.26
4+
5+
### Minor Changes
6+
7+
- 4fc9b6c: feat: add `encoder` and `decoder` props in useLocalStorage for encoding/decoding value in localStorage
8+
39
## 2.0.0-canary.25
410

511
### 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": "classic-react-hooks",
3-
"version": "2.0.0-canary.25",
3+
"version": "2.0.0-canary.26",
44
"description": "A great collection of React utility hooks",
55
"keywords": [
66
"classic-react-hooks",

0 commit comments

Comments
 (0)