From 5a6612f0f4478e13ef70dcc05ec63c19e1fbc4ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20G=C4=99bala?= Date: Thu, 14 May 2020 09:23:29 +0200 Subject: [PATCH] Bump version to 2.10.0 --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc4ffaeaa..24fa36f56 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.2 +$ git checkout 2.10.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 cbf60cef4..0acae4294 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "2.10.0-rc.2", + "version": "2.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 836d6655e..0d18f52dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "2.10.0-rc.2", + "version": "2.10.0", "main": "src/index.tsx", "repository": { "type": "git",