Release to npm (#267)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
1118ea9c0b
commit
5c56cf566d
3 changed files with 13 additions and 12 deletions
|
@ -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
|
|
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
||||||
# @saleor/app-sdk
|
# @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
|
## 0.42.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@saleor/app-sdk",
|
"name": "@saleor/app-sdk",
|
||||||
"version": "0.42.0",
|
"version": "0.43.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