File tree 5 files changed +21
-21
lines changed
5 files changed +21
-21
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.0.0-beta.23] ( https://github.com/pikax/vue-composable/compare/v1.0.0-beta.22...v1.0.0-beta.23 ) (2021-04-24)
2
+
3
+ ### Bug Fixes
4
+
5
+ - use Vue instead the VueRuntimeCore ([ 6f31250] ( https://github.com/pikax/vue-composable/commit/6f31250416774f68f9cd8a0425404d06a6354f23 ) ), closes [ #852 ] ( https://github.com/pikax/vue-composable/issues/852 )
6
+
7
+ # [ 1.0.0-beta.23] ( https://github.com/pikax/vue-composable/compare/v1.0.0-beta.22...v1.0.0-beta.23 ) (2021-04-24)
8
+
9
+ ### Bug Fixes
10
+
11
+ - use Vue instead the VueRuntimeCore ([ 6f31250] ( https://github.com/pikax/vue-composable/commit/6f31250416774f68f9cd8a0425404d06a6354f23 ) ), closes [ #852 ] ( https://github.com/pikax/vue-composable/issues/852 )
12
+
1
13
# [ 1.0.0-beta.22] ( https://github.com/pikax/vue-composable/compare/v1.0.0-beta.21...v1.0.0-beta.22 ) (2021-04-10)
2
14
3
15
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-beta.22 " ,
2
+ "version" : " 1.0.0-beta.23 " ,
3
3
"name" : " vue-composable-monorepo" ,
4
4
"workspaces" : [
5
5
" packages/*"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-composable/axios" ,
3
- "version" : " 1.0.0-beta.22 " ,
3
+ "version" : " 1.0.0-beta.23 " ,
4
4
"description" : " @vue-composable/axios" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/axios.esm-bundler.js" ,
45
45
"vue-composable-axios-fix" : " ./scripts/postinstall.js"
46
46
},
47
47
"dependencies" : {
48
- "vue-composable" : " ^1.0.0-beta.22 "
48
+ "vue-composable" : " ^1.0.0-beta.23 "
49
49
},
50
50
"peerDependencies2" : {
51
51
"@vue/composition-api" : " ^1.0.0-beta.14" ,
60
60
"@types/node" : " ^14.14.39" ,
61
61
"@vue/runtime-core" : " ^3.0.7" ,
62
62
"typescript" : " ^4.2.4"
63
- },
64
- "peerDependencies" : {
65
- "vue" : " ^3.0.0" ,
66
- "axios" : " ^0.22.0"
67
63
}
68
- }
64
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-composable/cookie" ,
3
- "version" : " 1.0.0-beta.22 " ,
3
+ "version" : " 1.0.0-beta.23 " ,
4
4
"description" : " @vue-composable/cookie" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/cookie.esm-bundler.js" ,
45
45
"vue-composable-cookie-fix" : " ./scripts/postinstall.js"
46
46
},
47
47
"dependencies" : {
48
- "vue-composable" : " ^1.0.0-beta.22 "
48
+ "vue-composable" : " ^1.0.0-beta.23 "
49
49
},
50
50
"peerDependencies2" : {
51
51
"@vue/composition-api" : " ^1.0.0-beta.14" ,
62
62
"@types/node" : " ^14.14.39" ,
63
63
"@vue/runtime-core" : " ^3.0.7" ,
64
64
"typescript" : " ^4.2.4"
65
- },
66
- "peerDependencies" : {
67
- "vue" : " ^3.0.0" ,
68
- "@types/js-cookie" : " ^2.2.6" ,
69
- "js-cookie" : " ^2.2.1"
70
65
}
71
- }
66
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-composable" ,
3
- "version" : " 1.0.0-beta.22 " ,
3
+ "version" : " 1.0.0-beta.23 " ,
4
4
"description" : " vue-composable" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/vue-composable.esm-bundler.js" ,
52
52
"peerDependencies2" : {
53
53
"@vue/composition-api" : " ^1.0.0-beta.14" ,
54
54
"vue" : " ^2.6.10"
55
- },
56
- "peerDependencies" : {
57
- "vue" : " ^3.0.0"
58
55
}
59
- }
56
+ }
You can’t perform that action at this time.
0 commit comments