Skip to content

Commit

Permalink
chore(release): publish v2.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jan 15, 2019
1 parent 2d2312a commit a36a6c7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
}
},
"npmClient": "yarn",
"version": "1.5.0-beta.0",
"version": "2.0.0-alpha.0",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/api-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuetify/api-generator",
"version": "1.5.0-beta.0",
"version": "2.0.0-alpha.0",
"private": true,
"description": "",
"main": "dist/api.js",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"deepmerge": "^2.2.1",
"vue": "^2.5.16",
"vuetify": "^1.5.0-beta.0"
"vuetify": "^2.0.0-alpha.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A Vue.js project",
"private": true,
"author": "John Leider <john.j.leider@gmail.com>",
"version": "1.5.0-beta.0",
"version": "2.0.0-alpha.0",
"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.5.0-beta.0",
"@vuetify/api-generator": "^2.0.0-alpha.0",
"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.5.0-beta.0",
"vuetify": "^2.0.0-alpha.0",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0",
"webfontloader": "^1.6.28"
Expand Down
2 changes: 1 addition & 1 deletion packages/kitchen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kitchen",
"version": "1.4.0",
"version": "2.0.0-alpha.0",
"private": true,
"scripts": {
"deploy": "now && now alias",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "1.4.0",
"version": "2.0.0-alpha.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion packages/vuetify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vuetify",
"description": "Vue.js 2 Semantic Component Framework",
"version": "1.5.0-beta.0",
"version": "2.0.0-alpha.0",
"author": {
"name": "John Leider",
"email": "john@vuetifyjs.com"
Expand Down

0 comments on commit a36a6c7

Please sign in to comment.