Skip to content

Commit 750de15

Browse files
authored
Merge branch 'master' into feat/jest-helpers
2 parents 4dd39e3 + b59a375 commit 750de15

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

packages/use-dataloader/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
### [2.5.1](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2021-10-13)
7+
8+
9+
### Bug Fixes
10+
11+
* force new update because of https://status.npmjs.org/incidents/wy4002vc8ryc ([#433](https://github.com/scaleway/scaleway-lib/issues/433)) ([3182928](https://github.com/scaleway/scaleway-lib/commit/31829280a082e6688e2df0e13ecf6d1ee5aceae6))
12+
13+
14+
615
## 2.5.0 (2021-10-11)
716

817

packages/use-dataloader/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,5 @@ const useDataLoader = (
241241
| data | return the `initialData` if no data is fetched or not present in the cache otherwise return the data fetched |
242242
| error | return the error occured during the request |
243243
| reload | allow you to reload the data (it doesn't clear the actual data) |
244+
245+

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

0 commit comments

Comments
 (0)