Release to npm (#253)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-06-14 12:33:54 +02:00 committed by GitHub
parent 859c7277ca
commit 007d3a167e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 11 deletions

View file

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

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": minor
---
Extended context argument in createProtectedHandler. Now it contains "user" object with email and permissions

View file

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

View file

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