Skip to content

Commit

Permalink
chore(release): publish v2.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jul 19, 2019
1 parent 61b0b31 commit f8a22f0
Show file tree
Hide file tree
Showing 5 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 @@ -13,6 +13,6 @@
}
},
"npmClient": "yarn",
"version": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"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": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"private": true,
"description": "",
"main": "dist/api.js",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"deepmerge": "^2.2.1",
"vue": "^2.6.10",
"vuetify": "^2.0.0-beta.8"
"vuetify": "^2.0.0-beta.9"
},
"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 <[email protected]>",
"version": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"scripts": {
"dev": "cross-env node server",
"start": "cross-env NODE_ENV=production node server",
Expand All @@ -12,7 +12,7 @@
"lint:fix": "yarn lint --fix"
},
"dependencies": {
"@vuetify/api-generator": "^2.0.0-beta.8",
"@vuetify/api-generator": "^2.0.0-beta.9",
"babel-polyfill": "^6.26.0",
"chokidar": "^2.1.2",
"compression": "^1.7.4",
Expand All @@ -39,7 +39,7 @@
"vue-router": "^3.0.2",
"vue-server-renderer": "^2.6.10",
"vuelidate": "^0.6.2",
"vuetify": "^2.0.0-beta.8",
"vuetify": "^2.0.0-beta.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuetify/kitchen",
"version": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"private": true,
"scripts": {
"deploy": "now && now alias",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"sass-loader": "^7.1.0",
"vue-router": "^3.0.2",
"vuetify": "^2.0.0-beta.8"
"vuetify": "^2.0.0-beta.9"
},
"devDependencies": {
"@applitools/eyes-cypress": "^3.6.13",
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": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"author": {
"name": "John Leider",
"email": "[email protected]"
Expand Down

0 comments on commit f8a22f0

Please sign in to comment.