Release to npm (#223)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
b108460435
commit
73c9545f41
3 changed files with 14 additions and 13 deletions
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/app-sdk": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Added definitions for new sync events for payments:
|
|
||||||
|
|
||||||
- `TRANSACTION_CHARGE_REQUESTED`
|
|
||||||
- `TRANSACTION_REFUND_REQUESTED`
|
|
||||||
- `TRANSACTION_CANCELATION_REQUESTED`
|
|
||||||
- `PAYMENT_GATEWAY_INITIALIZE_SESSION`
|
|
||||||
- `TRANSACTION_INITIALIZE_SESSION`
|
|
||||||
- `TRANSACTION_PROCESS_SESSION`
|
|
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# @saleor/app-sdk
|
# @saleor/app-sdk
|
||||||
|
|
||||||
|
## 0.37.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- b108460: Added definitions for new sync events for payments:
|
||||||
|
|
||||||
|
- `TRANSACTION_CHARGE_REQUESTED`
|
||||||
|
- `TRANSACTION_REFUND_REQUESTED`
|
||||||
|
- `TRANSACTION_CANCELATION_REQUESTED`
|
||||||
|
- `PAYMENT_GATEWAY_INITIALIZE_SESSION`
|
||||||
|
- `TRANSACTION_INITIALIZE_SESSION`
|
||||||
|
- `TRANSACTION_PROCESS_SESSION`
|
||||||
|
|
||||||
## 0.37.1
|
## 0.37.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@saleor/app-sdk",
|
"name": "@saleor/app-sdk",
|
||||||
"version": "0.37.1",
|
"version": "0.37.2",
|
||||||
"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