From 2f244787cec6295a29353ca110c206a6e85ffcd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:31:02 +0100 Subject: [PATCH] Release to npm (#334) Co-authored-by: github-actions[bot] --- .changeset/violet-donuts-begin.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/violet-donuts-begin.md diff --git a/.changeset/violet-donuts-begin.md b/.changeset/violet-donuts-begin.md deleted file mode 100644 index abbf7613..00000000 --- a/.changeset/violet-donuts-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saleor/app-sdk": minor ---- - -Added pagination for CloudAPL. Previously if there were more than 100 results it would return only first 100. This change adds an option to configure the page size and automatically paginates through the responses until `next` property is set to null on the response diff --git a/CHANGELOG.md b/CHANGELOG.md index 187bbbde..7e9182cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @saleor/app-sdk +## 0.48.0 + +### Minor Changes + +- 30485b7: Added pagination for CloudAPL. Previously if there were more than 100 results it would return only first 100. This change adds an option to configure the page size and automatically paginates through the responses until `next` property is set to null on the response + ## 0.47.2 ### Patch Changes diff --git a/package.json b/package.json index 63b6ad3a..ba23ad07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@saleor/app-sdk", - "version": "0.47.2", + "version": "0.48.0", "description": "SDK for building great Saleor Apps", "scripts": { "prepublishOnly": "pnpm build",