From dda3f6eef50ac563196595469ee00ae95eadae41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:08:00 +0100 Subject: [PATCH] Release to npm (#343) Co-authored-by: github-actions[bot] --- .changeset/fair-ads-trade.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/fair-ads-trade.md diff --git a/.changeset/fair-ads-trade.md b/.changeset/fair-ads-trade.md deleted file mode 100644 index 46f95c43..00000000 --- a/.changeset/fair-ads-trade.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@saleor/app-sdk": minor ---- - -Fix wrong logic introduced in [0.49.0](https://github.com/saleor/app-sdk/releases/tag/v0.49.0): there is not header `saleor-schema-version` when app-sdk is processing saleor webhook. This header is only present on install request. - -Now app-sdk will try to parse version from `version` field on GraphQL subscription [Event](https://docs.saleor.io/docs/3.x/api-storefront/miscellaneous/interfaces/event#code-style-fontweight-normal-eventbversionbcodestring-). If field is not present `null` will be returned. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2976d52c..bef414bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @saleor/app-sdk +## 0.50.0 + +### Minor Changes + +- ef61335: Fix wrong logic introduced in [0.49.0](https://github.com/saleor/app-sdk/releases/tag/v0.49.0): there is not header `saleor-schema-version` when app-sdk is processing saleor webhook. This header is only present on install request. + + Now app-sdk will try to parse version from `version` field on GraphQL subscription [Event](https://docs.saleor.io/docs/3.x/api-storefront/miscellaneous/interfaces/event#code-style-fontweight-normal-eventbversionbcodestring-). If field is not present `null` will be returned. + ## 0.49.0 ### Minor Changes diff --git a/package.json b/package.json index e4796830..c5a722a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@saleor/app-sdk", - "version": "0.49.0", + "version": "0.50.0", "description": "SDK for building great Saleor Apps", "scripts": { "prepublishOnly": "pnpm build",