Skip to content

Commit

Permalink
1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaesc committed Feb 19, 2018
1 parent a7c26d3 commit 43c02f9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-styleguidist-example-basic",
"description": "Vue styleguidist basic example",
"version": "1.0.0",
"version": "1.4.7",
"private": true,
"homepage": "https://github.com/vue-styleguidist/vue-styleguidist",
"repository": {
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"dog-names": "^1.0.2",
"vue-styleguidist": "^1.4.6"
"vue-styleguidist": "1.4.7"
},
"scripts": {
"styleguide": "vue-styleguidist server",
Expand All @@ -27,4 +27,4 @@
"vue-loader": "^13.5.0",
"webpack": "^3.10.0"
}
}
}
6 changes: 3 additions & 3 deletions examples/navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-styleguidist-example-basic",
"description": "Vue styleguidist basic example",
"version": "1.0.0",
"version": "1.4.7",
"private": true,
"homepage": "https://github.com/vue-styleguidist/vue-styleguidist",
"repository": {
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"dog-names": "^1.0.2",
"vue-styleguidist": "^1.4.6"
"vue-styleguidist": "1.4.7"
},
"scripts": {
"styleguide": "vue-styleguidist server",
Expand All @@ -27,4 +27,4 @@
"vue-loader": "^13.5.0",
"webpack": "^3.10.0"
}
}
}
6 changes: 3 additions & 3 deletions examples/nuxtjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "styleguide",
"version": "1.0.0",
"version": "1.4.7",
"description": "Nuxt.js project",
"author": "Knovour <[email protected]>",
"private": true,
Expand All @@ -14,9 +14,9 @@
},
"dependencies": {
"nuxt": "^1.0.0-rc11",
"vue-styleguidist": "^1.4.6"
"vue-styleguidist": "1.4.7"
},
"devDependencies": {
"babel-preset-react": "^6.24.1"
}
}
}
6 changes: 3 additions & 3 deletions examples/sections/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-styleguidist-example-basic",
"description": "Vue styleguidist basic example",
"version": "1.0.0",
"version": "1.4.7",
"private": true,
"homepage": "https://github.com/vue-styleguidist/vue-styleguidist",
"repository": {
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"dog-names": "^1.0.2",
"vue-styleguidist": "^1.4.6"
"vue-styleguidist": "1.4.7"
},
"scripts": {
"styleguide": "vue-styleguidist server",
Expand All @@ -27,4 +27,4 @@
"vue-loader": "^13.5.0",
"webpack": "^3.10.0"
}
}
}
6 changes: 3 additions & 3 deletions examples/vuex/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-styleguidist-example-vuex",
"description": "Vue styleguidist vuex example",
"version": "1.0.0",
"version": "1.4.7",
"private": true,
"homepage": "https://github.com/vue-styleguidist/vue-styleguidist",
"repository": {
Expand All @@ -13,7 +13,7 @@
"node": ">=4"
},
"dependencies": {
"vue-styleguidist": "^1.4.6"
"vue-styleguidist": "1.4.7"
},
"scripts": {
"styleguide": "vue-styleguidist server",
Expand All @@ -26,4 +26,4 @@
"vue-loader": "^13.5.0",
"webpack": "^3.10.0"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-styleguidist",
"description": "Vue components style guide generator",
"version": "1.4.6",
"version": "1.4.7",
"homepage": "https://github.com/vue-styleguidist/vue-styleguidist",
"repository": {
"type": "git",
Expand Down Expand Up @@ -213,4 +213,4 @@
"git add"
]
}
}
}

0 comments on commit 43c02f9

Please sign in to comment.