diff --git a/.changeset/gorgeous-crews-attend.md b/.changeset/gorgeous-crews-attend.md deleted file mode 100644 index 3fc9952a2ea..00000000000 --- a/.changeset/gorgeous-crews-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Add manual workflow for cypress tests diff --git a/.changeset/green-ducks-turn.md b/.changeset/green-ducks-turn.md deleted file mode 100644 index e21cecfd076..00000000000 --- a/.changeset/green-ducks-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -An error is no longer raised and visible to the user when saving translations diff --git a/.changeset/hip-clocks-allow.md b/.changeset/hip-clocks-allow.md deleted file mode 100644 index 74b30a45fe8..00000000000 --- a/.changeset/hip-clocks-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Run cypress or playwright tests on release diff --git a/.changeset/ninety-pillows-sing.md b/.changeset/ninety-pillows-sing.md deleted file mode 100644 index 4854b907514..00000000000 --- a/.changeset/ninety-pillows-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Fix error related to can not read property of undefined in metadata and reading search page info diff --git a/.changeset/rare-taxis-report.md b/.changeset/rare-taxis-report.md deleted file mode 100644 index 96b904fa2b2..00000000000 --- a/.changeset/rare-taxis-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -An error is no longer raised and visible to the user when focus combobox input diff --git a/.changeset/tricky-lamps-flash.md b/.changeset/tricky-lamps-flash.md deleted file mode 100644 index cea5b0722a3..00000000000 --- a/.changeset/tricky-lamps-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -An error is no longer raised and visible to the user when saving credential is not supported diff --git a/CHANGELOG.md b/CHANGELOG.md index f9f4703158a..d6598c5bc47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 3.16.3 + +### Patch Changes + +- 338c9f82d: Add manual workflow for cypress tests +- 27a792fbd: An error is no longer raised and visible to the user when saving translations +- 5b8e9eaf5: Run cypress or playwright tests on release +- 1d0b48551: Fix error related to can not read property of undefined in metadata and reading search page info +- d9b0b5541: An error is no longer raised and visible to the user when focus combobox input +- f9691181d: An error is no longer raised and visible to the user when saving credential is not supported + ## 3.16.2 ### Patch Changes diff --git a/package.json b/package.json index 4b391812219..f2906eff8fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "3.16.2", + "version": "3.16.3", "main": "src/index.tsx", "repository": { "type": "git",