Skip to content

Commit ecc8831

Browse files
committed
[release] 0.12.3
1 parent fdd6d93 commit ecc8831

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"main": "src/vue.js",
55
"author": "Evan You <[email protected]>",
66
"description": "Simple, Fast & Composable MVVM for building interative interfaces",

dist/vue.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Vue.js v0.12.2
2+
* Vue.js v0.12.3
33
* (c) 2015 Evan You
44
* Released under the MIT License.
55
*/
@@ -3152,7 +3152,7 @@ return /******/ (function(modules) { // webpackBootstrap
31523152
child,
31533153
childKey,
31543154
withLock(function (val) {
3155-
parent[parentKey] = val
3155+
parent.$set(parentKey, val)
31563156
})
31573157
)
31583158
})

dist/vue.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"author": "Evan You <[email protected]>",
55
"license": "MIT",
66
"description": "Simple, Fast & Composable MVVM for building interative interfaces",

0 commit comments

Comments
 (0)