Release to npm (#232)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
11b793be94
commit
463fffb66c
4 changed files with 8 additions and 11 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/app-sdk": patch
|
||||
---
|
||||
|
||||
Improved and fixed debug logs in createAppRegistedHandler
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/app-sdk": patch
|
||||
---
|
||||
|
||||
Changed import type from next/router, that fixes Next 13.3.1 build
|
|
@ -1,5 +1,12 @@
|
|||
# @saleor/app-sdk
|
||||
|
||||
## 0.37.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7c6c164: Improved and fixed debug logs in createAppRegistedHandler
|
||||
- 11b793b: Changed import type from next/router, that fixes Next 13.3.1 build
|
||||
|
||||
## 0.37.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@saleor/app-sdk",
|
||||
"version": "0.37.3",
|
||||
"version": "0.37.4",
|
||||
"description": "SDK for building great Saleor Apps",
|
||||
"types": "index.d.ts",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in a new issue