Skip to content

Commit e5e55b0

Browse files
committed
chore: release
- vue-cli-plugin-vuetify@2.2.0 - @vuetify/cli-plugin-utils@0.0.9 - @vuetify/vue-cli-plugin-presets@0.1.0-alpha.10
1 parent d2c0b26 commit e5e55b0

File tree

6 files changed

+29
-3
lines changed

6 files changed

+29
-3
lines changed

packages/@vuetify/cli-plugin-utils/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## <small>0.0.9 (2021-02-28)</small>
7+
8+
* refactor(update-file): support ts. ([37e1fd8](https://github.com/vuetifyjs/vue-cli-plugins/commit/37e1fd8))
9+
* fix(gen-preset): support ts. ([f967f85](https://github.com/vuetifyjs/vue-cli-plugins/commit/f967f85))
10+
11+
12+
13+
14+
615
## <small>0.0.8 (2021-01-27)</small>
716

817
* fix(utils): Add support for sass-loader >= 9 (#211) ([520d067](https://github.com/vuetifyjs/vue-cli-plugins/commit/520d067)), closes [#211](https://github.com/vuetifyjs/vue-cli-plugins/issues/211)

packages/@vuetify/cli-plugin-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuetify/cli-plugin-utils",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Utility files",
55
"author": "John Leider <john@vuetifyjs.com>",
66
"homepage": "https://github.com/vuetifyjs/vue-cli-plugins#readme",

packages/@vuetify/presets/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.1.0-alpha.10 (2021-02-28)
7+
8+
* fix(AppBar): add missing aria-label ([d2c0b26](https://github.com/vuetifyjs/vue-cli-plugins/commit/d2c0b26))
9+
* fix(index.html): remove asset links causing duplicate resources ([ad00810](https://github.com/vuetifyjs/vue-cli-plugins/commit/ad00810))
10+
11+
12+
13+
14+
615
## 0.1.0-alpha.9 (2021-02-28)
716

817
* chore(Home): rename view and update export ([7c4d923](https://github.com/vuetifyjs/vue-cli-plugins/commit/7c4d923))

packages/@vuetify/presets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuetify/vue-cli-plugin-presets",
3-
"version": "0.1.0-alpha.9",
3+
"version": "0.1.0-alpha.10",
44
"description": "Vuetify Vue CLI Plugin Presets",
55
"author": "John Leider <john@vuetifyjs.com>",
66
"homepage": "https://github.com/vuetifyjs/vue-cli-plugins#readme",

packages/vue-cli-plugin-vuetify/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2.2.0 (2021-02-28)
7+
8+
* feat(v3-preset): add v3 preset (#237) ([5706657](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/commit/5706657)), closes [#237](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/issues/237)
9+
10+
11+
12+
13+
614
## <small>2.1.1 (2021-02-28)</small>
715

816
* chore(eslintrc): remove vuetify config and update eslint settings ([a36555e](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/commit/a36555e))

packages/vue-cli-plugin-vuetify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-vuetify",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Vuetify Framework Plugin for Vue CLI 3",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)