Skip to content

Commit

Permalink
Bump to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maarcingebala committed Jul 13, 2020
1 parent 973add1 commit 0d9f866
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 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.10.1

- Add weight field and fix warehouse country selection - #597 by @dominik-zeglen
- Fix weight based rate update - #604 by @dominik-zeglen

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ cd saleor-dashboard
To use the official stable release, checkout to a release tag:

```
$ git checkout 2.10.0
$ git checkout 2.10.1
```

See the list of all releases here: https://github.com/mirumee/saleor-dashboard/releases/
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.10.0",
"version": "2.10.1",
"main": "src/index.tsx",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0d9f866

Please sign in to comment.