Skip to content

Commit 317065f

Browse files
Release to npm (#430)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c69f0ff commit 317065f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/shy-pigs-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @saleor/app-sdk
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- c69f0ff: Fixed `TRANSACTION_CHARGE_REQUESTED`, `TRANSACTION_REFUND_REQUESTED`, `TRANSACTION_CANCELATION_REQUESTED`, `TRANSACTION_INITIALIZE_SESSION` and `TRANSACTION_PROCESS_SESSION` webhook response builder params. After this change `buildSyncWebhookResponsePayload` for those events should be the same as in Saleor docs.
8+
39
## 1.0.2
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saleor/app-sdk",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "SDK for building great Saleor Apps",
55
"scripts": {
66
"prepublishOnly": "pnpm build",

0 commit comments

Comments
 (0)