From 807f9c193b31a89b0e4654b7eb3fd630911a3393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= Date: Thu, 7 May 2020 13:53:52 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 3 +-- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 179d1e69e..aba8eecf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ All notable, unreleased changes to this project will be documented in this file. ## [Unreleased] -- Update product stock management to newest design - #515 by @dominik-zeglen - ## 2.10.0 - Fix minor bugs - #244 by @dominik-zeglen @@ -52,6 +50,7 @@ All notable, unreleased changes to this project will be documented in this file. - Add warehouse management - #390 by @dominik-zeglen - Fix minor visual bugs - #521 by @dominik-zeglen - Handle session expiration - #520 by @dominik-zeglen +- Update product stock management to newest design - #515 by @dominik-zeglen ## 2.0.0 diff --git a/README.md b/README.md index 0afc697de..dc4ffaeaa 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-rc.1 +$ git checkout 2.10.0-rc.2 ``` 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 6b852b629..cbf60cef4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "2.10.0-rc.1", + "version": "2.10.0-rc.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index abf6feb78..836d6655e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "2.10.0-rc.1", + "version": "2.10.0-rc.2", "main": "src/index.tsx", "repository": { "type": "git",