Release to npm (#267)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-07-25 09:14:14 +02:00 committed by GitHub
parent 1118ea9c0b
commit 5c56cf566d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 12 deletions

View file

@ -1,11 +0,0 @@
---
"@saleor/app-sdk": minor
---
Added new actions and events for dynamic permissions request.
Now App can ask Dashboard to grant more permissions than originally assigned.
Operation can be approved or rejected by the user.
This feature is available in Saleor 3.15 and higher

View file

@ -1,5 +1,17 @@
# @saleor/app-sdk
## 0.43.0
### Minor Changes
- 1118ea9: Added new actions and events for dynamic permissions request.
Now App can ask Dashboard to grant more permissions than originally assigned.
Operation can be approved or rejected by the user.
This feature is available in Saleor 3.15 and higher
## 0.42.0
### Minor Changes

View file

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