Skip to content

Commit c9a0e86

Browse files
committed
chore(release): publish v3.4.6
1 parent af07b7f commit c9a0e86

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.5",
16+
"version": "3.4.6",
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.5",
3+
"version": "3.4.6",
44
"private": true,
55
"description": "",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"ts-morph": "^20.0.0",
1818
"tsx": "^4.5.0",
1919
"vue": "^3.3.9",
20-
"vuetify": "^3.4.5"
20+
"vuetify": "^3.4.6"
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.5",
6+
"version": "3.4.6",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/vuetifyjs/vuetify.git",
@@ -37,7 +37,7 @@
3737
"vue-i18n": "^9.7.1",
3838
"vue-instantsearch": "^4.12.1",
3939
"vue-prism-component": "^2.0.0",
40-
"vuetify": "^3.4.5"
40+
"vuetify": "^3.4.6"
4141
},
4242
"devDependencies": {
4343
"@emailjs/browser": "^3.11.0",
@@ -49,7 +49,7 @@
4949
"@vitejs/plugin-basic-ssl": "^1.0.2",
5050
"@vitejs/plugin-vue": "^4.5.0",
5151
"@vue/compiler-sfc": "^3.3.9",
52-
"@vuetify/api-generator": "^3.4.5",
52+
"@vuetify/api-generator": "^3.4.6",
5353
"ajv": "^8.12.0",
5454
"async-es": "^3.2.5",
5555
"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.5",
4+
"version": "3.4.6",
55
"author": {
66
"name": "John Leider",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)