Skip to content

Commit

Permalink
release: v2.1.1 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton_borovoi authored Jul 16, 2021
1 parent d0b47f9 commit 6dfe3cd
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## <small>2.1.1 (2021-07-16)</small>

* fix(processing): filter null values during strict theme processing (#87) ([d0b47f9](https://github.com/eva-design/eva/commit/d0b47f9)), closes [#87](https://github.com/eva-design/eva/issues/87)
* fix(colors): change color-danger-focus-border color definition. (#86) ([e30a28b](https://github.com/eva-design/eva/commit/e30a28b)), closes [#86](https://github.com/eva-design/eva/issues/86)



## 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)
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.1.0",
"version": "2.1.1",
"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.1.0",
"version": "2.1.1",
"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.1.0",
"version": "2.1.1",
"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.1.0",
"version": "2.1.1",
"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.1.0",
"version": "2.1.1",
"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.1.0"
"@eva-design/dss": "2.1.1"
}
}

0 comments on commit 6dfe3cd

Please sign in to comment.