Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(release): publish v2.3.0-beta.3
  • Loading branch information
johnleider committed May 5, 2020
1 parent fbaa5dc commit af86f17
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 @@ -13,6 +13,6 @@
}
},
"npmClient": "yarn",
"version": "2.3.0-beta.2",
"version": "2.3.0-beta.3",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/api-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuetify/api-generator",
"version": "2.3.0-beta.2",
"version": "2.3.0-beta.3",
"private": true,
"description": "",
"main": "dist/api.js",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"deepmerge": "^4.0.0",
"vue": "^2.6.10",
"vuetify": "^2.3.0-beta.2"
"vuetify": "^2.3.0-beta.3"
},
"devDependencies": {
"@babel/node": "^7.5.5",
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@vuetifyjs.com>",
"version": "2.3.0-beta.2",
"version": "2.3.0-beta.3",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.client.config.js --hot --progress",
"build": "rimraf dist && cross-env NODE_ENV=production webpack --config build/webpack.prod.config.js --no-progress --hide-modules && yarn prerender",
Expand All @@ -13,7 +13,7 @@
"lint:fix": "yarn lint --fix"
},
"dependencies": {
"@vuetify/api-generator": "^2.3.0-beta.2",
"@vuetify/api-generator": "^2.3.0-beta.3",
"babel-polyfill": "^6.26.0",
"chokidar": "^3.0.2",
"compression": "^1.7.4",
Expand Down Expand Up @@ -43,7 +43,7 @@
"vue-router": "^3.0.7",
"vue-server-renderer": "^2.6.10",
"vuelidate": "^0.7.4",
"vuetify": "^2.3.0-beta.2",
"vuetify": "^2.3.0-beta.3",
"vuex": "^3.1.1",
"vuex-pathify": "^1.4.0",
"vuex-router-sync": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vuetify/package.json
@@ -1,7 +1,7 @@
{
"name": "vuetify",
"description": "Vue Material Component Framework",
"version": "2.3.0-beta.2",
"version": "2.3.0-beta.3",
"author": {
"name": "John Leider",
"email": "john@vuetifyjs.com"
Expand Down

0 comments on commit af86f17

Please sign in to comment.