File tree 4 files changed +24
-13
lines changed 4 files changed +24
-13
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.0.0-beta.5] ( https://github.com/pikax/vue-composable/compare/v1.0.0-beta.4...v1.0.0-beta.5 ) (2020-08-28)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** axios:** add postinstall script for @vue-composable/axios ([ 8f7dab4] ( https://github.com/pikax/vue-composable/commit/8f7dab40695798a0039be0acb29b9ff236c2f918 ) )
6
+
7
+ # [ 1.0.0-beta.5] ( https://github.com/pikax/vue-composable/compare/v1.0.0-beta.4...v1.0.0-beta.5 ) (2020-08-28)
8
+
9
+ ### Bug Fixes
10
+
11
+ - ** axios:** add postinstall script for @vue-composable/axios ([ 8f7dab4] ( https://github.com/pikax/vue-composable/commit/8f7dab40695798a0039be0acb29b9ff236c2f918 ) )
12
+
13
+ # [ 1.0.0-beta.5] ( https://github.com/pikax/vue-composable/compare/v1.0.0-beta.4...v1.0.0-beta.5 ) (2020-08-28)
14
+
15
+ ### Bug Fixes
16
+
17
+ - ** axios:** add postinstall script for @vue-composable/axios ([ 8f7dab4] ( https://github.com/pikax/vue-composable/commit/8f7dab40695798a0039be0acb29b9ff236c2f918 ) )
18
+
1
19
# [ 1.0.0-beta.4] ( https://github.com/pikax/vue-composable/compare/v1.0.0-beta.3...v1.0.0-beta.4 ) (2020-08-15)
2
20
3
21
### Features
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-beta.4 " ,
2
+ "version" : " 1.0.0-beta.5 " ,
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.4 " ,
3
+ "version" : " 1.0.0-beta.5 " ,
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.4 "
48
+ "vue-composable" : " ^1.0.0-beta.5 "
49
49
},
50
50
"peerDependencies2" : {
51
51
"@vue/composition-api" : " ^1.0.0-beta.2" ,
60
60
"@types/node" : " ^14.6.0" ,
61
61
"@vue/runtime-core" : " ^3.0.0-rc.4" ,
62
62
"typescript" : " ^3.9.7"
63
- },
64
- "peerDependencies" : {
65
- "@vue/runtime-core" : " ^3.0.0-rc.2" ,
66
- "axios" : " ^0.19.2"
67
63
}
68
- }
64
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-composable" ,
3
- "version" : " 1.0.0-beta.4 " ,
3
+ "version" : " 1.0.0-beta.5 " ,
4
4
"description" : " vue-composable" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/vue-composable.esm-bundler.js" ,
49
49
"peerDependencies2" : {
50
50
"@vue/composition-api" : " ^1.0.0-beta.2" ,
51
51
"vue" : " ^2.6.10"
52
- },
53
- "peerDependencies" : {
54
- "@vue/runtime-core" : " ^3.0.0-rc.2"
55
52
}
56
- }
53
+ }
You can’t perform that action at this time.
0 commit comments