Skip to content

Commit cc49ee5

Browse files
committed
1 parent 9142e9d commit cc49ee5

File tree

6 files changed

+36
-7
lines changed

6 files changed

+36
-7
lines changed

packages/shared/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+
## [1.6.0](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/[email protected]...@vuetify/[email protected]) (2022-08-31)
7+
8+
9+
### Features
10+
11+
* add styles.configFile option ([9142e9d](https://github.com/vuetifyjs/vuetify-loader/commit/9142e9d644ba1e4f86486440c29a318704090636)), closes [#263](https://github.com/vuetifyjs/vuetify-loader/issues/263) [#245](https://github.com/vuetifyjs/vuetify-loader/issues/245) [#221](https://github.com/vuetifyjs/vuetify-loader/issues/221)
12+
13+
14+
615
### [1.5.1](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/[email protected]...@vuetify/[email protected]) (2022-07-23)
716

817

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.5.1",
3+
"version": "1.6.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.15](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@1.0.0-alpha.15) (2022-08-31)
7+
8+
9+
### Features
10+
11+
* add styles.configFile option ([9142e9d](https://github.com/vuetifyjs/vuetify-loader/commit/9142e9d644ba1e4f86486440c29a318704090636)), closes [#263](https://github.com/vuetifyjs/vuetify-loader/issues/263) [#245](https://github.com/vuetifyjs/vuetify-loader/issues/245) [#221](https://github.com/vuetifyjs/vuetify-loader/issues/221)
12+
* support "[@use](https://github.com/use) 'vuetify'" ([e578193](https://github.com/vuetifyjs/vuetify-loader/commit/e578193a685dd581f6f15ff6e5e99f1a6eebbf1c))
13+
14+
15+
616
## [1.0.0-alpha.14](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@1.0.0-alpha.14) (2022-07-25)
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.14",
3+
"version": "1.0.0-alpha.15",
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.5.1",
22+
"@vuetify/loader-shared": "^1.6.0",
2323
"debug": "^4.3.3",
2424
"upath": "^2.0.1"
2525
},

packages/webpack-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+
## [2.0.0-alpha.13](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@2.0.0-alpha.13) (2022-08-31)
7+
8+
9+
### Features
10+
11+
* add styles.configFile option ([9142e9d](https://github.com/vuetifyjs/vuetify-loader/commit/9142e9d644ba1e4f86486440c29a318704090636)), closes [#263](https://github.com/vuetifyjs/vuetify-loader/issues/263) [#245](https://github.com/vuetifyjs/vuetify-loader/issues/245) [#221](https://github.com/vuetifyjs/vuetify-loader/issues/221)
12+
* support "[@use](https://github.com/use) 'vuetify'" ([e578193](https://github.com/vuetifyjs/vuetify-loader/commit/e578193a685dd581f6f15ff6e5e99f1a6eebbf1c))
13+
14+
15+
616
## [2.0.0-alpha.12](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@2.0.0-alpha.12) (2022-07-23)
717

818

packages/webpack-plugin/package.json

Lines changed: 4 additions & 4 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.12",
3+
"version": "2.0.0-alpha.13",
44
"description": "A Webpack plugin for treeshaking Vuetify components and more",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -19,14 +19,14 @@
1919
},
2020
"homepage": "https://github.com/vuetifyjs/vuetify-loader/packages/webpack-plugin",
2121
"dependencies": {
22-
"@vuetify/loader-shared": "^1.5.1",
22+
"@vuetify/loader-shared": "^1.6.0",
2323
"decache": "^4.6.0",
2424
"file-loader": "^6.2.0",
2525
"find-cache-dir": "^3.3.2",
2626
"loader-utils": "^2.0.0",
27+
"mkdirp": "^1.0.4",
2728
"null-loader": "^4.0.1",
28-
"upath": "^2.0.1",
29-
"mkdirp": "^1.0.4"
29+
"upath": "^2.0.1"
3030
},
3131
"peerDependencies": {
3232
"@vue/compiler-sfc": "^3.2.6",

0 commit comments

Comments
 (0)