Release to npm (#188)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-02-27 17:17:26 +01:00 committed by GitHub
parent 0868baaa05
commit e42d4b9d88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 13 deletions

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@saleor/app-sdk",
"version": "0.31.0",
"version": "0.32.0",
"description": "SDK for building great Saleor Apps",
"types": "index.d.ts",
"main": "index.js",