Skip to content

Commit

Permalink
release: v1.3.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh authored Oct 17, 2019
2 parents 77337d4 + 19e7cf3 commit 0364751
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 17 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.3.0-beta.1 (2019-10-17)

* refactor(mapping): popover borderColor value ([a1d6d53](https://github.com/eva-design/eva/commit/a1d6d53))
* refactor(mapping): select-option - background-color on selected state ([888a8be](https://github.com/eva-design/eva/commit/888a8be))
* feat: describe web states mappings ([746e3cc](https://github.com/eva-design/eva/commit/746e3cc))
* feat(mapping): add tooltip border color ([0109098](https://github.com/eva-design/eva/commit/0109098))
* feat(mapping): popover - add border parameters ([50fcc28](https://github.com/eva-design/eva/commit/50fcc28))



## 1.2.0 (2019-09-27)

* feat(mapping/theme): basic and control statuses add / transparent colors add ([9e809e0](https://github.com/eva-design/eva/commit/9e809e0))
Expand Down
43 changes: 31 additions & 12 deletions 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.2.0",
"version": "1.3.0-beta.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": "1.2.0",
"version": "1.3.0-beta.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": "1.2.0",
"version": "1.3.0-beta.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": "1.2.0",
"version": "1.3.0-beta.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": "1.2.0"
"@eva-design/dss": "1.3.0-beta.1"
}
}

0 comments on commit 0364751

Please sign in to comment.