Skip to content

Commit

Permalink
Fix prepare release 3.20 (#5050)
Browse files Browse the repository at this point in the history
  • Loading branch information
poulch committed Jul 16, 2024
1 parent bd1a9f3 commit 5fae783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# Changelog

## 3.21.0

### Minor Changes

- d4e284996: You can run e2e for updating order with non-manual refunds in status draft/failure
## 3.20.1

### Patch Changes

- 81d909bd1: You can now see macaw ui migration progress
- 125883658: Product variant forms now show missing price and name errors when these fields are empty.
- 55e72b855: Edit refund view no longer display title with typo when edit refund with line items
- 27a47265a: The legacy selects are no longer present within the codebase, this means you should use the ones from new macaw when developing the UI
- d4e284996: You can run e2e for updating order with non-manual refunds in status draft/failure

## 3.20.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saleor-dashboard",
"version": "3.21.0",
"version": "3.20.1",
"main": "src/index.tsx",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5fae783

Please sign in to comment.