Skip to content

Commit 0f2b549

Browse files
committed
chore(release): publish v3.6.0-alpha.2
1 parent f2fb95e commit 0f2b549

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.6.0-alpha.1",
16+
"version": "3.6.0-alpha.2",
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.6.0-alpha.1",
3+
"version": "3.6.0-alpha.2",
44
"private": true,
55
"description": "",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"ts-morph": "^22.0.0",
1818
"tsx": "^4.7.2",
1919
"vue": "^3.4.21",
20-
"vuetify": "^3.6.0-alpha.1"
20+
"vuetify": "^3.6.0-alpha.2"
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.6.0-alpha.1",
6+
"version": "3.6.0-alpha.2",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/vuetifyjs/vuetify.git",
@@ -38,7 +38,7 @@
3838
"vue-i18n": "^9.11.0",
3939
"vue-instantsearch": "^4.15.0",
4040
"vue-prism-component": "^2.0.0",
41-
"vuetify": "^3.6.0-alpha.1"
41+
"vuetify": "^3.6.0-alpha.2"
4242
},
4343
"devDependencies": {
4444
"@emailjs/browser": "^4.3.3",
@@ -50,7 +50,7 @@
5050
"@vitejs/plugin-basic-ssl": "^1.1.0",
5151
"@vitejs/plugin-vue": "^5.0.4",
5252
"@vue/compiler-sfc": "^3.4.21",
53-
"@vuetify/api-generator": "^3.6.0-alpha.1",
53+
"@vuetify/api-generator": "^3.6.0-alpha.2",
5454
"ajv": "^8.12.0",
5555
"async-es": "^3.2.5",
5656
"date-fns": "^3.6.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.6.0-alpha.1",
4+
"version": "3.6.0-alpha.2",
55
"author": {
66
"name": "John Leider",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)