Skip to content

Commit

Permalink
[build] 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Feb 26, 2017
1 parent 5743c64 commit b7040d3
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions dist/vue.common.js
@@ -1,5 +1,5 @@
/*!
* Vue.js v2.2.0
* Vue.js v2.2.1
* (c) 2014-2017 Evan You
* Released under the MIT License.
*/
Expand Down Expand Up @@ -4061,7 +4061,7 @@ Object.defineProperty(Vue$3.prototype, '$isServer', {
get: isServerRendering
});

Vue$3.version = '2.2.0';
Vue$3.version = '2.2.1';

/* */

Expand Down
4 changes: 2 additions & 2 deletions dist/vue.esm.js
@@ -1,5 +1,5 @@
/*!
* Vue.js v2.2.0
* Vue.js v2.2.1
* (c) 2014-2017 Evan You
* Released under the MIT License.
*/
Expand Down Expand Up @@ -4059,7 +4059,7 @@ Object.defineProperty(Vue$3.prototype, '$isServer', {
get: isServerRendering
});

Vue$3.version = '2.2.0';
Vue$3.version = '2.2.1';

/* */

Expand Down
4 changes: 2 additions & 2 deletions dist/vue.js
@@ -1,5 +1,5 @@
/*!
* Vue.js v2.2.0
* Vue.js v2.2.1
* (c) 2014-2017 Evan You
* Released under the MIT License.
*/
Expand Down Expand Up @@ -4057,7 +4057,7 @@ Object.defineProperty(Vue$3.prototype, '$isServer', {
get: isServerRendering
});

Vue$3.version = '2.2.0';
Vue$3.version = '2.2.1';

/* */

Expand Down
4 changes: 2 additions & 2 deletions dist/vue.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vue.runtime.common.js
@@ -1,5 +1,5 @@
/*!
* Vue.js v2.2.0
* Vue.js v2.2.1
* (c) 2014-2017 Evan You
* Released under the MIT License.
*/
Expand Down Expand Up @@ -4057,7 +4057,7 @@ Object.defineProperty(Vue$2.prototype, '$isServer', {
get: isServerRendering
});

Vue$2.version = '2.2.0';
Vue$2.version = '2.2.1';

/* */

Expand Down
4 changes: 2 additions & 2 deletions dist/vue.runtime.esm.js
@@ -1,5 +1,5 @@
/*!
* Vue.js v2.2.0
* Vue.js v2.2.1
* (c) 2014-2017 Evan You
* Released under the MIT License.
*/
Expand Down Expand Up @@ -4055,7 +4055,7 @@ Object.defineProperty(Vue$2.prototype, '$isServer', {
get: isServerRendering
});

Vue$2.version = '2.2.0';
Vue$2.version = '2.2.1';

/* */

Expand Down
4 changes: 2 additions & 2 deletions dist/vue.runtime.js
@@ -1,5 +1,5 @@
/*!
* Vue.js v2.2.0
* Vue.js v2.2.1
* (c) 2014-2017 Evan You
* Released under the MIT License.
*/
Expand Down Expand Up @@ -4053,7 +4053,7 @@ Object.defineProperty(Vue$2.prototype, '$isServer', {
get: isServerRendering
});

Vue$2.version = '2.2.0';
Vue$2.version = '2.2.1';

/* */

Expand Down
4 changes: 2 additions & 2 deletions dist/vue.runtime.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/vue-server-renderer/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-server-renderer",
"version": "2.2.0",
"version": "2.2.1",
"description": "server renderer for Vue 2.0",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-template-compiler/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-template-compiler",
"version": "2.2.0",
"version": "2.2.1",
"description": "template compiler for Vue 2.0",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit b7040d3

Please sign in to comment.