Skip to content

Commit

Permalink
Bump version to 2.11.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofwolski committed Aug 28, 2020
1 parent 358281d commit 957203b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable, unreleased changes to this project will be documented in this file.

## [Unreleased]

## 2.11.0-rc.3

- Add sku column to fulfillment cards - #538 by @dominik-zeglen
- Migrate product base price to variant prices - #555 by @orzechdev
- Migrate old notifications to the new ones - #587 by @AlicjaSzu
Expand All @@ -21,6 +23,9 @@ All notable, unreleased changes to this project will be documented in this file.
- Fix user avatars - #639 by @dominik-zeglen
- Reset modal state after closing - #644 by @dominik-zeglen
- Fix incorrect messages - #643 by @dominik-zeglen

## 2.11.0-rc.2

- Do not use devserver to run cypress tests - #650 by @dominik-zeglen
- Fix updating product that has no variants - #649 by @dominik-zeglen
- Update checkbox design - #651 by @dominik-zeglen
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.11.0-rc.2",
"version": "2.11.0-rc.3",
"main": "src/index.tsx",
"repository": {
"type": "git",
Expand Down

0 comments on commit 957203b

Please sign in to comment.