Skip to content

Commit 932cfb2

Browse files
chore: release (#2596)
* chore: release * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Levende <lmohammad@scaleway.com>
1 parent 36d8d9e commit 932cfb2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/thin-beans-cry.md

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

packages/use-dataloader/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+
## 5.4.0
4+
5+
### Minor Changes
6+
7+
- [#2590](https://github.com/scaleway/scaleway-lib/pull/2590) [`36d8d9e`](https://github.com/scaleway/scaleway-lib/commit/36d8d9ef98586f58462b5993d4f9217696ae15a6) Thanks [@DorianMaliszewski](https://github.com/DorianMaliszewski)! - Fix : Ensure observers are correctly added at mount to handle components mount/unmount quick chaining.
8+
39
## 5.3.0
410

511
### Minor Changes

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": "5.3.0",
3+
"version": "5.4.0",
44
"description": "A small hook to handle api requests",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)