Release to npm (#197)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
a939281e98
commit
bc6e68db84
4 changed files with 11 additions and 11 deletions
|
@ -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.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/app-sdk": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix typo in UpstashAPL docs
|
|
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue