File tree 10 files changed +21
-15
lines changed
10 files changed +21
-15
lines changed Original file line number Diff line number Diff line change
1
+ #### 2019-09-30
2
+
3
+ ##### Refactors
4
+
5
+ * ** generators:** use lodash as handlebars helpers ([ #48 ] ( https://github.com/vuesion/packages/pull/48 ) ) ([ 96d52fff] ( https://github.com/vuesion/packages/commit/96d52fffd4e0186483d429aa2dce87abf80234f4 ) )
6
+
1
7
#### 2019-09-29
2
8
3
9
##### New Features
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.1.0 " ,
2
+ "version" : " 3.1.1 " ,
3
3
"packages" : [
4
4
" packages/*"
5
5
]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuesion/addon-contentful" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " vuesion contentful integration" ,
5
5
"keywords" : [
6
6
" vue.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuesion/addon-theme-switcher" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " vuesion Storybook addon for switching themes" ,
5
5
"keywords" : [
6
6
" vue.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuesion/addon-vuex-persist" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " vuesion vuex middleware to persist state + adapters" ,
5
5
"keywords" : [
6
6
" vue.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuesion/create" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " vuesion cli for creating vuesion applications" ,
5
5
"keywords" : [
6
6
" vue.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuesion/models" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " models and AST tools for vuesion" ,
5
5
"keywords" : [
6
6
" vue.js" ,
29
29
"url" : " https://github.com/vuesion/packages/issues"
30
30
},
31
31
"dependencies" : {
32
- "@vuesion/utils" : " ^3.1.0 " ,
32
+ "@vuesion/utils" : " ^3.1.1 " ,
33
33
"ramda" : " ^0.26.1"
34
34
},
35
35
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuesion/service" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " vuesion service for development tasks" ,
5
5
"keywords" : [
6
6
" vue.js" ,
56
56
"@types/webpack" : " 4.32.1" ,
57
57
"@types/webpack-dev-middleware" : " 2.0.3" ,
58
58
"@types/webpack-merge" : " 4.1.5" ,
59
- "@vuesion/models" : " ^3.1.0 " ,
60
- "@vuesion/utils" : " ^3.1.0 " ,
61
- "@vuesion/webpack" : " ^3.1.0 " ,
59
+ "@vuesion/models" : " ^3.1.1 " ,
60
+ "@vuesion/utils" : " ^3.1.1 " ,
61
+ "@vuesion/webpack" : " ^3.1.1 " ,
62
62
"autoprefixer" : " 9.6.1" ,
63
63
"axios" : " ^0.19.0" ,
64
64
"babel-core" : " 6.26.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuesion/utils" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " utilities for vuesion" ,
5
5
"keywords" : [
6
6
" vue.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vuesion/webpack" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " webpack configs and dev-server for vuesion" ,
5
5
"keywords" : [
6
6
" vue.js" ,
30
30
"url" : " https://github.com/vuesion/packages/issues"
31
31
},
32
32
"dependencies" : {
33
- "@vuesion/utils" : " ^3.1.0 " ,
34
- "@vuesion/models" : " ^3.1.0 "
33
+ "@vuesion/utils" : " ^3.1.1 " ,
34
+ "@vuesion/models" : " ^3.1.1 "
35
35
},
36
36
"devDependencies" : {
37
37
"@types/node" : " ^10.14.6" ,
You can’t perform that action at this time.
0 commit comments