Skip to content

Commit

Permalink
chore: uqp v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeshai committed Aug 31, 2022
1 parent 6de0f9a commit cd26868
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/use-query-params/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

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


## use-query-params v2.0.0

**Breaking**
Expand Down
2 changes: 1 addition & 1 deletion packages/use-query-params/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-query-params",
"version": "2.0.0",
"version": "2.0.1",
"description": "React Hook for managing state in URL query parameters with easy serialization.",
"main": "./dist/index.cjs.js",
"typings": "./dist/index.d.ts",
Expand Down

0 comments on commit cd26868

Please sign in to comment.