diff --git a/.changeset/breezy-apples-impress.md b/.changeset/breezy-apples-impress.md deleted file mode 100644 index e8f54ecac35..00000000000 --- a/.changeset/breezy-apples-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Removing value from area input in address form no more cause error diff --git a/.changeset/empty-turkeys-remain.md b/.changeset/empty-turkeys-remain.md deleted file mode 100644 index b5d62b90848..00000000000 --- a/.changeset/empty-turkeys-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -The app no longer changes the url when it is already been updated. diff --git a/.changeset/five-otters-try.md b/.changeset/five-otters-try.md deleted file mode 100644 index ea88448cdc0..00000000000 --- a/.changeset/five-otters-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Selecting sale entries no longer fails when browsing the sales list diff --git a/.changeset/flat-waves-sip.md b/.changeset/flat-waves-sip.md deleted file mode 100644 index 2eaf6922772..00000000000 --- a/.changeset/flat-waves-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -The double success banner no longer appears during app installation \ No newline at end of file diff --git a/.changeset/kind-lemons-shop.md b/.changeset/kind-lemons-shop.md deleted file mode 100644 index 4d28988653a..00000000000 --- a/.changeset/kind-lemons-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Assign product dialog no more crash when product has no channels diff --git a/.changeset/pretty-beds-tell.md b/.changeset/pretty-beds-tell.md deleted file mode 100644 index fb1d3aa559a..00000000000 --- a/.changeset/pretty-beds-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Prevent a call update channel after voucher create when no voucher id returns from response diff --git a/.changeset/sixty-stingrays-breathe.md b/.changeset/sixty-stingrays-breathe.md deleted file mode 100644 index 94979a61edb..00000000000 --- a/.changeset/sixty-stingrays-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Adding tranalstions to shipping methods no more cause error diff --git a/.changeset/violet-tigers-sneeze.md b/.changeset/violet-tigers-sneeze.md deleted file mode 100644 index b509f0072d5..00000000000 --- a/.changeset/violet-tigers-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Assigning product to collection no more cause error diff --git a/.changeset/young-countries-glow.md b/.changeset/young-countries-glow.md deleted file mode 100644 index d1e69dd5fe9..00000000000 --- a/.changeset/young-countries-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Update variant file attribute value no more cause error diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc46148ee1..7f58b41a34e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 3.20.21 + +### Patch Changes + +- 8d08677: Removing value from area input in address form no more cause error +- c48e50b: The app no longer changes the url when it is already been updated. +- 38d9a92: Selecting sale entries no longer fails when browsing the sales list +- 315676c: The double success banner no longer appears during app installation +- 3e89b07: Assign product dialog no more crash when product has no channels +- 36fb327: Prevent a call update channel after voucher create when no voucher id returns from response +- 917c0f8: Adding tranalstions to shipping methods no more cause error +- 5013483: Assigning product to collection no more cause error +- 749a09f: Update variant file attribute value no more cause error + ## 3.20.20 ### Patch Changes diff --git a/package.json b/package.json index 381a866c043..924b186e399 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "3.20.20", + "version": "3.20.21", "main": "src/index.tsx", "repository": { "type": "git",