Skip to content

Commit 67474eb

Browse files
committed
chore(release): publish v3.4.10
1 parent 4823309 commit 67474eb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
}
1414
},
1515
"npmClient": "yarn",
16-
"version": "3.4.9",
16+
"version": "3.4.10",
1717
"useWorkspaces": true
1818
}

packages/api-generator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuetify/api-generator",
3-
"version": "3.4.9",
3+
"version": "3.4.10",
44
"private": true,
55
"description": "",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"ts-morph": "^20.0.0",
1818
"tsx": "^4.6.2",
1919
"vue": "^3.4.7",
20-
"vuetify": "^3.4.9"
20+
"vuetify": "^3.4.10"
2121
},
2222
"devDependencies": {
2323
"@types/stringify-object": "^4.0.5"

packages/docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A Vue.js project",
44
"private": true,
55
"author": "John Leider <[email protected]>",
6-
"version": "3.4.9",
6+
"version": "3.4.10",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/vuetifyjs/vuetify.git",
@@ -38,7 +38,7 @@
3838
"vue-i18n": "^9.7.1",
3939
"vue-instantsearch": "^4.12.1",
4040
"vue-prism-component": "^2.0.0",
41-
"vuetify": "^3.4.9"
41+
"vuetify": "^3.4.10"
4242
},
4343
"devDependencies": {
4444
"@emailjs/browser": "^3.11.0",
@@ -50,7 +50,7 @@
5050
"@vitejs/plugin-basic-ssl": "^1.0.2",
5151
"@vitejs/plugin-vue": "^4.5.2",
5252
"@vue/compiler-sfc": "^3.4.7",
53-
"@vuetify/api-generator": "^3.4.9",
53+
"@vuetify/api-generator": "^3.4.10",
5454
"ajv": "^8.12.0",
5555
"async-es": "^3.2.5",
5656
"date-fns": "^2.30.0",

packages/vuetify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vuetify",
33
"description": "Vue Material Component Framework",
4-
"version": "3.4.9",
4+
"version": "3.4.10",
55
"author": {
66
"name": "John Leider",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)