From d8903a268b94862bc6029a5a061a08c3bd46124f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:51:00 +0100 Subject: [PATCH] Release 3.20 (#5232) Co-authored-by: github-actions[bot] --- .changeset/dull-glasses-juggle.md | 5 ----- .changeset/light-squids-shave.md | 5 ----- .changeset/spotty-lemons-give.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 5 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 .changeset/dull-glasses-juggle.md delete mode 100644 .changeset/light-squids-shave.md delete mode 100644 .changeset/spotty-lemons-give.md diff --git a/.changeset/dull-glasses-juggle.md b/.changeset/dull-glasses-juggle.md deleted file mode 100644 index 616f88755a3..00000000000 --- a/.changeset/dull-glasses-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Mailpit service uses has been removed due to issues with checking email during E2E runs on PRs. This means the tests no longer check if export emails have been received. diff --git a/.changeset/light-squids-shave.md b/.changeset/light-squids-shave.md deleted file mode 100644 index 6c643fda31a..00000000000 --- a/.changeset/light-squids-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -The value of attribute type `plainText` is now capped. This prevents the UI from freezing when the value is very large. diff --git a/.changeset/spotty-lemons-give.md b/.changeset/spotty-lemons-give.md deleted file mode 100644 index e7536b71f8b..00000000000 --- a/.changeset/spotty-lemons-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -The tax app version no longer displayed in the tax select input because showing the initial installed app version caused confusing diff --git a/CHANGELOG.md b/CHANGELOG.md index e7934192f0b..530e01fe770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.20.15 + +### Patch Changes + +- bfb6237: Mailpit service uses has been removed due to issues with checking email during E2E runs on PRs. This means the tests no longer check if export emails have been received. +- 5b50332: The value of attribute type `plainText` is now capped. This prevents the UI from freezing when the value is very large. +- 3948065: The tax app version no longer displayed in the tax select input because showing the initial installed app version caused confusing + ## 3.20.14 ### Patch Changes diff --git a/package.json b/package.json index 19b0c08008f..d2765dfb6f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "3.20.14", + "version": "3.20.15", "main": "src/index.tsx", "repository": { "type": "git",