Release to npm (#203)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
f5643fba6b
commit
92ecc327a4
3 changed files with 17 additions and 16 deletions
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
"@saleor/app-sdk": minor
|
||||
---
|
||||
|
||||
Add SaleorSyncWebhook class
|
||||
|
||||
Now app-sdk support both `new SaleorAsyncWebhook()` and `new SaleorSyncWebhook()`.
|
||||
|
||||
Changes:
|
||||
|
||||
Constructor field `subscriptionQueryAst?: ASTNode` in `SaleorAsyncWebhook` has been deprecated.
|
||||
|
||||
Use `query` field instead (`query: ASTNode | string`)
|
||||
|
||||
Constructor field `asyncEvent` has been deprecated. Use `event` instead
|
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,5 +1,21 @@
|
|||
# @saleor/app-sdk
|
||||
|
||||
## 0.34.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 9420209: Add SaleorSyncWebhook class
|
||||
|
||||
Now app-sdk support both `new SaleorAsyncWebhook()` and `new SaleorSyncWebhook()`.
|
||||
|
||||
Changes:
|
||||
|
||||
Constructor field `subscriptionQueryAst?: ASTNode` in `SaleorAsyncWebhook` has been deprecated.
|
||||
|
||||
Use `query` field instead (`query: ASTNode | string`)
|
||||
|
||||
Constructor field `asyncEvent` has been deprecated. Use `event` instead
|
||||
|
||||
## 0.33.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@saleor/app-sdk",
|
||||
"version": "0.33.0",
|
||||
"version": "0.34.0",
|
||||
"description": "SDK for building great Saleor Apps",
|
||||
"types": "index.d.ts",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in a new issue