Skip to content

Commit

Permalink
chore(release): publish v2.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Aug 9, 2022
1 parent 2cd34b4 commit 170c7d1
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": "2.6.8",
"version": "2.6.9",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/api-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@vuetify/api-generator",
"version": "2.6.8",
"version": "2.6.9",
"private": true,
"description": "",
"main": "src/index.js",
Expand All @@ -17,7 +17,7 @@
"deepmerge": "^4.0.0",
"rimraf": "^3.0.2",
"vue": "^2.7.8",
"vuetify": "^2.6.8"
"vuetify": "^2.6.9"
},
"devDependencies": {
"@babel/node": "^7.5.5",
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": "2.6.8",
"version": "2.6.9",
"repository": {
"type": "git",
"url": "git+https://github.com/vuetifyjs/vuetify.git",
Expand All @@ -30,7 +30,7 @@
"register-service-worker": "^1.7.1",
"vue-i18n": "^8.17.7",
"vue-instantsearch": "^3.4.3",
"vuetify": "^2.6.8",
"vuetify": "^2.6.9",
"vuex": "^3.4.0",
"webpack-node-externals": "^2.5.1"
},
Expand All @@ -41,7 +41,7 @@
"@vue/cli-plugin-router": "~4.5.19",
"@vue/cli-plugin-vuex": "~4.5.19",
"@vue/cli-service": "~4.5.19",
"@vuetify/api-generator": "^2.6.8",
"@vuetify/api-generator": "^2.6.9",
"@vuetify/vue-cli-plugin-base": "~0.3.5",
"cosmicjs": "^3.2.43",
"date-fns": "^2.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vuetify/package.json
@@ -1,7 +1,7 @@
{
"name": "vuetify",
"description": "Vue Material Component Framework",
"version": "2.6.8",
"version": "2.6.9",
"author": {
"name": "John Leider",
"email": "john@vuetifyjs.com"
Expand Down

0 comments on commit 170c7d1

Please sign in to comment.