From 5511c5c381e5dbd72b5e453ad87b3e4eea6b6a99 Mon Sep 17 00:00:00 2001 From: Kael Date: Tue, 17 Sep 2024 22:53:50 +1000 Subject: [PATCH] chore(release): publish v3.7.2 --- lerna.json | 2 +- packages/api-generator/package.json | 2 +- packages/docs/package.json | 2 +- packages/vuetify/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index 1619bdbb4c4..04d2a9cd572 100644 --- a/lerna.json +++ b/lerna.json @@ -13,5 +13,5 @@ } }, "npmClient": "pnpm", - "version": "3.7.1" + "version": "3.7.2" } \ No newline at end of file diff --git a/packages/api-generator/package.json b/packages/api-generator/package.json index a13880132c3..44daadbc7b1 100755 --- a/packages/api-generator/package.json +++ b/packages/api-generator/package.json @@ -1,6 +1,6 @@ { "name": "@vuetify/api-generator", - "version": "3.7.1", + "version": "3.7.2", "private": true, "description": "", "scripts": { diff --git a/packages/docs/package.json b/packages/docs/package.json index fc63b2b0730..0e41fdd00c2 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.1", + "version": "3.7.2", "repository": { "type": "git", "url": "git+https://github.com/vuetifyjs/vuetify.git", diff --git a/packages/vuetify/package.json b/packages/vuetify/package.json index 8def3ada4c8..684ece314c8 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.1", + "version": "3.7.2", "author": { "name": "John Leider", "email": "john@vuetifyjs.com"