Bump version

This commit is contained in:
Marcin Gębala 2020-05-04 15:20:53 +02:00
parent 87fcc812a6
commit 4f45a6e14a
4 changed files with 5 additions and 3 deletions

View file

@ -4,6 +4,8 @@ All notable, unreleased changes to this project will be documented in this file.
## [Unreleased]
## 2.10.0
- Fix minor bugs - #244 by @dominik-zeglen
- Fix tax settings updating - #243 by @dominik-zeglen
- Add secret fields in plugin configuration - #246 by @dominik-zeglen

View file

@ -40,7 +40,7 @@ $ cd saleor-dashboard
To use the official stable release, checkout to a release tag:
```
$ git checkout v2.0.0
$ git checkout 2.10.0-rc.1
```
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",
"version": "2.0.0",
"version": "2.10.0-rc.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

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