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-10-09
2
+
3
+ ##### Bug Fixes
4
+
5
+ * ** service:** remove storybook stub typings ([ #50 ] ( https://github.com/vuesion/packages/pull/50 ) ) ([ 682dd8be] ( https://github.com/vuesion/packages/commit/682dd8be39a848f29ae39833d48cb4f014c01c2d ) )
6
+
1
7
#### 2019-09-30
2
8
3
9
##### Refactors
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.1.1 " ,
2
+ "version" : " 3.1.2 " ,
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.1 " ,
3
+ "version" : " 3.1.2 " ,
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.1 " ,
3
+ "version" : " 3.1.2 " ,
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.1 " ,
3
+ "version" : " 3.1.2 " ,
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.1 " ,
3
+ "version" : " 3.1.2 " ,
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.1 " ,
3
+ "version" : " 3.1.2 " ,
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.1 " ,
32
+ "@vuesion/utils" : " ^3.1.2 " ,
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.1 " ,
3
+ "version" : " 3.1.2 " ,
4
4
"description" : " vuesion service for development tasks" ,
5
5
"keywords" : [
6
6
" vue.js" ,
53
53
"@types/webpack" : " 4.32.1" ,
54
54
"@types/webpack-dev-middleware" : " 2.0.3" ,
55
55
"@types/webpack-merge" : " 4.1.5" ,
56
- "@vuesion/models" : " ^3.1.1 " ,
57
- "@vuesion/utils" : " ^3.1.1 " ,
58
- "@vuesion/webpack" : " ^3.1.1 " ,
56
+ "@vuesion/models" : " ^3.1.2 " ,
57
+ "@vuesion/utils" : " ^3.1.2 " ,
58
+ "@vuesion/webpack" : " ^3.1.2 " ,
59
59
"autoprefixer" : " 9.6.1" ,
60
60
"axios" : " ^0.19.0" ,
61
61
"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.1 " ,
3
+ "version" : " 3.1.2 " ,
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.1 " ,
3
+ "version" : " 3.1.2 " ,
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.1 " ,
34
- "@vuesion/models" : " ^3.1.1 "
33
+ "@vuesion/utils" : " ^3.1.2 " ,
34
+ "@vuesion/models" : " ^3.1.2 "
35
35
},
36
36
"devDependencies" : {
37
37
"@types/node" : " ^10.14.6" ,
You can’t perform that action at this time.
0 commit comments