Bump version
This commit is contained in:
parent
d78c7842f4
commit
807f9c193b
4 changed files with 4 additions and 5 deletions
|
@ -4,8 +4,6 @@ All notable, unreleased changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
- Update product stock management to newest design - #515 by @dominik-zeglen
|
||||
|
||||
## 2.10.0
|
||||
|
||||
- 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
|
||||
- Fix minor visual bugs - #521 by @dominik-zeglen
|
||||
- Handle session expiration - #520 by @dominik-zeglen
|
||||
- Update product stock management to newest design - #515 by @dominik-zeglen
|
||||
|
||||
## 2.0.0
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ $ cd saleor-dashboard
|
|||
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/
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-dashboard",
|
||||
"version": "2.10.0-rc.1",
|
||||
"version": "2.10.0-rc.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-dashboard",
|
||||
"version": "2.10.0-rc.1",
|
||||
"version": "2.10.0-rc.2",
|
||||
"main": "src/index.tsx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue