Skip to content

Commit 2e5eb96

Browse files
committed
fix: Export mixins on Clair
2 parents bb50dc8 + f4e25b8 commit 2e5eb96

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"success": [
1919
{
2020
"path": "@semantic-release/exec",
21-
"cmd": "./publish-doc.sh"
21+
"cmd": "./scripts/publish-doc.sh"
2222
}
2323
]
2424
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.5.0](https://github.com/clair-design/clair/compare/v0.4.1...v0.5.0) (2018-08-24)
2+
3+
4+
### Features
5+
6+
* **Form Validation:** Add throttle to form validation ([ba50bc7](https://github.com/clair-design/clair/commit/ba50bc7))
7+
18
## [0.4.1](https://github.com/clair-design/clair/compare/v0.4.0...v0.4.1) (2018-08-20)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clair",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "A design system including principles, Vue components and resources",
55
"main": "dist/clair.cjs.js",
66
"module": "dist/clair.es.js",

0 commit comments

Comments
 (0)