From f852b509c00c4f6e5519728fcabf75e7a01686a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:55:59 +0100 Subject: [PATCH] Release 3.19.1 (#4690) Co-authored-by: github-actions[bot] --- .changeset/itchy-queens-sit.md | 6 ------ .changeset/mean-phones-hide.md | 5 ----- .changeset/nasty-chefs-applaud.md | 5 ----- .changeset/perfect-ears-drive.md | 5 ----- .changeset/real-brooms-attack.md | 5 ----- .changeset/sharp-gorillas-cheat.md | 5 ----- .changeset/spotty-spies-film.md | 5 ----- .changeset/yellow-keys-admire.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 10 files changed, 15 insertions(+), 42 deletions(-) delete mode 100644 .changeset/itchy-queens-sit.md delete mode 100644 .changeset/mean-phones-hide.md delete mode 100644 .changeset/nasty-chefs-applaud.md delete mode 100644 .changeset/perfect-ears-drive.md delete mode 100644 .changeset/real-brooms-attack.md delete mode 100644 .changeset/sharp-gorillas-cheat.md delete mode 100644 .changeset/spotty-spies-film.md delete mode 100644 .changeset/yellow-keys-admire.md diff --git a/.changeset/itchy-queens-sit.md b/.changeset/itchy-queens-sit.md deleted file mode 100644 index be18c7e3666..00000000000 --- a/.changeset/itchy-queens-sit.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Fix showing empty price when value is zero -Improve showing discount type in order payment details diff --git a/.changeset/mean-phones-hide.md b/.changeset/mean-phones-hide.md deleted file mode 100644 index a4c459b7e73..00000000000 --- a/.changeset/mean-phones-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Add clarity to order cancel dialog diff --git a/.changeset/nasty-chefs-applaud.md b/.changeset/nasty-chefs-applaud.md deleted file mode 100644 index 273d92bd20e..00000000000 --- a/.changeset/nasty-chefs-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Add product analytics on cloud diff --git a/.changeset/perfect-ears-drive.md b/.changeset/perfect-ears-drive.md deleted file mode 100644 index 8df81b25728..00000000000 --- a/.changeset/perfect-ears-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Previously we allowed user to select either flat rates or any tax app. To avoid problems if there are more tax apps installed this change adds ability to select tax app that will be used to calculated taxes per channel. User can also select tax app for country exception while configuring taxes. Related [RFC](https://github.com/saleor/saleor/issues/12942) diff --git a/.changeset/real-brooms-attack.md b/.changeset/real-brooms-attack.md deleted file mode 100644 index 40ed6714c16..00000000000 --- a/.changeset/real-brooms-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Fix showing promotion discount type in order summary diff --git a/.changeset/sharp-gorillas-cheat.md b/.changeset/sharp-gorillas-cheat.md deleted file mode 100644 index 1800ac73091..00000000000 --- a/.changeset/sharp-gorillas-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Set codeowners based on new GH groups diff --git a/.changeset/spotty-spies-film.md b/.changeset/spotty-spies-film.md deleted file mode 100644 index ea4fd1e51ff..00000000000 --- a/.changeset/spotty-spies-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Improve error color on datagrid diff --git a/.changeset/yellow-keys-admire.md b/.changeset/yellow-keys-admire.md deleted file mode 100644 index 9e84c301727..00000000000 --- a/.changeset/yellow-keys-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Show discount name for promotion discount type diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0d22ebfe2..19f7c9a5543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 3.19.1 + +### Patch Changes + +- bb0b1a054: Fix showing empty price when value is zero + Improve showing discount type in order payment details +- fda067f06: Add clarity to order cancel dialog +- fea94f677: Add product analytics on cloud +- a831b81d3: Previously we allowed user to select either flat rates or any tax app. To avoid problems if there are more tax apps installed this change adds ability to select tax app that will be used to calculated taxes per channel. User can also select tax app for country exception while configuring taxes. Related [RFC](https://github.com/saleor/saleor/issues/12942) +- 14091954b: Fix showing promotion discount type in order summary +- ad1fd3585: Set codeowners based on new GH groups +- cbd9c469e: Improve error color on datagrid +- 6e5528210: Show discount name for promotion discount type + ## 3.19.0 ### Minor Changes diff --git a/package.json b/package.json index 8c36f481554..9ba432f68e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "3.19.0", + "version": "3.19.1", "main": "src/index.tsx", "repository": { "type": "git",