Skip to content

Commit 7e25888

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 7a5815e commit 7e25888

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/use-query-params/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [1.1.4](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2021-03-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **use-query-params:** correct infinite loop when search is empty ([#94](https://github.com/scaleway/scaleway-lib/issues/94)) ([7a5815e](https://github.com/scaleway/scaleway-lib/commit/7a5815eb74338b4bb8129f16a5918feb7223dd5d))
12+
13+
14+
15+
16+
617
## [1.1.3](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2021-03-22)
718

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

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": "@scaleway/use-query-params",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "A small hook to handle params",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)