Skip to content

Commit f317e18

Browse files
chore: release (#1257)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9f22073 commit f317e18

File tree

6 files changed

+22
-32
lines changed

6 files changed

+22
-32
lines changed

.changeset/renovate-e233d4c.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/use-dataloader-20230324.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/use-dataloader/CHANGELOG.md

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,51 @@
11
# Change Log
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#1258](https://github.com/scaleway/scaleway-lib/pull/1258) [`9f22073`](https://github.com/scaleway/scaleway-lib/commit/9f220738be71d6ae01da7f032849fc62f96ab9e6) Thanks [@ModuloM](https://github.com/ModuloM)! - Fix case where cache array key with false value was ignored.
8+
39
All notable changes to this project will be documented in this file.
410
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
511

612
## 4.0.0 (2023-02-06)
713

8-
914
### ⚠ BREAKING CHANGES
1015

11-
* **paginated-dataloader:** BREAKING CHANGE: usePaginatedDataloader does no exist anymore
16+
- **paginated-dataloader:** BREAKING CHANGE: usePaginatedDataloader does no exist anymore
1217

1318
### :package: Chore
1419

15-
* **release:** publish ([2ce37e3](https://github.com/scaleway/scaleway-lib/commit/2ce37e3b836aa8c957ef6fb31d96658f064c5b40))
16-
20+
- **release:** publish ([2ce37e3](https://github.com/scaleway/scaleway-lib/commit/2ce37e3b836aa8c957ef6fb31d96658f064c5b40))
1721

1822
### :gear: Features
1923

20-
* **paginated-dataloader:** BREAKING CHANGE: usePaginatedDataloader does no exist anymore ([303cffc](https://github.com/scaleway/scaleway-lib/commit/303cffcd228c6eafcbd029bc08c958d8c17b1f41))
21-
22-
24+
- **paginated-dataloader:** BREAKING CHANGE: usePaginatedDataloader does no exist anymore ([303cffc](https://github.com/scaleway/scaleway-lib/commit/303cffcd228c6eafcbd029bc08c958d8c17b1f41))
2325

2426
## 3.0.1 (2023-01-13)
2527

26-
2728
### :package: Chore
2829

29-
* **release:** publish ([9d6de7b](https://github.com/scaleway/scaleway-lib/commit/9d6de7b63065f53774cb64b0e5a46a868dc9933a))
30-
30+
- **release:** publish ([9d6de7b](https://github.com/scaleway/scaleway-lib/commit/9d6de7b63065f53774cb64b0e5a46a868dc9933a))
3131

3232
### :bug: Bug Fixes
3333

34-
* harden ts code ([#1158](https://github.com/scaleway/scaleway-lib/issues/1158)) ([7e2130e](https://github.com/scaleway/scaleway-lib/commit/7e2130ea4c2a079c69ec49b27444daa8f6076d03))
35-
36-
34+
- harden ts code ([#1158](https://github.com/scaleway/scaleway-lib/issues/1158)) ([7e2130e](https://github.com/scaleway/scaleway-lib/commit/7e2130ea4c2a079c69ec49b27444daa8f6076d03))
3735

3836
## 3.0.0 (2023-01-06)
3937

40-
4138
### ⚠ BREAKING CHANGES
4239

43-
* packages are ESM only
40+
- packages are ESM only
4441

4542
### :package: Chore
4643

47-
* **release:** publish ([20c9d4f](https://github.com/scaleway/scaleway-lib/commit/20c9d4fb39822245252bf362bc7a8d26127e511d))
48-
44+
- **release:** publish ([20c9d4f](https://github.com/scaleway/scaleway-lib/commit/20c9d4fb39822245252bf362bc7a8d26127e511d))
4945

5046
### :gear: Features
5147

52-
* publish packages as ESM only ([#1145](https://github.com/scaleway/scaleway-lib/issues/1145)) ([4c25097](https://github.com/scaleway/scaleway-lib/commit/4c25097254a5ba7f0a5dbb6fdf5d6578a75f777a))
53-
54-
48+
- publish packages as ESM only ([#1145](https://github.com/scaleway/scaleway-lib/issues/1145)) ([4c25097](https://github.com/scaleway/scaleway-lib/commit/4c25097254a5ba7f0a5dbb6fdf5d6578a75f777a))
5549

5650
## [2.16.7](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2023-01-04)
5751

packages/use-dataloader/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-dataloader",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A small hook to handle api requests",
55
"keywords": [
66
"react",

packages/use-query-params/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- [#1136](https://github.com/scaleway/scaleway-lib/pull/1136) [`7beddc1`](https://github.com/scaleway/scaleway-lib/commit/7beddc18d0d72f2a6879700742704ecfb4893aa4) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `query-string` to `8.1.0`.
8+
39
## 4.0.6
410

511
### Patch Changes

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": "4.0.6",
3+
"version": "4.0.7",
44
"description": "A small hook to handle params",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)