Skip to content

Commit

Permalink
build: build 2.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 10, 2018
1 parent e06d2af commit 952d3b4
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.5.19
* Vue.js v2.5.20
* (c) 2014-2018 Evan You
* Released under the MIT License.
*/
Expand Down Expand Up @@ -5188,7 +5188,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
value: FunctionalRenderContext
});

Vue.version = '2.5.19';
Vue.version = '2.5.20';

/* */

Expand Down
4 changes: 2 additions & 2 deletions dist/vue.esm.js
@@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.19
* Vue.js v2.5.20
* (c) 2014-2018 Evan You
* Released under the MIT License.
*/
Expand Down Expand Up @@ -5186,7 +5186,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
value: FunctionalRenderContext
});

Vue.version = '2.5.19';
Vue.version = '2.5.20';

/* */

Expand Down
4 changes: 2 additions & 2 deletions dist/vue.js
@@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.19
* Vue.js v2.5.20
* (c) 2014-2018 Evan You
* Released under the MIT License.
*/
Expand Down Expand Up @@ -5170,7 +5170,7 @@
value: FunctionalRenderContext
});

Vue.version = '2.5.19';
Vue.version = '2.5.20';

/* */

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.5.19
* Vue.js v2.5.20
* (c) 2014-2018 Evan You
* Released under the MIT License.
*/
Expand Down Expand Up @@ -5179,7 +5179,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
value: FunctionalRenderContext
});

Vue.version = '2.5.19';
Vue.version = '2.5.20';

/* */

Expand Down
4 changes: 2 additions & 2 deletions dist/vue.runtime.esm.js
@@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.19
* Vue.js v2.5.20
* (c) 2014-2018 Evan You
* Released under the MIT License.
*/
Expand Down Expand Up @@ -5177,7 +5177,7 @@ Object.defineProperty(Vue, 'FunctionalRenderContext', {
value: FunctionalRenderContext
});

Vue.version = '2.5.19';
Vue.version = '2.5.20';

/* */

Expand Down
4 changes: 2 additions & 2 deletions dist/vue.runtime.js
@@ -1,5 +1,5 @@
/*!
* Vue.js v2.5.19
* Vue.js v2.5.20
* (c) 2014-2018 Evan You
* Released under the MIT License.
*/
Expand Down Expand Up @@ -5161,7 +5161,7 @@
value: FunctionalRenderContext
});

Vue.version = '2.5.19';
Vue.version = '2.5.20';

/* */

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.5.19",
"version": "2.5.20",
"description": "server renderer for Vue 2.0",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-template-compiler/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-template-compiler",
"version": "2.5.19",
"version": "2.5.20",
"description": "template compiler for Vue 2.0",
"main": "index.js",
"unpkg": "browser.js",
Expand Down

0 comments on commit 952d3b4

Please sign in to comment.