Skip to content

Commit

Permalink
chore(release): publish v2.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 13, 2019
1 parent 5182ee4 commit 58cf853
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -13,6 +13,6 @@
}
},
"npmClient": "yarn",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/api-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuetify/api-generator",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"private": true,
"description": "",
"main": "dist/api.js",
Expand All @@ -12,6 +12,6 @@
"license": "ISC",
"dependencies": {
"deepmerge": "^2.2.1",
"vuetify": "^2.0.0-alpha.8"
"vuetify": "^2.0.0-alpha.9"
}
}
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": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"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": "^2.0.0-alpha.8",
"@vuetify/api-generator": "^2.0.0-alpha.9",
"babel-polyfill": "^6.26.0",
"chokidar": "^2.0.4",
"compression": "^1.7.3",
Expand Down Expand Up @@ -43,7 +43,7 @@
"vue-router": "^3.0.2",
"vue-server-renderer": "^2.6.7",
"vuelidate": "^0.6.2",
"vuetify": "^2.0.0-alpha.8",
"vuetify": "^2.0.0-alpha.9",
"vuex": "^3.1.0",
"vuex-router-sync": "^5.0.0",
"webfontloader": "^1.6.28"
Expand Down
4 changes: 2 additions & 2 deletions packages/kitchen/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuetify/kitchen",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"private": true,
"scripts": {
"deploy": "now && now alias",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"sass-loader": "^7.1.0",
"vue-router": "^3.0.2",
"vuetify": "^2.0.0-alpha.8"
"vuetify": "^2.0.0-alpha.9"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.1",
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": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"author": {
"name": "John Leider",
"email": "john@vuetifyjs.com"
Expand Down

0 comments on commit 58cf853

Please sign in to comment.