Skip to content

Commit b14c97e

Browse files
committed
chore: use-query-params v2.2.1
1 parent 9b978c2 commit b14c97e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.2.1 (March 24, 2023)
4+
- fix: #256 adds peer dependencies and metas to allow adapters to work on pnpm setups
5+
6+
37
## use-query-params v2.2.0 (February 8, 2023)
48
- 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.
59

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.2.0",
3+
"version": "2.2.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)