Skip to content

Commit

Permalink
chore(release): publish v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jan 29, 2019
1 parent 5d8b0df commit b6300d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -12,6 +12,6 @@
}
},
"npmClient": "yarn",
"version": "1.4.3",
"version": "1.4.4",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/api-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuetify/api-generator",
"version": "1.4.3",
"version": "1.4.4",
"private": true,
"description": "",
"main": "dist/api.js",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"deepmerge": "^2.2.1",
"vue": "^2.5.16",
"vuetify": "^1.4.3"
"vuetify": "^1.4.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "A Vue.js project",
"private": true,
"author": "John Leider <john.j.leider@gmail.com>",
"version": "1.4.3",
"version": "1.4.4",
"scripts": {
"dev": "cross-env NODE_OPTIONS=--max_old_space_size=8192 node server",
"start": "cross-env NODE_ENV=production node server",
Expand All @@ -15,7 +15,7 @@
"npm": ">=4.0"
},
"dependencies": {
"@vuetify/api-generator": "^1.4.3",
"@vuetify/api-generator": "^1.4.4",
"babel-polyfill": "^6.26.0",
"chokidar": "^2.0.4",
"compression": "^1.7.3",
Expand Down Expand Up @@ -44,7 +44,7 @@
"vue-router": "^3.0.1",
"vue-server-renderer": "^2.5.21",
"vuelidate": "^0.6.2",
"vuetify": "^1.4.3",
"vuetify": "^1.4.4",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0",
"webfontloader": "^1.6.28"
Expand Down
2 changes: 1 addition & 1 deletion packages/vuetify/package.json
@@ -1,7 +1,7 @@
{
"name": "vuetify",
"description": "Vue.js 2 Semantic Component Framework",
"version": "1.4.3",
"version": "1.4.4",
"author": {
"name": "John Leider",
"email": "john@vuetifyjs.com"
Expand Down

0 comments on commit b6300d2

Please sign in to comment.