Release to npm (#266)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-07-24 15:57:10 +02:00 committed by GitHub
parent b8935a84c5
commit 8eae1614f2
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 "appPermissions" field to AppBridgeState. Now, when app is mounted and handshake is complete, app will automatically extract permissions and save them.

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": minor
---
Exposed "@saleor/app-sdk/headers" path. It contains helper methods: getSaleorHeaders and getBaseUrl

View file

@ -1,5 +1,12 @@
# @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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@saleor/app-sdk",
"version": "0.41.1",
"version": "0.42.0",
"description": "SDK for building great Saleor Apps",
"types": "index.d.ts",
"main": "index.js",