Skip to content

Commit 97b07be

Browse files
committed
[build] 2.3.4
1 parent 33a25e7 commit 97b07be

File tree

10 files changed

+27
-21
lines changed

10 files changed

+27
-21
lines changed

dist/vue.common.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.3.3
2+
* Vue.js v2.3.4
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -4428,7 +4428,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
44284428
}
44294429
});
44304430

4431-
Vue$3.version = '2.3.3';
4431+
Vue$3.version = '2.3.4';
44324432

44334433
/* */
44344434

@@ -4919,6 +4919,7 @@ function createPatchFunction (backend) {
49194919
function initComponent (vnode, insertedVnodeQueue) {
49204920
if (isDef(vnode.data.pendingInsert)) {
49214921
insertedVnodeQueue.push.apply(insertedVnodeQueue, vnode.data.pendingInsert);
4922+
vnode.data.pendingInsert = null;
49224923
}
49234924
vnode.elm = vnode.componentInstance.$el;
49244925
if (isPatchable(vnode)) {

dist/vue.esm.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.3.3
2+
* Vue.js v2.3.4
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -4426,7 +4426,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
44264426
}
44274427
});
44284428

4429-
Vue$3.version = '2.3.3';
4429+
Vue$3.version = '2.3.4';
44304430

44314431
/* */
44324432

@@ -4917,6 +4917,7 @@ function createPatchFunction (backend) {
49174917
function initComponent (vnode, insertedVnodeQueue) {
49184918
if (isDef(vnode.data.pendingInsert)) {
49194919
insertedVnodeQueue.push.apply(insertedVnodeQueue, vnode.data.pendingInsert);
4920+
vnode.data.pendingInsert = null;
49204921
}
49214922
vnode.elm = vnode.componentInstance.$el;
49224923
if (isPatchable(vnode)) {

dist/vue.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.3.3
2+
* Vue.js v2.3.4
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -4420,7 +4420,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
44204420
}
44214421
});
44224422

4423-
Vue$3.version = '2.3.3';
4423+
Vue$3.version = '2.3.4';
44244424

44254425
/* */
44264426

@@ -4911,6 +4911,7 @@ function createPatchFunction (backend) {
49114911
function initComponent (vnode, insertedVnodeQueue) {
49124912
if (isDef(vnode.data.pendingInsert)) {
49134913
insertedVnodeQueue.push.apply(insertedVnodeQueue, vnode.data.pendingInsert);
4914+
vnode.data.pendingInsert = null;
49144915
}
49154916
vnode.elm = vnode.componentInstance.$el;
49164917
if (isPatchable(vnode)) {

dist/vue.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue.runtime.common.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.3.3
2+
* Vue.js v2.3.4
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -4424,7 +4424,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
44244424
}
44254425
});
44264426

4427-
Vue$3.version = '2.3.3';
4427+
Vue$3.version = '2.3.4';
44284428

44294429
/* */
44304430

@@ -4915,6 +4915,7 @@ function createPatchFunction (backend) {
49154915
function initComponent (vnode, insertedVnodeQueue) {
49164916
if (isDef(vnode.data.pendingInsert)) {
49174917
insertedVnodeQueue.push.apply(insertedVnodeQueue, vnode.data.pendingInsert);
4918+
vnode.data.pendingInsert = null;
49184919
}
49194920
vnode.elm = vnode.componentInstance.$el;
49204921
if (isPatchable(vnode)) {

dist/vue.runtime.esm.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.3.3
2+
* Vue.js v2.3.4
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -4422,7 +4422,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
44224422
}
44234423
});
44244424

4425-
Vue$3.version = '2.3.3';
4425+
Vue$3.version = '2.3.4';
44264426

44274427
/* */
44284428

@@ -4913,6 +4913,7 @@ function createPatchFunction (backend) {
49134913
function initComponent (vnode, insertedVnodeQueue) {
49144914
if (isDef(vnode.data.pendingInsert)) {
49154915
insertedVnodeQueue.push.apply(insertedVnodeQueue, vnode.data.pendingInsert);
4916+
vnode.data.pendingInsert = null;
49164917
}
49174918
vnode.elm = vnode.componentInstance.$el;
49184919
if (isPatchable(vnode)) {

dist/vue.runtime.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v2.3.3
2+
* Vue.js v2.3.4
33
* (c) 2014-2017 Evan You
44
* Released under the MIT License.
55
*/
@@ -4416,7 +4416,7 @@ Object.defineProperty(Vue$3.prototype, '$ssrContext', {
44164416
}
44174417
});
44184418

4419-
Vue$3.version = '2.3.3';
4419+
Vue$3.version = '2.3.4';
44204420

44214421
/* */
44224422

@@ -4907,6 +4907,7 @@ function createPatchFunction (backend) {
49074907
function initComponent (vnode, insertedVnodeQueue) {
49084908
if (isDef(vnode.data.pendingInsert)) {
49094909
insertedVnodeQueue.push.apply(insertedVnodeQueue, vnode.data.pendingInsert);
4910+
vnode.data.pendingInsert = null;
49104911
}
49114912
vnode.elm = vnode.componentInstance.$el;
49124913
if (isPatchable(vnode)) {

dist/vue.runtime.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vue-server-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-server-renderer",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"description": "server renderer for Vue 2.0",
55
"main": "index.js",
66
"repository": {

packages/vue-template-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-template-compiler",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"description": "template compiler for Vue 2.0",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)