Release apps (#144)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-02-10 16:35:24 +01:00 committed by GitHub
parent 0219561dd9
commit 846ad44d89
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": minor
---
Remove firstName and lastName fields in billing address of a company

View file

@ -1,5 +1,11 @@
# saleor-app-invoices
## 1.2.0
### Minor Changes
- 0219561: Remove firstName and lastName fields in billing address of a company
## 1.1.3
### Patch Changes

View file

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