Release to npm (#250)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
9056e7617a
commit
215a410d58
3 changed files with 10 additions and 9 deletions
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/app-sdk": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Added definitions for new async events:
|
|
||||||
|
|
||||||
- `CHECKOUT_FULLY_PAID`
|
|
||||||
- `GIFT_CARD_SENT`
|
|
|
@ -1,5 +1,14 @@
|
||||||
# @saleor/app-sdk
|
# @saleor/app-sdk
|
||||||
|
|
||||||
|
## 0.39.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 9056e76: Added definitions for new async events:
|
||||||
|
|
||||||
|
- `CHECKOUT_FULLY_PAID`
|
||||||
|
- `GIFT_CARD_SENT`
|
||||||
|
|
||||||
## 0.39.1
|
## 0.39.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@saleor/app-sdk",
|
"name": "@saleor/app-sdk",
|
||||||
"version": "0.39.1",
|
"version": "0.39.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