Skip to content

Commit e4923cc

Browse files
committed
chore: changelog 2.2.0
1 parent 016f780 commit e4923cc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/use-query-params/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## use-query-params v2.2.0 (February 8, 2023)
4+
- 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.
5+
36
## use-query-params v2.1.2 (October 24, 2022)
47
- fix: #244 `updateLocation` returns an empty string for `href` when the original `location.href` is not defined. This allows `updateLocation` to be recursively recalled without crashing when creating a `new URL()` (thank you @jmcpeak)
58

packages/use-query-params/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-query-params",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
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)