Release to npm (#197)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-02-28 13:59:29 +01:00 committed by GitHub
parent a939281e98
commit bc6e68db84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": minor
---
Register handler hooks will now respond with errors parsable by the dashboard. "Body" in error was removed, so client code can provide message and status.

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": patch
---
Fix typo in UpstashAPL docs

View file

@ -1,5 +1,15 @@
# @saleor/app-sdk # @saleor/app-sdk
## 0.33.0
### Minor Changes
- a939281: Register handler hooks will now respond with errors parsable by the dashboard. "Body" in error was removed, so client code can provide message and status.
### Patch Changes
- 5a93a16: Fix typo in UpstashAPL docs
## 0.32.0 ## 0.32.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@saleor/app-sdk", "name": "@saleor/app-sdk",
"version": "0.32.7", "version": "0.33.0",
"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",