Skip to content

Commit 924b99b

Browse files
committed
Merge branch 'master' into samples-with-webpack-and-hmr
2 parents 565ac53 + e2abec8 commit 924b99b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="2.2.2"></a>
2+
## [2.2.2](https://github.com/nativescript-vue/nativescript-vue/compare/v2.2.1...v2.2.2) (2019-04-10)
3+
4+
5+
16
<a name="2.2.1"></a>
27
## [2.2.1](https://github.com/nativescript-vue/nativescript-vue/compare/v2.2.0...v2.2.1) (2019-04-04)
38

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-vue",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "NativeScript and Vue integration",
55
"main": "dist/index.js",
66
"files": [
@@ -97,7 +97,7 @@
9797
"set-value": "^2.0.0",
9898
"tns-core-modules": "4.2.0",
9999
"util-inspect": "^0.1.8",
100-
"vue": "^2.5.17"
100+
"vue": "2.5.22"
101101
},
102102
"jest": {
103103
"verbose": true,

packages/nativescript-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": "nativescript-vue-template-compiler",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "template compiler for nativescript-vue",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)