Skip to content

Commit

Permalink
Release to npm (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 14, 2023
1 parent 5a68bec commit a7cad6a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-knives-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-wombats-drop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tough-tips-judge.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <form> with tokens in BODY can be validated. Till now only fetch/ajax calls could have been validated

## 0.37.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a7cad6a

Please sign in to comment.