From 8edada8da3ddde3ad743770275efa9c6fdb11ddc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:02:20 +0200 Subject: [PATCH] Release 3.20 (#5109) Co-authored-by: github-actions[bot] --- .changeset/chilly-trains-fail.md | 5 ----- .changeset/fresh-bikes-crash.md | 5 ----- .changeset/gold-parents-study.md | 5 ----- .changeset/nice-humans-add.md | 5 ----- .changeset/silver-spies-obey.md | 5 ----- .changeset/stale-ligers-relate.md | 5 ----- .changeset/violet-teachers-live.md | 5 ----- .changeset/wise-rice-shout.md | 5 ----- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 10 files changed, 14 insertions(+), 41 deletions(-) delete mode 100644 .changeset/chilly-trains-fail.md delete mode 100644 .changeset/fresh-bikes-crash.md delete mode 100644 .changeset/gold-parents-study.md delete mode 100644 .changeset/nice-humans-add.md delete mode 100644 .changeset/silver-spies-obey.md delete mode 100644 .changeset/stale-ligers-relate.md delete mode 100644 .changeset/violet-teachers-live.md delete mode 100644 .changeset/wise-rice-shout.md diff --git a/.changeset/chilly-trains-fail.md b/.changeset/chilly-trains-fail.md deleted file mode 100644 index 47947362c4c..00000000000 --- a/.changeset/chilly-trains-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Login, password reset and error pages now use new Macaw buttons, text and styles. diff --git a/.changeset/fresh-bikes-crash.md b/.changeset/fresh-bikes-crash.md deleted file mode 100644 index f2418b31ad0..00000000000 --- a/.changeset/fresh-bikes-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -You can now see a message instead of a loading animation when there are no categories, collections, products or variants assigned in Discounts diff --git a/.changeset/gold-parents-study.md b/.changeset/gold-parents-study.md deleted file mode 100644 index 09be3cbb7c0..00000000000 --- a/.changeset/gold-parents-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -You can now add and remove tags for gift cards without any application crash diff --git a/.changeset/nice-humans-add.md b/.changeset/nice-humans-add.md deleted file mode 100644 index 4e64ab81436..00000000000 --- a/.changeset/nice-humans-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Gift card details page and customer details page no longer crash when you have only some required permissions. This means that you can now view gift card details page if you have only gift card permissions and customer details page if you have only customer permissions. diff --git a/.changeset/silver-spies-obey.md b/.changeset/silver-spies-obey.md deleted file mode 100644 index 096521d6036..00000000000 --- a/.changeset/silver-spies-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -You can click save button on voucher creation page to trigger validation diff --git a/.changeset/stale-ligers-relate.md b/.changeset/stale-ligers-relate.md deleted file mode 100644 index fd1a6514e94..00000000000 --- a/.changeset/stale-ligers-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -You can now delete draft voucher codes during creation of new voucher diff --git a/.changeset/violet-teachers-live.md b/.changeset/violet-teachers-live.md deleted file mode 100644 index 802d4e731f8..00000000000 --- a/.changeset/violet-teachers-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -You can now update quantity per checkout in site settings diff --git a/.changeset/wise-rice-shout.md b/.changeset/wise-rice-shout.md deleted file mode 100644 index 2227c96945e..00000000000 --- a/.changeset/wise-rice-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Make MenuItems' container scrollable in navigation section diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba13c80528..05024133e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 3.20.6 + +### Patch Changes + +- c8a6d86d0: Login, password reset and error pages now use new Macaw buttons, text and styles. +- 5e3cc3fa0: You can now see a message instead of a loading animation when there are no categories, collections, products or variants assigned in Discounts +- 48b4146a0: You can now add and remove tags for gift cards without any application crash +- edaf42b95: Gift card details page and customer details page no longer crash when you have only some required permissions. This means that you can now view gift card details page if you have only gift card permissions and customer details page if you have only customer permissions. +- e73034386: You can click save button on voucher creation page to trigger validation +- 6289fbde4: You can now delete draft voucher codes during creation of new voucher +- 061412866: You can now update quantity per checkout in site settings +- 9434aea16: Make MenuItems' container scrollable in navigation section + ## 3.20.5 ### Patch Changes diff --git a/package.json b/package.json index 7b6546b98da..093bec37dee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "3.20.5", + "version": "3.20.6", "main": "src/index.tsx", "repository": { "type": "git",