Bump version
This commit is contained in:
parent
87fcc812a6
commit
4f45a6e14a
4 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-dashboard",
|
||||
"version": "2.0.0",
|
||||
"version": "2.10.0-rc.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-dashboard",
|
||||
"version": "2.0.0",
|
||||
"version": "2.10.0-rc.1",
|
||||
"main": "src/index.tsx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue