From 0d9f8662299a98de4c89bbdf5b8142a0e1790bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= Date: Mon, 13 Jul 2020 17:19:29 +0200 Subject: [PATCH] Bump to 2.10.1 --- CHANGELOG.md | 2 ++ README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 779939f93..6c61104ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 24fa36f56..62bc5ce01 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/package-lock.json b/package-lock.json index 0acae4294..c4de74a1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "2.10.0", + "version": "2.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0d18f52dc..9a8351045 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "2.10.0", + "version": "2.10.1", "main": "src/index.tsx", "repository": { "type": "git",