Release to npm (#236)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
c777275a64
commit
4e3bddabdd
7 changed files with 14 additions and 26 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/app-sdk": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Registed Handler now prints saleorApiUrl in error response, so its available in dashboard toast
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/app-sdk": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Added JWT token expire date validation (claims.exp field). If token is expired, error will be thrown and verification will be aborted
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/app-sdk": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Wrapped useAuthenticatedFetch with useMemo to avoid re-renders
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/app-sdk": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed SaleorCloudAPL "getAll" method that was not mapping response from remote with AuthData interface
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/app-sdk": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Added additional debug log if saleorApiUrl doesnt exist in register handler
|
|
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# @saleor/app-sdk
|
# @saleor/app-sdk
|
||||||
|
|
||||||
|
## 0.38.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- da351fa: Added JWT token expire date validation (claims.exp field). If token is expired, error will be thrown and verification will be aborted
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 62e4c39: Registed Handler now prints saleorApiUrl in error response, so its available in dashboard toast
|
||||||
|
- 62e4c39: Wrapped useAuthenticatedFetch with useMemo to avoid re-renders
|
||||||
|
- c777275: Fixed SaleorCloudAPL "getAll" method that was not mapping response from remote with AuthData interface
|
||||||
|
- c777275: Added additional debug log if saleorApiUrl doesnt exist in register handler
|
||||||
|
|
||||||
## 0.37.4
|
## 0.37.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@saleor/app-sdk",
|
"name": "@saleor/app-sdk",
|
||||||
"version": "0.37.4",
|
"version": "0.38.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