Skip to content

Commit

Permalink
version:2.1.0 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
malashkevich authored Apr 15, 2021
1 parent 4efd81a commit 4280e86
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 2.1.0 (2021-04-15)

* fix(generator):add return type to createRawDefinitionsForSchema (#81) ([4efd81a](https://github.com/eva-design/eva/commit/4efd81a)), closes [#81](https://github.com/eva-design/eva/issues/81)
* chore(deps): bump ini from 1.3.5 to 1.3.7 (#73) ([fab3655](https://github.com/eva-design/eva/commit/fab3655)), closes [#73](https://github.com/eva-design/eva/issues/73)
* feat(button-group): add ghost option appearance for buttonGroup component (#78) ([cd4e8fe](https://github.com/eva-design/eva/commit/cd4e8fe)), closes [#78](https://github.com/eva-design/eva/issues/78)
* feat(processor): parameter type definition generation script (#44) ([01f9812](https://github.com/eva-design/eva/commit/01f9812)), closes [#44](https://github.com/eva-design/eva/issues/44)
* feat(select): remove placeholderMarginHorizontal mapping value (#76) ([b8a2389](https://github.com/eva-design/eva/commit/b8a2389)), closes [#76](https://github.com/eva-design/eva/issues/76)
* fix(input): remove useless input style property (#75) ([1cf6e51](https://github.com/eva-design/eva/commit/1cf6e51)), closes [#75](https://github.com/eva-design/eva/issues/75)
* fix(navigation): add disabled state in topNavigatioAction mapping (#74) ([6d16445](https://github.com/eva-design/eva/commit/6d16445)), closes [#74](https://github.com/eva-design/eva/issues/74)
* fix(processor): generation scripts (#41) ([a6298a5](https://github.com/eva-design/eva/commit/a6298a5)), closes [#41](https://github.com/eva-design/eva/issues/41)



## 2.0.0(2020-05-12)

* fix(mapping): typography fixes and component updates ([ca18816](https://github.com/eva-design/eva/commit/ca18816))
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": "2.0.0",
"version": "2.1.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": "2.0.0",
"version": "2.1.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": "2.0.0",
"version": "2.1.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": "2.0.0",
"version": "2.1.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": "2.0.0",
"version": "2.1.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": "2.0.0"
"@eva-design/dss": "2.1.0"
}
}

0 comments on commit 4280e86

Please sign in to comment.