Release to npm (#243)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
dd0cf3a7cf
commit
82cca4568a
4 changed files with 18 additions and 18 deletions
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/app-sdk": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Added `tokenRefresh` event to AppBridge.
|
|
||||||
|
|
||||||
It's meant to be triggered by dashboard, when token is refreshed.
|
|
||||||
Apps that use new AppBridge will receive fresh token.
|
|
||||||
|
|
||||||
This fixes [this issue](https://github.com/saleor/saleor-app-sdk/issues/222)
|
|
||||||
|
|
||||||
For Saleor Cloud where token lives for 24h it was rare, but Saleor can be set to have any token duration, causing app to fail fast.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/app-sdk": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Added new method to SettingsManager - "delete". It can delete metadata by key in Saleor. Implemented in MetadataManager and EncryptedMetadataManager
|
|
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,5 +1,22 @@
|
||||||
# @saleor/app-sdk
|
# @saleor/app-sdk
|
||||||
|
|
||||||
|
## 0.39.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- d4169dc: Added new method to SettingsManager - "delete". It can delete metadata by key in Saleor. Implemented in MetadataManager and EncryptedMetadataManager
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- f809368: Added `tokenRefresh` event to AppBridge.
|
||||||
|
|
||||||
|
It's meant to be triggered by dashboard, when token is refreshed.
|
||||||
|
Apps that use new AppBridge will receive fresh token.
|
||||||
|
|
||||||
|
This fixes [this issue](https://github.com/saleor/saleor-app-sdk/issues/222)
|
||||||
|
|
||||||
|
For Saleor Cloud where token lives for 24h it was rare, but Saleor can be set to have any token duration, causing app to fail fast.
|
||||||
|
|
||||||
## 0.38.0
|
## 0.38.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@saleor/app-sdk",
|
"name": "@saleor/app-sdk",
|
||||||
"version": "0.38.0",
|
"version": "0.39.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