Skip to content

Commit e27af8d

Browse files
committed
1 parent c2e525b commit e27af8d

File tree

6 files changed

+37
-5
lines changed

6 files changed

+37
-5
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.7.0](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/[email protected]...@vuetify/[email protected]) (2022-10-13)
7+
8+
9+
### Features
10+
11+
* add transformAssetUrls ([c2e525b](https://github.com/vuetifyjs/vuetify-loader/commit/c2e525b3a3ad5582ffc50216a94c47b94f1c8fc9)), closes [#237](https://github.com/vuetifyjs/vuetify-loader/issues/237)
12+
13+
14+
615
## [1.6.0](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/[email protected]...@vuetify/[email protected]) (2022-08-31)
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.6.0",
3+
"version": "1.7.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"repository": {

packages/vite-plugin/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.0.0](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@1.0.0) (2022-10-13)
7+
8+
9+
### Features
10+
11+
* add transformAssetUrls ([c2e525b](https://github.com/vuetifyjs/vuetify-loader/commit/c2e525b3a3ad5582ffc50216a94c47b94f1c8fc9)), closes [#237](https://github.com/vuetifyjs/vuetify-loader/issues/237)
12+
13+
14+
### Bug Fixes
15+
16+
* ignore non-standard query parameters ([183f9dc](https://github.com/vuetifyjs/vuetify-loader/commit/183f9dcc4db15afe9f5f4c46624301696c097750)), closes [#271](https://github.com/vuetifyjs/vuetify-loader/issues/271)
17+
18+
19+
620
## [1.0.0-alpha.17](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@1.0.0-alpha.17) (2022-09-12)
721

822

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.17",
3+
"version": "1.0.0",
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.6.0",
22+
"@vuetify/loader-shared": "^1.7.0",
2323
"debug": "^4.3.3",
2424
"upath": "^2.0.1"
2525
},

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](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@2.0.0) (2022-10-13)
7+
8+
9+
### Features
10+
11+
* add transformAssetUrls ([c2e525b](https://github.com/vuetifyjs/vuetify-loader/commit/c2e525b3a3ad5582ffc50216a94c47b94f1c8fc9)), closes [#237](https://github.com/vuetifyjs/vuetify-loader/issues/237)
12+
13+
14+
615
## [2.0.0-alpha.13](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@2.0.0-alpha.13) (2022-08-31)
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.13",
3+
"version": "2.0.0",
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.6.0",
22+
"@vuetify/loader-shared": "^1.7.0",
2323
"decache": "^4.6.0",
2424
"file-loader": "^6.2.0",
2525
"find-cache-dir": "^3.3.2",

0 commit comments

Comments
 (0)