Merge pull request #817 from mirumee/update-after-release

Update after release
This commit is contained in:
Dominik Żegleń 2020-11-04 13:50:54 +01:00 committed by GitHub
commit f3b399830c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.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

View file

@ -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
View file

@ -1,6 +1,6 @@
{
"name": "saleor-dashboard",
"version": "2.11.0-a.0",
"version": "3.0.0-a.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -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",