Skip to content

Commit

Permalink
chore(release): publish v3.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Mar 21, 2023
1 parent e4d562f commit cb29eb3
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.1.10",
"version": "3.1.11",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/api-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuetify/api-generator",
"version": "3.1.10",
"version": "3.1.11",
"private": true,
"description": "",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"rimraf": "^3.0.2",
"ts-morph": "^16.0.0",
"vue": "^3.2.47",
"vuetify": "^3.1.10"
"vuetify": "^3.1.11"
},
"devDependencies": {
"@babel/node": "^7.20.7"
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.1.10",
"version": "3.1.11",
"repository": {
"type": "git",
"url": "git+https://github.com/vuetifyjs/vuetify.git",
Expand Down Expand Up @@ -38,7 +38,7 @@
"vue-i18n": "^9.3.0-beta.16",
"vue-instantsearch": "^4.8.3",
"vue-prism-component": "^2.0.0",
"vuetify": "^3.1.10"
"vuetify": "^3.1.11"
},
"devDependencies": {
"@emailjs/browser": "^3.10.0",
Expand All @@ -50,7 +50,7 @@
"@vitejs/plugin-basic-ssl": "^0.1.2",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/compiler-sfc": "^3.2.47",
"@vuetify/api-generator": "^3.1.10",
"@vuetify/api-generator": "^3.1.11",
"@vuetify/vite-ssg": "^0.20.2",
"ajv": "^8.12.0",
"date-fns": "^2.29.3",
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.1.10",
"version": "3.1.11",
"author": {
"name": "John Leider",
"email": "john@vuetifyjs.com"
Expand Down

0 comments on commit cb29eb3

Please sign in to comment.