From a7cad6a3ec42f05cc2294f6403e071b5aa0b2ae5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 12:07:54 +0200 Subject: [PATCH] Release to npm (#226) Co-authored-by: github-actions[bot] --- .changeset/cool-knives-punch.md | 5 ----- .changeset/eight-wombats-drop.md | 5 ----- .changeset/tough-tips-judge.md | 7 ------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 18 deletions(-) delete mode 100644 .changeset/cool-knives-punch.md delete mode 100644 .changeset/eight-wombats-drop.md delete mode 100644 .changeset/tough-tips-judge.md diff --git a/.changeset/cool-knives-punch.md b/.changeset/cool-knives-punch.md deleted file mode 100644 index 0a19f686..00000000 --- a/.changeset/cool-knives-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saleor/app-sdk": patch ---- - -Support comma-delimited x-forwarded-proto diff --git a/.changeset/eight-wombats-drop.md b/.changeset/eight-wombats-drop.md deleted file mode 100644 index 49fcbb99..00000000 --- a/.changeset/eight-wombats-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saleor/app-sdk": patch ---- - -Fix serialization of the nested values in the UpstashAPL. diff --git a/.changeset/tough-tips-judge.md b/.changeset/tough-tips-judge.md deleted file mode 100644 index 82496522..00000000 --- a/.changeset/tough-tips-judge.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@saleor/app-sdk": patch ---- - -processProtectedHandler no longer requires a full NextApiRequest object as an argument. Now only the `headers` property is required to satisfy the type safety. - -Thanks to that, some requests like HTML
with tokens in BODY can be validated. Till now only fetch/ajax calls could have been validated diff --git a/CHANGELOG.md b/CHANGELOG.md index dbd8b443..8f9226dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @saleor/app-sdk +## 0.37.3 + +### Patch Changes + +- 5057d34: Support comma-delimited x-forwarded-proto +- 5a68bec: Fix serialization of the nested values in the UpstashAPL. +- ab24968: processProtectedHandler no longer requires a full NextApiRequest object as an argument. Now only the `headers` property is required to satisfy the type safety. + + Thanks to that, some requests like HTML with tokens in BODY can be validated. Till now only fetch/ajax calls could have been validated + ## 0.37.2 ### Patch Changes diff --git a/package.json b/package.json index 51497f29..8832b10f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@saleor/app-sdk", - "version": "0.37.2", + "version": "0.37.3", "description": "SDK for building great Saleor Apps", "types": "index.d.ts", "main": "index.js",