Skip to content

Commit b1d7bd4

Browse files
committed
chore(release): publish v3.3.22
1 parent 5f94793 commit b1d7bd4

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.3.21",
16+
"version": "3.3.22",
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.3.21",
3+
"version": "3.3.22",
44
"private": true,
55
"description": "",
66
"scripts": {
@@ -19,7 +19,7 @@
1919
"rimraf": "^3.0.2",
2020
"ts-morph": "^18.0.0",
2121
"vue": "^3.3.4",
22-
"vuetify": "^3.3.21"
22+
"vuetify": "^3.3.22"
2323
},
2424
"devDependencies": {
2525
"@babel/node": "^7.20.7"

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.3.21",
6+
"version": "3.3.22",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/vuetifyjs/vuetify.git",
@@ -38,7 +38,7 @@
3838
"vue-i18n": "^9.3.0-beta.16",
3939
"vue-instantsearch": "^4.8.8",
4040
"vue-prism-component": "^2.0.0",
41-
"vuetify": "^3.3.21"
41+
"vuetify": "^3.3.22"
4242
},
4343
"devDependencies": {
4444
"@emailjs/browser": "^3.10.0",
@@ -51,7 +51,7 @@
5151
"@vitejs/plugin-basic-ssl": "^1.0.1",
5252
"@vitejs/plugin-vue": "^4.2.2",
5353
"@vue/compiler-sfc": "^3.3.4",
54-
"@vuetify/api-generator": "^3.3.21",
54+
"@vuetify/api-generator": "^3.3.22",
5555
"ajv": "^8.12.0",
5656
"async-es": "^3.2.4",
5757
"date-fns": "^2.29.3",

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.3.21",
4+
"version": "3.3.22",
55
"author": {
66
"name": "John Leider",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)