Update after release
This commit is contained in:
parent
14841f4ecb
commit
38d3386045
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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## 2.11.0
|
||||||
|
|
||||||
- Add sku column to fulfillment cards - #538 by @dominik-zeglen
|
- Add sku column to fulfillment cards - #538 by @dominik-zeglen
|
||||||
- Migrate product base price to variant prices - #555 by @orzechdev
|
- Migrate product base price to variant prices - #555 by @orzechdev
|
||||||
- Migrate old notifications to the new ones - #587 by @AlicjaSzu
|
- 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:
|
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/
|
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",
|
"name": "saleor-dashboard",
|
||||||
"version": "2.11.0-a.0",
|
"version": "3.0.0-a.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "saleor-dashboard",
|
"name": "saleor-dashboard",
|
||||||
"version": "2.11.0-a.0",
|
"version": "3.0.0-a.0",
|
||||||
"main": "src/index.tsx",
|
"main": "src/index.tsx",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue