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