Skip to content

Commit ff76638

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 303cffc commit ff76638

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/use-dataloader/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
## 4.0.0 (2023-02-06)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* **paginated-dataloader:** BREAKING CHANGE: usePaginatedDataloader does no exist anymore
12+
13+
### :package: Chore
14+
15+
* **release:** publish ([2ce37e3](https://github.com/scaleway/scaleway-lib/commit/2ce37e3b836aa8c957ef6fb31d96658f064c5b40))
16+
17+
18+
### :gear: Features
19+
20+
* **paginated-dataloader:** BREAKING CHANGE: usePaginatedDataloader does no exist anymore ([303cffc](https://github.com/scaleway/scaleway-lib/commit/303cffcd228c6eafcbd029bc08c958d8c17b1f41))
21+
22+
23+
624
## 3.0.1 (2023-01-13)
725

826

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

0 commit comments

Comments
 (0)