Release apps (#483)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Lukasz Ostrowski 2023-05-18 15:04:11 +02:00 committed by GitHub
parent 5e903aed00
commit a5df092828
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
"saleor-app-invoices": patch
---
Update app-sdk to 0.38.0

View file

@ -1,5 +1,11 @@
# saleor-app-invoices # saleor-app-invoices
## 1.13.2
### Patch Changes
- 5e903ae: Update app-sdk to 0.38.0
## 1.13.1 ## 1.13.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "saleor-app-invoices", "name": "saleor-app-invoices",
"version": "1.13.1", "version": "1.13.2",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev", "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",