Skip to content

Commit

Permalink
release: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh authored Feb 10, 2020
2 parents 5c0fea1 + 2a5cb12 commit 4f38696
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.4.0 (2020-02-10)

* Add @eva-design/material package ([5c0fea1](https://github.com/eva-design/eva/commit/5c0fea1b428ea133d869f774dcbc1f1303f38f71))



## <small>1.3.2 (2020-01-16)</small>

* feat(mapping): card - add active state ([fe5e024](https://github.com/eva-design/eva/commit/fe5e024))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eva-design",
"private": true,
"description": "Eva Design System",
"version": "1.3.2",
"version": "1.4.0",
"license": "MIT",
"author": "akveo <[email protected]>",
"homepage": "https://github.com/eva-design/eva#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/dss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eva-design/dss",
"description": "Design System Schema",
"version": "1.3.2",
"version": "1.4.0",
"license": "MIT",
"author": "akveo <[email protected]>",
"homepage": "https://github.com/eva-design/eva#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/eva/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eva-design/eva",
"description": "Eva Design System",
"version": "1.3.2",
"version": "1.4.0",
"license": "MIT",
"author": "akveo <[email protected]>",
"homepage": "https://github.com/eva-design/eva#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/material/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eva-design/material",
"description": "Eva Design System Material",
"version": "1.3.0-beta.1",
"version": "1.4.0",
"license": "MIT",
"author": "akveo <[email protected]>",
"homepage": "https://github.com/eva-design/eva#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/processor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eva-design/processor",
"description": "Eva Design System Schema Processor",
"version": "1.3.2",
"version": "1.4.0",
"license": "MIT",
"author": "akveo <[email protected]>",
"homepage": "https://github.com/eva-design/eva#readme",
Expand All @@ -10,6 +10,6 @@
"url": "https://github.com/eva-design/eva/issues"
},
"devDependencies": {
"@eva-design/dss": "1.3.2"
"@eva-design/dss": "1.4.0"
}
}

0 comments on commit 4f38696

Please sign in to comment.