File tree Expand file tree Collapse file tree 9 files changed +23
-14
lines changed Expand file tree Collapse file tree 9 files changed +23
-14
lines changed Original file line number Diff line number Diff line change
1
+ # [ 3.0.0-dev.2] ( https://github.com/rigor789/nativescript-vue-next/compare/v3.0.0-dev.1...v3.0.0-dev.2 ) (2020-09-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** template-blnak:** add template files to package ([ 3338efa] ( https://github.com/rigor789/nativescript-vue-next/commit/3338efafa48e524f2f7afcdef603ce5e786a538a ) )
7
+
8
+
9
+
1
10
# [ 3.0.0-dev.1] ( https://github.com/rigor789/nativescript-vue-next/compare/v3.0.0-dev.0...v3.0.0-dev.1 ) (2020-09-15)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript-vue/apps-demo" ,
3
- "version" : " 3.0.0-dev.1 " ,
3
+ "version" : " 3.0.0-dev.2 " ,
4
4
"main" : " app.js" ,
5
5
"private" : true ,
6
6
"workspaces" : {
10
10
},
11
11
"dependencies" : {
12
12
"@nativescript/core" : " 7.0.3" ,
13
- "nativescript-vue" : " 3.0.0-dev.1 "
13
+ "nativescript-vue" : " 3.0.0-dev.2 "
14
14
},
15
15
"devDependencies" : {
16
16
"@babel/core" : " 7.11.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
- "version" : " 3.0.0-dev.1 " ,
3
+ "version" : " 3.0.0-dev.2 " ,
4
4
"workspaces" : [
5
5
" packages/*" ,
6
6
" apps/*"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript-vue/compiler" ,
3
- "version" : " 3.0.0-dev.1 " ,
3
+ "version" : " 3.0.0-dev.2 " ,
4
4
"description" : " @nativescript-vue/compiler" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/compiler.esm-bundler.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-vue" ,
3
- "version" : " 3.0.0-dev.1 " ,
3
+ "version" : " 3.0.0-dev.2 " ,
4
4
"description" : " nativescript-vue" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/nativescript-vue.esm-bundler.js" ,
23
23
},
24
24
"homepage" : " https://github.com/nativescript-vue/nativescript-vue/tree/dev/packages/nativescript-vue#readme" ,
25
25
"dependencies" : {
26
- "@nativescript-vue/compiler" : " 3.0.0-dev.1 " ,
27
- "@nativescript-vue/runtime" : " 3.0.0-dev.1 " ,
28
- "@nativescript-vue/shared" : " 3.0.0-dev.1 " ,
26
+ "@nativescript-vue/compiler" : " 3.0.0-dev.2 " ,
27
+ "@nativescript-vue/runtime" : " 3.0.0-dev.2 " ,
28
+ "@nativescript-vue/shared" : " 3.0.0-dev.2 " ,
29
29
"@vue/shared" : " ^3.0.0-rc.10"
30
30
}
31
31
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript-vue/runtime" ,
3
- "version" : " 3.0.0-dev.1 " ,
3
+ "version" : " 3.0.0-dev.2 " ,
4
4
"description" : " @nativescript-vue/runtime" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/runtime.esm-bundler.js" ,
31
31
},
32
32
"homepage" : " https://github.com/nativescript-vue/nativescript-vue/tree/dev/packages/runtime#readme" ,
33
33
"dependencies" : {
34
- "@nativescript-vue/shared" : " 3.0.0-dev.1 " ,
34
+ "@nativescript-vue/shared" : " 3.0.0-dev.2 " ,
35
35
"@nativescript/core" : " ^7.0.0" ,
36
36
"@vue/reactivity" : " ^3.0.0-rc.10" ,
37
37
"@vue/runtime-core" : " ^3.0.0-rc.10" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript-vue/shared" ,
3
- "version" : " 3.0.0-dev.1 " ,
3
+ "version" : " 3.0.0-dev.2 " ,
4
4
"description" : " @nativescript-vue/shared" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/shared.esm-bundler.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript-vue/template-blank" ,
3
- "version" : " 3.0.0-dev.1 " ,
3
+ "version" : " 3.0.0-dev.2 " ,
4
4
"description" : " @nativescript-vue/template-blank" ,
5
5
"main" : " app.js" ,
6
6
"module" : " dist/template-blank.esm-bundler.js" ,
27
27
"homepage" : " https://github.com/nativescript-vue/nativescript-vue/tree/dev/packages/template-blank#readme" ,
28
28
"dependencies" : {
29
29
"@nativescript/core" : " ^7.0.3" ,
30
- "nativescript-vue" : " 3.0.0-dev.1 "
30
+ "nativescript-vue" : " 3.0.0-dev.2 "
31
31
},
32
32
"devDependencies" : {
33
33
"@babel/core" : " ^7.11.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript-vue/test-utils" ,
3
- "version" : " 3.0.0-dev.1 " ,
3
+ "version" : " 3.0.0-dev.2 " ,
4
4
"private" : true ,
5
5
"description" : " @nativescript-vue/test-utils" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments