Release to npm (#223)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-03-31 14:11:05 +02:00 committed by GitHub
parent b108460435
commit 73c9545f41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 13 deletions

View file

@ -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`

View file

@ -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

View file

@ -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",