From 709954f7cd092334ec5c3dcb613003e33b2a9f69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Jan 2026 10:26:54 +0000 Subject: [PATCH] Release 3.22 [automated] --- .changeset/breeze-sets-revives.md | 7 ------- .changeset/calm-paws-dig.md | 9 --------- .changeset/chubby-friends-teach.md | 5 ----- .changeset/few-canyons-feel.md | 5 ----- .changeset/lucky-apples-speak.md | 5 ----- .changeset/mighty-toes-march.md | 9 --------- .changeset/some-cooks-post.md | 5 ----- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 9 files changed, 29 insertions(+), 46 deletions(-) delete mode 100644 .changeset/breeze-sets-revives.md delete mode 100644 .changeset/calm-paws-dig.md delete mode 100644 .changeset/chubby-friends-teach.md delete mode 100644 .changeset/few-canyons-feel.md delete mode 100644 .changeset/lucky-apples-speak.md delete mode 100644 .changeset/mighty-toes-march.md delete mode 100644 .changeset/some-cooks-post.md diff --git a/.changeset/breeze-sets-revives.md b/.changeset/breeze-sets-revives.md deleted file mode 100644 index 610200b46b9..00000000000 --- a/.changeset/breeze-sets-revives.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Added support for [devcontainers] to facilitate local development. - -[devcontainers]: https://containers.dev/ diff --git a/.changeset/calm-paws-dig.md b/.changeset/calm-paws-dig.md deleted file mode 100644 index 76ba067f050..00000000000 --- a/.changeset/calm-paws-dig.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Prevent accidental variant metadata edits from order context - -Previously, users could edit product variant metadata directly from the Order Line Metadata dialog. This could be misleading because variant metadata is shared across all orders—changes made here would affect the variant globally, not just this order. - -Variant metadata is now displayed as read-only in the order context, with a direct link to the variant page for intentional edits. \ No newline at end of file diff --git a/.changeset/chubby-friends-teach.md b/.changeset/chubby-friends-teach.md deleted file mode 100644 index 100b58acdfd..00000000000 --- a/.changeset/chubby-friends-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Redesigned "What's New" modal with timeline layout, type badges, and improved visual hierarchy for better readability. diff --git a/.changeset/few-canyons-feel.md b/.changeset/few-canyons-feel.md deleted file mode 100644 index 4d4b9403647..00000000000 --- a/.changeset/few-canyons-feel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Fixed a bug that prevented creating refunds when clicked "Set maximal quantities" button on Order Return & replace page diff --git a/.changeset/lucky-apples-speak.md b/.changeset/lucky-apples-speak.md deleted file mode 100644 index 91eff270ff6..00000000000 --- a/.changeset/lucky-apples-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Fixed bold border in configuration page cards diff --git a/.changeset/mighty-toes-march.md b/.changeset/mighty-toes-march.md deleted file mode 100644 index 307aa5ce3c7..00000000000 --- a/.changeset/mighty-toes-march.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -New capture dialog for capturing payments with support for: -- Full and partial authorization status indicators -- Custom capture amount input with currency-aware decimal validation -- Order balance and transaction-level capture tracking -- Outcome prediction showing resulting order status \ No newline at end of file diff --git a/.changeset/some-cooks-post.md b/.changeset/some-cooks-post.md deleted file mode 100644 index 6133d69abdc..00000000000 --- a/.changeset/some-cooks-post.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Updated `qs`, and patched `posthog` to use packages without security warnings diff --git a/CHANGELOG.md b/CHANGELOG.md index a94b515c363..7aad43118f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## 3.22.25 + +### Patch Changes + +- [#6243](https://github.com/saleor/saleor-dashboard/pull/6243) [`1a04311`](https://github.com/saleor/saleor-dashboard/commit/1a043114383f657839a441e7a40b9c5f3a1e0965) Thanks [@NyanKiyoshi](https://github.com/NyanKiyoshi)! - Added support for [devcontainers] to facilitate local development. + + [devcontainers]: https://containers.dev/ + +- [#6226](https://github.com/saleor/saleor-dashboard/pull/6226) [`1486e12`](https://github.com/saleor/saleor-dashboard/commit/1486e1207176b6cf571a22c0c8b7c7146c9755c6) Thanks [@mirekm](https://github.com/mirekm)! - Prevent accidental variant metadata edits from order context + + Previously, users could edit product variant metadata directly from the Order Line Metadata dialog. This could be misleading because variant metadata is shared across all orders—changes made here would affect the variant globally, not just this order. + + Variant metadata is now displayed as read-only in the order context, with a direct link to the variant page for intentional edits. + +- [#6242](https://github.com/saleor/saleor-dashboard/pull/6242) [`8a48470`](https://github.com/saleor/saleor-dashboard/commit/8a484705dbc85d93cc9aa05ba6924865c8b203cb) Thanks [@mirekm](https://github.com/mirekm)! - Redesigned "What's New" modal with timeline layout, type badges, and improved visual hierarchy for better readability. + +- [#6255](https://github.com/saleor/saleor-dashboard/pull/6255) [`02197fd`](https://github.com/saleor/saleor-dashboard/commit/02197fd8a0eb6d9efbd0c904cb93c0a87ee0a557) Thanks [@witoszekdev](https://github.com/witoszekdev)! - Fixed a bug that prevented creating refunds when clicked "Set maximal quantities" button on Order Return & replace page + +- [#6251](https://github.com/saleor/saleor-dashboard/pull/6251) [`ce04007`](https://github.com/saleor/saleor-dashboard/commit/ce040077c57bf067e67132048d23387cde2a4d6d) Thanks [@lkostrowski](https://github.com/lkostrowski)! - Fixed bold border in configuration page cards + +- [#6200](https://github.com/saleor/saleor-dashboard/pull/6200) [`f824411`](https://github.com/saleor/saleor-dashboard/commit/f8244119445e5c969c91480893559cc19fe65cba) Thanks [@mirekm](https://github.com/mirekm)! - New capture dialog for capturing payments with support for: + - Full and partial authorization status indicators + - Custom capture amount input with currency-aware decimal validation + - Order balance and transaction-level capture tracking + - Outcome prediction showing resulting order status + +- [#6245](https://github.com/saleor/saleor-dashboard/pull/6245) [`bc27812`](https://github.com/saleor/saleor-dashboard/commit/bc278122cb81f6303cdee816e35c929043209254) Thanks [@witoszekdev](https://github.com/witoszekdev)! - Updated `qs`, and patched `posthog` to use packages without security warnings + ## 3.22.24 ### Patch Changes diff --git a/package.json b/package.json index 744a53cf247..5de55580d32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "3.22.24", + "version": "3.22.25", "repository": { "type": "git", "url": "git://github.com/saleor/saleor-dashboard.git"