Release to npm (#226)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
5a68bec557
commit
a7cad6a3ec
5 changed files with 11 additions and 18 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/app-sdk": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Support comma-delimited x-forwarded-proto
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/app-sdk": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix serialization of the nested values in the UpstashAPL.
|
|
|
@ -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 <form> with tokens in BODY can be validated. Till now only fetch/ajax calls could have been validated
|
|
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
||||||
# @saleor/app-sdk
|
# @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 <form> with tokens in BODY can be validated. Till now only fetch/ajax calls could have been validated
|
||||||
|
|
||||||
## 0.37.2
|
## 0.37.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@saleor/app-sdk",
|
"name": "@saleor/app-sdk",
|
||||||
"version": "0.37.2",
|
"version": "0.37.3",
|
||||||
"description": "SDK for building great Saleor Apps",
|
"description": "SDK for building great Saleor Apps",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
Loading…
Reference in a new issue