Skip to content

Commit

Permalink
fix: Export mixins on Clair
Browse files Browse the repository at this point in the history
  • Loading branch information
webzhao committed Aug 27, 2018
2 parents bb50dc8 + f4e25b8 commit 2e5eb96
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"success": [
{
"path": "@semantic-release/exec",
"cmd": "./publish-doc.sh"
"cmd": "./scripts/publish-doc.sh"
}
]
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.5.0](https://github.com/clair-design/clair/compare/v0.4.1...v0.5.0) (2018-08-24)


### Features

* **Form Validation:** Add throttle to form validation ([ba50bc7](https://github.com/clair-design/clair/commit/ba50bc7))

## [0.4.1](https://github.com/clair-design/clair/compare/v0.4.0...v0.4.1) (2018-08-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clair",
"version": "0.4.1",
"version": "0.5.0",
"description": "A design system including principles, Vue components and resources",
"main": "dist/clair.cjs.js",
"module": "dist/clair.es.js",
Expand Down

0 comments on commit 2e5eb96

Please sign in to comment.