From 2c007c8f372c60b60799123227d8a6ee799e5645 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:50:50 +0200 Subject: [PATCH] Release 3.20 (#5187) Co-authored-by: github-actions[bot] --- .changeset/itchy-moose-listen.md | 5 ----- .changeset/silver-items-turn.md | 5 ----- .changeset/slow-mangos-beg.md | 5 ----- .changeset/sour-balloons-clean.md | 5 ----- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 6 files changed, 10 insertions(+), 21 deletions(-) delete mode 100644 .changeset/itchy-moose-listen.md delete mode 100644 .changeset/silver-items-turn.md delete mode 100644 .changeset/slow-mangos-beg.md delete mode 100644 .changeset/sour-balloons-clean.md diff --git a/.changeset/itchy-moose-listen.md b/.changeset/itchy-moose-listen.md deleted file mode 100644 index 06d38c45e94..00000000000 --- a/.changeset/itchy-moose-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Clicking a select channel on a product list and then click close button clear filter state, so when you click again select button, only one channel filter will be selected diff --git a/.changeset/silver-items-turn.md b/.changeset/silver-items-turn.md deleted file mode 100644 index a1ed1f7f537..00000000000 --- a/.changeset/silver-items-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -You can now see app's webhooks' event delivery attempts in app settings. These include last 6 failed or pending deliveries with their details: payload, status and date. diff --git a/.changeset/slow-mangos-beg.md b/.changeset/slow-mangos-beg.md deleted file mode 100644 index 6f64d2be29c..00000000000 --- a/.changeset/slow-mangos-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -You can now provide 0 variant price value during product creation diff --git a/.changeset/sour-balloons-clean.md b/.changeset/sour-balloons-clean.md deleted file mode 100644 index 1409479bc2d..00000000000 --- a/.changeset/sour-balloons-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Removing not required dropdown attribue value no longer cause error diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a15a8276d..530dec543ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 3.20.12 + +### Patch Changes + +- 8db152e60: Clicking a select channel on a product list and then click close button clear filter state, so when you click again select button, only one channel filter will be selected +- 3f74d5cb2: You can now see app's webhooks' event delivery attempts in app settings. These include last 6 failed or pending deliveries with their details: payload, status and date. +- c330adeb7: You can now provide 0 variant price value during product creation +- 350194c3d: Removing not required dropdown attribue value no longer cause error + ## 3.20.11 ### Patch Changes diff --git a/package.json b/package.json index 23cdcd26694..4d691cf24f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "3.20.11", + "version": "3.20.12", "main": "src/index.tsx", "repository": { "type": "git",