Skip to content

Commit

Permalink
Release to npm (#203)
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 Mar 7, 2023
1 parent f5643fb commit 92ecc32
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .changeset/afraid-poets-visit.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.33.0",
"version": "0.34.0",
"description": "SDK for building great Saleor Apps",
"types": "index.d.ts",
"main": "index.js",
Expand Down

0 comments on commit 92ecc32

Please sign in to comment.