File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"command" : {
3
3
"publish" : {
4
- "allowBranch" : [" stable" ],
4
+ "allowBranch" : [
5
+ " stable"
6
+ ],
5
7
"message" : " chore(release): publish %s"
6
8
},
7
9
"version" : {
8
10
"push" : true
9
11
}
10
12
},
11
13
"npmClient" : " yarn" ,
12
- "version" : " 1.5.16 " ,
14
+ "version" : " 1.5.17 " ,
13
15
"useWorkspaces" : true
14
16
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuetify/api-generator" ,
3
- "version" : " 1.5.16 " ,
3
+ "version" : " 1.5.17 " ,
4
4
"private" : true ,
5
5
"description" : " " ,
6
6
"main" : " dist/api.js" ,
13
13
"dependencies" : {
14
14
"deepmerge" : " ^2.2.1" ,
15
15
"vue" : " ^2.6.5" ,
16
- "vuetify" : " ^1.5.16 "
16
+ "vuetify" : " ^1.5.17 "
17
17
},
18
18
"devDependencies" : {
19
19
"babel-cli" : " ^6.26.0" ,
Original file line number Diff line number Diff line change 3
3
"description" : " A Vue.js project" ,
4
4
"private" : true ,
5
5
"author" :
" John Leider <[email protected] >" ,
6
- "version" : " 1.5.16 " ,
6
+ "version" : " 1.5.17 " ,
7
7
"scripts" : {
8
8
"dev" : " cross-env NODE_OPTIONS=--max_old_space_size=8192 node server" ,
9
9
"start" : " cross-env NODE_ENV=production node server" ,
15
15
"npm" : " >=4.0"
16
16
},
17
17
"dependencies" : {
18
- "@vuetify/api-generator" : " ^1.5.16 " ,
18
+ "@vuetify/api-generator" : " ^1.5.17 " ,
19
19
"babel-polyfill" : " ^6.26.0" ,
20
20
"chokidar" : " ^2.0.4" ,
21
21
"compression" : " ^1.7.3" ,
44
44
"vue-router" : " ^3.0.2" ,
45
45
"vue-server-renderer" : " ^2.6.6" ,
46
46
"vuelidate" : " ^0.6.2" ,
47
- "vuetify" : " ^1.5.16 " ,
47
+ "vuetify" : " ^1.5.17 " ,
48
48
"vuex" : " ^3.1.0" ,
49
49
"vuex-router-sync" : " ^5.0.0" ,
50
50
"webfontloader" : " ^1.6.28"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuetify" ,
3
3
"description" : " Vue.js Material Component Framework" ,
4
- "version" : " 1.5.16 " ,
4
+ "version" : " 1.5.17 " ,
5
5
"author" : {
6
6
"name" : " John Leider" ,
7
7
You can’t perform that action at this time.
0 commit comments