Bump version

This commit is contained in:
Marcin Gębala 2020-05-07 13:53:52 +02:00
parent d78c7842f4
commit 807f9c193b
4 changed files with 4 additions and 5 deletions

View file

@ -4,8 +4,6 @@ All notable, unreleased changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
- Update product stock management to newest design - #515 by @dominik-zeglen
## 2.10.0 ## 2.10.0
- Fix minor bugs - #244 by @dominik-zeglen - 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 - Add warehouse management - #390 by @dominik-zeglen
- Fix minor visual bugs - #521 by @dominik-zeglen - Fix minor visual bugs - #521 by @dominik-zeglen
- Handle session expiration - #520 by @dominik-zeglen - Handle session expiration - #520 by @dominik-zeglen
- Update product stock management to newest design - #515 by @dominik-zeglen
## 2.0.0 ## 2.0.0

View file

@ -40,7 +40,7 @@ $ cd saleor-dashboard
To use the official stable release, checkout to a release tag: 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/ See the list of all releases here: https://github.com/mirumee/saleor-dashboard/releases/

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "saleor-dashboard", "name": "saleor-dashboard",
"version": "2.10.0-rc.1", "version": "2.10.0-rc.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "saleor-dashboard", "name": "saleor-dashboard",
"version": "2.10.0-rc.1", "version": "2.10.0-rc.2",
"main": "src/index.tsx", "main": "src/index.tsx",
"repository": { "repository": {
"type": "git", "type": "git",