From 38d3386045f6463dcc3deef02d6793a14b86519a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= Date: Wed, 4 Nov 2020 12:32:10 +0100 Subject: [PATCH] Update after release --- 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 6315fb66e..01ebeeefd 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.11.0 + - 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 diff --git a/README.md b/README.md index 48452e3e1..878a6b1b8 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.1 +$ git checkout 2.11.0 ``` 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 64aa11b5f..73d557208 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "2.11.0-a.0", + "version": "3.0.0-a.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c3c83cc11..87724860c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "2.11.0-a.0", + "version": "3.0.0-a.0", "main": "src/index.tsx", "repository": { "type": "git",