Release to npm (#253)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
859c7277ca
commit
007d3a167e
4 changed files with 8 additions and 11 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/app-sdk": minor
|
||||
---
|
||||
|
||||
Added "brand" field to Manifest type, that allows to provide app's logo URL. It will work from Saleor 3.15
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/app-sdk": minor
|
||||
---
|
||||
|
||||
Extended context argument in createProtectedHandler. Now it contains "user" object with email and permissions
|
|
@ -1,5 +1,12 @@
|
|||
# @saleor/app-sdk
|
||||
|
||||
## 0.40.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 1d08329: Added "brand" field to Manifest type, that allows to provide app's logo URL. It will work from Saleor 3.15
|
||||
- 390fae2: Extended context argument in createProtectedHandler. Now it contains "user" object with email and permissions
|
||||
|
||||
## 0.39.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@saleor/app-sdk",
|
||||
"version": "0.39.2",
|
||||
"version": "0.40.0",
|
||||
"description": "SDK for building great Saleor Apps",
|
||||
"types": "index.d.ts",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in a new issue