Merge pull request #817 from mirumee/update-after-release
Update after release
This commit is contained in:
commit
f3b399830c
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.11.0
|
||||
|
||||
- Add sku column to fulfillment cards - #538 by @dominik-zeglen
|
||||
- Migrate product base price to variant prices - #555 by @orzechdev
|
||||
- Migrate old notifications to the new ones - #587 by @AlicjaSzu
|
||||
|
|
|
@ -40,7 +40,7 @@ $ cd saleor-dashboard
|
|||
To use the official stable release, checkout to a release tag:
|
||||
|
||||
```
|
||||
$ git checkout 2.10.1
|
||||
$ git checkout 2.11.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.11.0-a.0",
|
||||
"version": "3.0.0-a.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-dashboard",
|
||||
"version": "2.11.0-a.0",
|
||||
"version": "3.0.0-a.0",
|
||||
"main": "src/index.tsx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue