diff --git a/.changeset/chilly-hotels-melt.md b/.changeset/chilly-hotels-melt.md deleted file mode 100644 index 7677d8fa412..00000000000 --- a/.changeset/chilly-hotels-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Optimize test by reusing an existing order instead of creating a new one diff --git a/.changeset/cuddly-spiders-wave.md b/.changeset/cuddly-spiders-wave.md deleted file mode 100644 index 0d0d34e2c05..00000000000 --- a/.changeset/cuddly-spiders-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Increase global single test timeout to avoid false neagtive test results diff --git a/.changeset/nasty-grapes-attend.md b/.changeset/nasty-grapes-attend.md deleted file mode 100644 index 831882b4671..00000000000 --- a/.changeset/nasty-grapes-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Refactor tests to replace `waitForDOMToFullyLoad` with `waitForLoaderToDisappear`, making the test shorter by waiting only for the loader to disappear instead of the entire DOM to load. diff --git a/.changeset/wicked-meals-change.md b/.changeset/wicked-meals-change.md deleted file mode 100644 index 5bb8719cb72..00000000000 --- a/.changeset/wicked-meals-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Upgrade lz-string library to version that supports MIT license diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9fc91079a..11cc6936c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 3.20.18 + +### Patch Changes + +- 9436450: Optimize test by reusing an existing order instead of creating a new one +- 3db9f24: Increase global single test timeout to avoid false neagtive test results +- abdd791: Refactor tests to replace `waitForDOMToFullyLoad` with `waitForLoaderToDisappear`, making the test shorter by waiting only for the loader to disappear instead of the entire DOM to load. +- 711c368: Upgrade lz-string library to version that supports MIT license + ## 3.20.17 ### Patch Changes diff --git a/package.json b/package.json index d3e9a593e62..086812ffc47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "3.20.17", + "version": "3.20.18", "main": "src/index.tsx", "repository": { "type": "git",