Release to npm (#232)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-04-26 13:40:05 +02:00 committed by GitHub
parent 11b793be94
commit 463fffb66c
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": patch
---
Improved and fixed debug logs in createAppRegistedHandler

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": patch
---
Changed import type from next/router, that fixes Next 13.3.1 build

View file

@ -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

View file

@ -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",