Bump to 2.0.0

This commit is contained in:
Marcin Gębala 2019-10-25 15:56:12 +02:00
parent 3c88c49010
commit 89ef5ed6ea
2 changed files with 7 additions and 3 deletions

View file

@ -4,6 +4,10 @@ All notable, unreleased changes to this project will be documented in this file.
## [Unreleased]
..
## 2.0.0
- Add changelog and github issue/PR templates - #97 by @dominik-zeglen
- Update dependencies to suppress storybook build errors - #98 by @dominik-zeglen
- Fix configure menu section - #109 by @benekex2

View file

@ -1,7 +1,7 @@
{
"name": "saleor",
"version": "0.0.0",
"main": "Gruntfile.js",
"name": "saleor-dashboard",
"version": "2.0.0",
"main": "src/index.tsx",
"repository": {
"type": "git",
"url": "git://github.com/mirumee/saleor-dashboard.git"