Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit b5430f1

Browse files
committed
chore: release
- vue-cli-plugin-vuetify-cli@0.2.2 - vue-cli-plugin-vuetify@2.0.7 - @vuetify/vue-cli-plugin-base@0.3.6
1 parent 223380c commit b5430f1

File tree

6 files changed

+30
-3
lines changed

6 files changed

+30
-3
lines changed

packages/@vuetify/base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## <small>0.3.6 (2020-07-20)</small>
7+
8+
* fix(template): update v-content to v-main (#186) ([39eddce](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/commit/39eddce)), closes [#186](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/issues/186)
9+
10+
11+
12+
13+
614
## <small>0.3.5 (2020-05-19)</small>
715

816
* fix: update layout names & structure ([720efa5](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/commit/720efa5))

packages/@vuetify/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuetify/vue-cli-plugin-base",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "A Vue CLI preset for setting up a baseline Vuetify application.",
55
"repository": {
66
"type": "git",

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

Lines changed: 8 additions & 0 deletions
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+
## <small>0.2.2 (2020-07-20)</small>
7+
8+
* chore(deps-dev): bump lodash in /packages/vue-cli-plugin-vuetify-cli (#193) ([636d5a0](https://github.com/vuetifyjs/vue-cli-plugins/commit/636d5a0)), closes [#193](https://github.com/vuetifyjs/vue-cli-plugins/issues/193)
9+
10+
11+
12+
13+
614
## [0.2.1](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/compare/vue-cli-plugin-vuetify-cli@0.2.0...vue-cli-plugin-vuetify-cli@0.2.1) (2020-05-12)
715

816

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-vuetify-cli",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A Scaffolding Tool for Vue / Vuetify",
55
"main": "index.js",
66
"author": "John Leider <john@vuetifyjs.com>",

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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>2.0.7 (2020-07-20)</small>
7+
8+
* test: update snapshots ([223380c](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/commit/223380c)), closes [#185](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/issues/185)
9+
* fix: add missing null-loader dependency (#152) ([983a796](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/commit/983a796)), closes [#152](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/issues/152) [#101](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/issues/101)
10+
* fix(sass-loader): prependData removed from v9 (#185) ([6e14328](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/commit/6e14328)), closes [#185](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/issues/185)
11+
* fix(template): update v-content to v-main (#186) ([39eddce](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/commit/39eddce)), closes [#186](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/issues/186)
12+
13+
14+
15+
16+
617
## [2.0.6](https://github.com/vuetifyjs/vue-cli-plugin-vuetify/compare/vue-cli-plugin-vuetify@2.0.5...vue-cli-plugin-vuetify@2.0.6) (2020-05-12)
718

819

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

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

0 commit comments

Comments
 (0)