Release to npm (#266)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
b8935a84c5
commit
8eae1614f2
4 changed files with 8 additions and 11 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/app-sdk": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Added "appPermissions" field to AppBridgeState. Now, when app is mounted and handshake is complete, app will automatically extract permissions and save them.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/app-sdk": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Exposed "@saleor/app-sdk/headers" path. It contains helper methods: getSaleorHeaders and getBaseUrl
|
|
|
@ -1,5 +1,12 @@
|
||||||
# @saleor/app-sdk
|
# @saleor/app-sdk
|
||||||
|
|
||||||
|
## 0.42.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- b8935a8: Added "appPermissions" field to AppBridgeState. Now, when app is mounted and handshake is complete, app will automatically extract permissions and save them.
|
||||||
|
- b8935a8: Exposed "@saleor/app-sdk/headers" path. It contains helper methods: getSaleorHeaders and getBaseUrl
|
||||||
|
|
||||||
## 0.41.1
|
## 0.41.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@saleor/app-sdk",
|
"name": "@saleor/app-sdk",
|
||||||
"version": "0.41.1",
|
"version": "0.42.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