From 846ad44d89a44b45c2e64d76f083696d5b58428a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 16:35:24 +0100 Subject: [PATCH] Release apps (#144) Co-authored-by: github-actions[bot] --- .changeset/new-walls-appear.md | 5 ----- apps/invoices/CHANGELOG.md | 6 ++++++ apps/invoices/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/new-walls-appear.md diff --git a/.changeset/new-walls-appear.md b/.changeset/new-walls-appear.md deleted file mode 100644 index 4134379..0000000 --- a/.changeset/new-walls-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-invoices": minor ---- - -Remove firstName and lastName fields in billing address of a company diff --git a/apps/invoices/CHANGELOG.md b/apps/invoices/CHANGELOG.md index 996a6dd..f22877f 100644 --- a/apps/invoices/CHANGELOG.md +++ b/apps/invoices/CHANGELOG.md @@ -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 diff --git a/apps/invoices/package.json b/apps/invoices/package.json index 31ed15b..2abe758 100644 --- a/apps/invoices/package.json +++ b/apps/invoices/package.json @@ -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",