Skip to content

Commit

Permalink
chore: use-query-params v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeshai committed Mar 24, 2023
1 parent 9b978c2 commit b14c97e
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.2.1 (March 24, 2023)
- fix: #256 adds peer dependencies and metas to allow adapters to work on pnpm setups


## use-query-params v2.2.0 (February 8, 2023)
- fix: #233 attempt to read location from data router in react-router 6.6+. making this a minor revision since it imports something that may not be there in older versions of react-router 6.

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.2.0",
"version": "2.2.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 b14c97e

Please sign in to comment.