Skip to content

Commit

Permalink
chore: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeshai committed Aug 1, 2022
1 parent eb216fe commit 17a70eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/serialize-query-params/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serialize-query-params",
"version": "2.0.0-rc.0",
"version": "2.0.0",
"description": "A library for simplifying encoding and decoding URL query parameters.",
"main": "./dist/index.cjs.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions 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-rc.1",
"version": "2.0.0",
"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 Expand Up @@ -72,7 +72,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"serialize-query-params": "^2.0.0-rc.0"
"serialize-query-params": "^2.0.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 17a70eb

Please sign in to comment.