Skip to content

Commit

Permalink
chore(release): publish v3.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 26, 2024
1 parent 695f5f4 commit 9209611
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": "3.5.11",
"version": "3.5.12",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/api-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuetify/api-generator",
"version": "3.5.11",
"version": "3.5.12",
"private": true,
"description": "",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"ts-morph": "^20.0.0",
"tsx": "^4.6.2",
"vue": "^3.4.19",
"vuetify": "^3.5.11"
"vuetify": "^3.5.12"
},
"devDependencies": {
"@types/stringify-object": "^4.0.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": "3.5.11",
"version": "3.5.12",
"repository": {
"type": "git",
"url": "git+https://github.com/vuetifyjs/vuetify.git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"vue-i18n": "^9.7.1",
"vue-instantsearch": "^4.12.1",
"vue-prism-component": "^2.0.0",
"vuetify": "^3.5.11"
"vuetify": "^3.5.12"
},
"devDependencies": {
"@emailjs/browser": "^3.11.0",
Expand All @@ -51,7 +51,7 @@
"@vitejs/plugin-basic-ssl": "^1.0.2",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/compiler-sfc": "^3.4.19",
"@vuetify/api-generator": "^3.5.11",
"@vuetify/api-generator": "^3.5.12",
"ajv": "^8.12.0",
"async-es": "^3.2.5",
"date-fns": "^2.30.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": "3.5.11",
"version": "3.5.12",
"author": {
"name": "John Leider",
"email": "john@vuetifyjs.com"
Expand Down

0 comments on commit 9209611

Please sign in to comment.