Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/renovate-e233d4c.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/use-dataloader-20230324.md

This file was deleted.

34 changes: 14 additions & 20 deletions packages/use-dataloader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,57 +1,51 @@
# Change Log

## 4.0.1

### Patch Changes

- [#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.

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.0.0 (2023-02-06)


### ⚠ BREAKING CHANGES

* **paginated-dataloader:** BREAKING CHANGE: usePaginatedDataloader does no exist anymore
- **paginated-dataloader:** BREAKING CHANGE: usePaginatedDataloader does no exist anymore

### :package: Chore

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

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

### :gear: Features

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


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

## 3.0.1 (2023-01-13)


### :package: Chore

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

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

### :bug: Bug Fixes

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


- harden ts code ([#1158](https://github.com/scaleway/scaleway-lib/issues/1158)) ([7e2130e](https://github.com/scaleway/scaleway-lib/commit/7e2130ea4c2a079c69ec49b27444daa8f6076d03))

## 3.0.0 (2023-01-06)


### ⚠ BREAKING CHANGES

* packages are ESM only
- packages are ESM only

### :package: Chore

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

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

### :gear: Features

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


- publish packages as ESM only ([#1145](https://github.com/scaleway/scaleway-lib/issues/1145)) ([4c25097](https://github.com/scaleway/scaleway-lib/commit/4c25097254a5ba7f0a5dbb6fdf5d6578a75f777a))

## [2.16.7](https://github.com/scaleway/scaleway-lib/compare/@scaleway/use-dataloader@2.16.6...@scaleway/use-dataloader@2.16.7) (2023-01-04)

Expand Down
2 changes: 1 addition & 1 deletion packages/use-dataloader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/use-dataloader",
"version": "4.0.0",
"version": "4.0.1",
"description": "A small hook to handle api requests",
"keywords": [
"react",
Expand Down
6 changes: 6 additions & 0 deletions packages/use-query-params/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.7

### Patch Changes

- [#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`.

## 4.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-query-params/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/use-query-params",
"version": "4.0.6",
"version": "4.0.7",
"description": "A small hook to handle params",
"keywords": [
"react",
Expand Down