Skip to content

Commit

Permalink
release: version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin authored Jun 11, 2019
2 parents 8a6eeee + b7f7094 commit 20fe7dc
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.0.0 (2019-06-11)

* release(eva): release version 1.0.0 ([e5cfce0](https://github.com/eva-design/eva/commit/e5cfce0))
* fix(mapping): references fix ([a9cab91](https://github.com/eva-design/eva/commit/a9cab91))
* fix(mapping): typo fix ([658df6a](https://github.com/eva-design/eva/commit/658df6a))
* fix(mapping): white status & input sizes ([60b2626](https://github.com/eva-design/eva/commit/60b2626))
* fix(mapping/theme): icons variables fix ([6d0f073](https://github.com/eva-design/eva/commit/6d0f073))
* refactor(mapping/theme): eva-mapping and light/dark themes refactor ([016b0e8](https://github.com/eva-design/eva/commit/016b0e8))
* refactor(mapping/theme): theme variables refactor ([d871295](https://github.com/eva-design/eva/commit/d871295))
* Update packages/eva/themes/dark.json ([5360893](https://github.com/eva-design/eva/commit/5360893))
* Update packages/eva/themes/light.json ([8133e75](https://github.com/eva-design/eva/commit/8133e75))



## 1.0.0-beta.1 (2019-05-31)

* feat(build): build pipeline add ([482c466](https://github.com/eva-design/eva/commit/482c466))
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.0.0-beta.1",
"version": "1.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.0.0-beta.1",
"version": "1.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/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.0.0-beta.1",
"version": "1.0.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.0.0-beta.1",
"version": "1.0.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.0.0-beta.1"
"@eva-design/dss": "1.0.0"
}
}

0 comments on commit 20fe7dc

Please sign in to comment.