diff --git a/lerna.json b/lerna.json index fa9d3a7f96d..d9f7b120394 100644 --- a/lerna.json +++ b/lerna.json @@ -13,5 +13,5 @@ } }, "npmClient": "pnpm", - "version": "3.7.0-beta.1" -} + "version": "3.7.0" +} \ No newline at end of file diff --git a/packages/api-generator/package.json b/packages/api-generator/package.json index f1e6745d156..626d084eca0 100755 --- a/packages/api-generator/package.json +++ b/packages/api-generator/package.json @@ -1,6 +1,6 @@ { "name": "@vuetify/api-generator", - "version": "3.7.0-beta.1", + "version": "3.7.0", "private": true, "description": "", "scripts": { diff --git a/packages/docs/package.json b/packages/docs/package.json index 844a3f2967e..7269c59ed2f 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -3,7 +3,7 @@ "description": "A Vue.js project", "private": true, "author": "John Leider ", - "version": "3.7.0-beta.1", + "version": "3.7.0", "repository": { "type": "git", "url": "git+https://github.com/vuetifyjs/vuetify.git", diff --git a/packages/vuetify/package.json b/packages/vuetify/package.json index 3fe04b70bce..c25f6b7902a 100755 --- a/packages/vuetify/package.json +++ b/packages/vuetify/package.json @@ -1,7 +1,7 @@ { "name": "vuetify", "description": "Vue Material Component Framework", - "version": "3.7.0-beta.1", + "version": "3.7.0", "author": { "name": "John Leider", "email": "john@vuetifyjs.com"