Skip to content
This repository has been archived by the owner on Dec 25, 2017. It is now read-only.

Commit

Permalink
chore(git): ready merge master bnrach
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 10, 2015
1 parent aef7f75 commit 8037585
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="2.0.0-alpha.7"></a>
# [2.0.0-alpha.7](https://github.com/vuejs/vue-validator/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2015-12-10)


### Features

* **syntax:** support array syntax on v-validate expression ([bf33bb4](https://github.com/vuejs/vue-validator/commit/bf33bb4))



<a name="2.0.0-alpha.6"></a>
# [2.0.0-alpha.6](https://github.com/vuejs/vue-validator/compare/v2.0.0-alpha.6...v2.0.0-alpha.6) (2015-12-07)

Expand Down
2 changes: 1 addition & 1 deletion dist/vue-validator.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ function plugin(Vue) {
Validate(Vue);
}

plugin.version = '2.0.0-alpha.5';
plugin.version = '2.0.0-alpha.7';

if (typeof window !== 'undefined' && window.Vue) {
window.Vue.use(plugin);
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
Validate(Vue);
}

plugin.version = '2.0.0-alpha.5';
plugin.version = '2.0.0-alpha.7';

if (typeof window !== 'undefined' && window.Vue) {
window.Vue.use(plugin);
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-validator.min.js

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 @@ -78,7 +78,7 @@
"browser": "VUE_VALIDATOR_TYPE=browser karma start config/karma.conf.js",
"build": "node config/build.js",
"ci": "npm run lint && npm run coverage && npm run coveralls && npm run sauce",
"clean": "rm -rf lib && rm -rf coverage && rm -rf dist",
"clean": "rm -rf coverage && rm -rf dist/*.*",
"coolkids": "VUE_VALIDATOR_TYPE=sauce SAUCE=batch1 karma start config/karma.conf.js",
"coverage": "VUE_VALIDATOR_TYPE=coverage karma start config/karma.conf.js",
"coveralls": "VUE_VALIDATOR_TYPE=coveralls karma start config/karma.conf.js",
Expand Down

0 comments on commit 8037585

Please sign in to comment.