Skip to content

Commit b3ffbb3

Browse files
committed
1 parent e14c456 commit b3ffbb3

File tree

6 files changed

+38
-5
lines changed

6 files changed

+38
-5
lines changed

packages/shared/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
## [1.5.0](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/[email protected]...@vuetify/[email protected]) (2022-06-16)
7+
8+
9+
### Features
10+
11+
* support vuetify beta.4 ([f1a0976](https://github.com/vuetifyjs/vuetify-loader/commit/f1a09765e568c7ee5481dd576765939ffc1fe534))
12+
13+
14+
### Bug Fixes
15+
16+
* sort generated imports ([e14c456](https://github.com/vuetifyjs/vuetify-loader/commit/e14c45630442cc235cc670578a56457880e734f1))
17+
18+
19+
620
## [1.4.0](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/[email protected]...@vuetify/[email protected]) (2022-05-21)
721

822

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuetify/loader-shared",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"repository": {

packages/vite-plugin/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
## [1.0.0-alpha.12](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@1.0.0-alpha.12) (2022-06-16)
7+
8+
9+
### Features
10+
11+
* support meta.load-css() ([29039f3](https://github.com/vuetifyjs/vuetify-loader/commit/29039f37eca66c8c46744fd87c6d181af9e9d64b))
12+
* support vuetify beta.4 ([f1a0976](https://github.com/vuetifyjs/vuetify-loader/commit/f1a09765e568c7ee5481dd576765939ffc1fe534))
13+
14+
15+
616
## 1.0.0-alpha.11 (2022-05-21)
717

818

packages/vite-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-vuetify",
3-
"version": "1.0.0-alpha.11",
3+
"version": "1.0.0-alpha.12",
44
"description": "A Vite plugin for treeshaking Vuetify components and more",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -19,7 +19,7 @@
1919
},
2020
"homepage": "https://github.com/vuetifyjs/vuetify-loader/packages/vite-plugin",
2121
"dependencies": {
22-
"@vuetify/loader-shared": "^1.4.0",
22+
"@vuetify/loader-shared": "^1.5.0",
2323
"debug": "^4.3.3"
2424
},
2525
"peerDependencies": {

packages/webpack-plugin/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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+
## [2.0.0-alpha.11](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@2.0.0-alpha.11) (2022-06-16)
7+
8+
9+
### Features
10+
11+
* support vuetify beta.4 ([f1a0976](https://github.com/vuetifyjs/vuetify-loader/commit/f1a09765e568c7ee5481dd576765939ffc1fe534))
12+
13+
14+
615
## 2.0.0-alpha.10 (2022-05-21)
716

817

packages/webpack-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-plugin-vuetify",
3-
"version": "2.0.0-alpha.10",
3+
"version": "2.0.0-alpha.11",
44
"description": "A Webpack plugin for treeshaking Vuetify components and more",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -19,7 +19,7 @@
1919
},
2020
"homepage": "https://github.com/vuetifyjs/vuetify-loader/packages/webpack-plugin",
2121
"dependencies": {
22-
"@vuetify/loader-shared": "^1.4.0",
22+
"@vuetify/loader-shared": "^1.5.0",
2323
"decache": "^4.6.0",
2424
"file-loader": "^6.2.0",
2525
"find-cache-dir": "^3.3.2",

0 commit comments

Comments
 (0)