Release to npm (#259)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-06-27 17:23:25 +02:00 committed by GitHub
parent b365c7c830
commit ec09ce9aa9
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 NextApiRequest to context of createManifestHandler. Now you can read native request to construct more specific manifest based on request params

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": minor
---
Added saleorVersion and dashboardVersion fields to AppBridge state. They are optional - will be provided from 3.15.

View file

@ -1,5 +1,12 @@
# @saleor/app-sdk
## 0.41.0
### Minor Changes
- 86d963e: Added NextApiRequest to context of createManifestHandler. Now you can read native request to construct more specific manifest based on request params
- b365c7c: Added saleorVersion and dashboardVersion fields to AppBridge state. They are optional - will be provided from 3.15.
## 0.40.1
### Patch Changes

View file

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