Skip to content

Commit 762d8b2

Browse files
Release 3.23 [automated] (#6829)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 998c0cf commit 762d8b2

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.changeset/type-attribute-list-selection.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/type-attribute-unassign-id.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 3.23.25
4+
5+
### Patch Changes
6+
7+
- [#6828](https://github.com/saleor/saleor-dashboard/pull/6828) [`998c0cf`](https://github.com/saleor/saleor-dashboard/commit/998c0cf6a8658b5cea2af8b69782b5a54a2673c9) Thanks [@mirekm](https://github.com/mirekm)! - Fix the assigned-attribute lists on product types and model types: the row checkbox no longer opens the attribute, selecting rows no longer shifts the columns, and bulk unassign is the same trash icon as the row action.
8+
9+
- [#6828](https://github.com/saleor/saleor-dashboard/pull/6828) [`998c0cf`](https://github.com/saleor/saleor-dashboard/commit/998c0cf6a8658b5cea2af8b69782b5a54a2673c9) Thanks [@mirekm](https://github.com/mirekm)! - Fix unassigning an attribute from a product type or model type. The confirm dialog now keeps the attribute id, so the request no longer sends `null` and the attribute is actually removed.
10+
311
## 3.23.24
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saleor-dashboard",
3-
"version": "3.23.24",
3+
"version": "3.23.25",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/saleor/saleor-dashboard.git"

0 commit comments

Comments
 (0)