From 16072a34501f15e2d3472c7cb1fdf55f64dfe398 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:49:34 +0200 Subject: [PATCH] Prepare release 3.20 (#5227) Co-authored-by: github-actions[bot] --- .changeset/afraid-trees-wave.md | 5 ----- .changeset/curly-wolves-happen.md | 5 ----- .changeset/large-coins-shout.md | 5 ----- .changeset/loud-paws-notice.md | 5 ----- .changeset/pretty-cobras-remember.md | 5 ----- .changeset/red-masks-rush.md | 5 ----- .changeset/stale-cameras-act.md | 5 ----- .changeset/thick-kiwis-study.md | 5 ----- .changeset/two-zebras-check.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 11 files changed, 15 insertions(+), 46 deletions(-) delete mode 100644 .changeset/afraid-trees-wave.md delete mode 100644 .changeset/curly-wolves-happen.md delete mode 100644 .changeset/large-coins-shout.md delete mode 100644 .changeset/loud-paws-notice.md delete mode 100644 .changeset/pretty-cobras-remember.md delete mode 100644 .changeset/red-masks-rush.md delete mode 100644 .changeset/stale-cameras-act.md delete mode 100644 .changeset/thick-kiwis-study.md delete mode 100644 .changeset/two-zebras-check.md diff --git a/.changeset/afraid-trees-wave.md b/.changeset/afraid-trees-wave.md deleted file mode 100644 index 493e1b1c7e5..00000000000 --- a/.changeset/afraid-trees-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Now dependencies are installed properly in our pipelines, this means auth scripts are no longer stopping. diff --git a/.changeset/curly-wolves-happen.md b/.changeset/curly-wolves-happen.md deleted file mode 100644 index 25ddca47c03..00000000000 --- a/.changeset/curly-wolves-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Now, swatch presents the preview of the selected image. diff --git a/.changeset/large-coins-shout.md b/.changeset/large-coins-shout.md deleted file mode 100644 index decb9c5f50b..00000000000 --- a/.changeset/large-coins-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -When deleting product type with products the "View products" link now navigates to product list with correctly applied product type filter diff --git a/.changeset/loud-paws-notice.md b/.changeset/loud-paws-notice.md deleted file mode 100644 index 17c2fac804c..00000000000 --- a/.changeset/loud-paws-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Now cron-workflow that runs e2e tests takes proper urls to for preparing accounts action diff --git a/.changeset/pretty-cobras-remember.md b/.changeset/pretty-cobras-remember.md deleted file mode 100644 index 6a69551c8fc..00000000000 --- a/.changeset/pretty-cobras-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Back buttons now navigate to the list with previously used filters and pagination applied. diff --git a/.changeset/red-masks-rush.md b/.changeset/red-masks-rush.md deleted file mode 100644 index 131ec15789c..00000000000 --- a/.changeset/red-masks-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -"changeset/cli" version is now bumped to the latest version diff --git a/.changeset/stale-cameras-act.md b/.changeset/stale-cameras-act.md deleted file mode 100644 index 40c0877b9da..00000000000 --- a/.changeset/stale-cameras-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Now the create category button is consistent with the other views diff --git a/.changeset/thick-kiwis-study.md b/.changeset/thick-kiwis-study.md deleted file mode 100644 index 0aba0d06900..00000000000 --- a/.changeset/thick-kiwis-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -When navigating to order details from the order list, the back button will now return you to the previous page with the same filters and pagination applied. diff --git a/.changeset/two-zebras-check.md b/.changeset/two-zebras-check.md deleted file mode 100644 index be9b947a9b1..00000000000 --- a/.changeset/two-zebras-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Now accounts are decoded using an encryption key diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c8e735176..e7934192f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 3.20.14 + +### Patch Changes + +- 12edac4: Now dependencies are installed properly in our pipelines, this means auth scripts are no longer stopping. +- d15aff5: Now, swatch presents the preview of the selected image. +- 80869fb: When deleting product type with products the "View products" link now navigates to product list with correctly applied product type filter +- b9c8291: Now cron-workflow that runs e2e tests takes proper urls to for preparing accounts action +- 6c85d52: Back buttons now navigate to the list with previously used filters and pagination applied. +- 89b9170: "changeset/cli" version is now bumped to the latest version +- 75751b0: Now the create category button is consistent with the other views +- 4ef03df: When navigating to order details from the order list, the back button will now return you to the previous page with the same filters and pagination applied. +- 4e0a555: Now accounts are decoded using an encryption key + ## 3.20.13 ### Patch Changes diff --git a/package.json b/package.json index 446943ce0f0..19b0c08008f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "3.20.13", + "version": "3.20.14", "main": "src/index.tsx", "repository": { "type": "git",