Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh authored May 12, 2020
1 parent 4f38696 commit 58f41aa
Show file tree
Hide file tree
Showing 12 changed files with 431 additions and 668 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.0.0(2020-05-12)

* fix(mapping): typography fixes and component updates ([ca18816](https://github.com/eva-design/eva/commit/ca18816))
* feat(processor): support theme references in mapping ([58cd411](https://github.com/eva-design/eva/commit/58cd411))



## 1.4.0 (2020-02-10)

* Add @eva-design/material package ([5c0fea1](https://github.com/eva-design/eva/commit/5c0fea1b428ea133d869f774dcbc1f1303f38f71))
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.4.0",
"version": "2.0.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.4.0",
"version": "2.0.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/types/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ export interface ControlThemedStyleType {
}

export interface ThemedStyleType {
[key: string]: number | string | ThemedStyleType;
[key: string]: number | string;
}
Loading

0 comments on commit 58f41aa

Please sign in to comment.