Release to npm (#188)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
0868baaa05
commit
e42d4b9d88
4 changed files with 12 additions and 13 deletions
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/app-sdk": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Change default behaviour of autoNotifyReady option in AppBridge constructor to be "true"
|
|
||||||
|
|
||||||
This behavior is required by dashboard to send token in handshake in the response
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/app-sdk": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Add hooks to createRegisterHandler, allowing to hook into token exchange process or to interrupt it
|
|
11
CHANGELOG.md
Normal file
11
CHANGELOG.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# @saleor/app-sdk
|
||||||
|
|
||||||
|
## 0.32.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 9e22a49: Change default behaviour of autoNotifyReady option in AppBridge constructor to be "true"
|
||||||
|
|
||||||
|
This behavior is required by dashboard to send token in handshake in the response
|
||||||
|
|
||||||
|
- 195f2d9: Add hooks to createRegisterHandler, allowing to hook into token exchange process or to interrupt it
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@saleor/app-sdk",
|
"name": "@saleor/app-sdk",
|
||||||
"version": "0.31.0",
|
"version": "0.32.0",
|
||||||
"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