Skip to content

Commit 6283b45

Browse files
committed
1 parent 50c2dc0 commit 6283b45

File tree

6 files changed

+33
-5
lines changed

6 files changed

+33
-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+
### [2.0.2](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/[email protected]...@vuetify/[email protected]) (2024-02-28)
7+
8+
9+
### Bug Fixes
10+
11+
* replace json import with require ([e391b18](https://github.com/vuetifyjs/vuetify-loader/commit/e391b185fea33719f0dcbc36f8ae285515b61aae)), closes [#326](https://github.com/vuetifyjs/vuetify-loader/issues/326)
12+
13+
14+
615
### [2.0.1](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/[email protected]...@vuetify/[email protected]) (2023-12-12)
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": "2.0.1",
3+
"version": "2.0.2",
44
"main": "./dist/index.cjs",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

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+
### [2.0.2](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@2.0.2) (2024-02-28)
7+
8+
9+
### Bug Fixes
10+
11+
* correct cjs types export ([4512234](https://github.com/vuetifyjs/vuetify-loader/commit/4512234a1192895d59db8180fa949597f2894025)), closes [#327](https://github.com/vuetifyjs/vuetify-loader/issues/327)
12+
* don't parse file paths as urls ([50c2dc0](https://github.com/vuetifyjs/vuetify-loader/commit/50c2dc0e1a739039763e32c591dcd68981f99f18)), closes [#324](https://github.com/vuetifyjs/vuetify-loader/issues/324)
13+
14+
15+
616
### [2.0.1](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@2.0.1) (2023-12-12)
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": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A Vite plugin for treeshaking Vuetify components and more",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/vite-plugin",
2828
"dependencies": {
29-
"@vuetify/loader-shared": "^2.0.1",
29+
"@vuetify/loader-shared": "^2.0.2",
3030
"debug": "^4.3.3",
3131
"upath": "^2.0.1"
3232
},

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+
### [3.0.2](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@3.0.2) (2024-02-28)
7+
8+
9+
### Bug Fixes
10+
11+
* export webpack plugin ([9b71994](https://github.com/vuetifyjs/vuetify-loader/commit/9b71994669579996ea38352e3bd44549effe426a)), closes [#329](https://github.com/vuetifyjs/vuetify-loader/issues/329)
12+
13+
14+
615
### [3.0.1](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@3.0.1) (2023-12-12)
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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A Webpack plugin for treeshaking Vuetify components and more",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
@@ -30,7 +30,7 @@
3030
},
3131
"homepage": "https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/webpack-plugin",
3232
"dependencies": {
33-
"@vuetify/loader-shared": "^2.0.1",
33+
"@vuetify/loader-shared": "^2.0.2",
3434
"decache": "^4.6.0",
3535
"file-loader": "^6.2.0",
3636
"find-cache-dir": "^5.0.0",

0 commit comments

Comments
 (0)