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",