Skip to content

Commit cd26868

Browse files
committed
chore: uqp v2.0.1
1 parent 6de0f9a commit cd26868

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: packages/use-query-params/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## use-query-params v2.0.1 (August 31, 2022)
4+
- fixes #233 - consecutive calls to setters (e.g. setFoo('a'); setBar('b')) properly accumulate. Previously only the last would make it through.
5+
6+
37
## use-query-params v2.0.0
48

59
**Breaking**

Diff for: packages/use-query-params/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-query-params",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "React Hook for managing state in URL query parameters with easy serialization.",
55
"main": "./dist/index.cjs.js",
66
"typings": "./dist/index.d.ts",

0 commit comments

Comments
 (0)