Skip to content

Commit 8825b4a

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 9465b49 commit 8825b4a

File tree

3 files changed

+6223
-2246
lines changed

3 files changed

+6223
-2246
lines changed

packages/use-query-params/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 3.3.3 (2022-11-03)
7+
8+
**Note:** Version bump only for package @scaleway/use-query-params
9+
610
## 3.3.2 (2022-10-12)
711

812
**Note:** Version bump only for package @scaleway/use-query-params

packages/use-query-params/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-query-params",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "A small hook to handle params",
55
"keywords": [
66
"react",
@@ -32,8 +32,8 @@
3232
"query-string": "7.1.1"
3333
},
3434
"peerDependencies": {
35-
"react": "18.x",
36-
"react-dom": "18.x",
35+
"react": "18.x || 18",
36+
"react-dom": "18.x || 18",
3737
"react-router-dom": "^6.0.0"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)