Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - @vuetify/loader-shared@2.0.2
 - vite-plugin-vuetify@2.0.2
 - webpack-plugin-vuetify@3.0.2
  • Loading branch information
KaelWD committed Feb 28, 2024
1 parent 50c2dc0 commit 6283b45
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 5 deletions.
9 changes: 9 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [2.0.2](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@2.0.1...@vuetify/loader-shared@2.0.2) (2024-02-28)


### Bug Fixes

* replace json import with require ([e391b18](https://github.com/vuetifyjs/vuetify-loader/commit/e391b185fea33719f0dcbc36f8ae285515b61aae)), closes [#326](https://github.com/vuetifyjs/vuetify-loader/issues/326)



### [2.0.1](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@2.0.0...@vuetify/loader-shared@2.0.1) (2023-12-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuetify/loader-shared",
"version": "2.0.1",
"version": "2.0.2",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [2.0.2](https://github.com/vuetifyjs/vuetify-loader/compare/vite-plugin-vuetify@2.0.1...vite-plugin-vuetify@2.0.2) (2024-02-28)


### Bug Fixes

* correct cjs types export ([4512234](https://github.com/vuetifyjs/vuetify-loader/commit/4512234a1192895d59db8180fa949597f2894025)), closes [#327](https://github.com/vuetifyjs/vuetify-loader/issues/327)
* 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)



### [2.0.1](https://github.com/vuetifyjs/vuetify-loader/compare/vite-plugin-vuetify@2.0.0...vite-plugin-vuetify@2.0.1) (2023-12-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-vuetify",
"version": "2.0.1",
"version": "2.0.2",
"description": "A Vite plugin for treeshaking Vuetify components and more",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/vite-plugin",
"dependencies": {
"@vuetify/loader-shared": "^2.0.1",
"@vuetify/loader-shared": "^2.0.2",
"debug": "^4.3.3",
"upath": "^2.0.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [3.0.2](https://github.com/vuetifyjs/vuetify-loader/compare/webpack-plugin-vuetify@3.0.1...webpack-plugin-vuetify@3.0.2) (2024-02-28)


### Bug Fixes

* export webpack plugin ([9b71994](https://github.com/vuetifyjs/vuetify-loader/commit/9b71994669579996ea38352e3bd44549effe426a)), closes [#329](https://github.com/vuetifyjs/vuetify-loader/issues/329)



### [3.0.1](https://github.com/vuetifyjs/vuetify-loader/compare/webpack-plugin-vuetify@3.0.0...webpack-plugin-vuetify@3.0.1) (2023-12-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-plugin-vuetify",
"version": "3.0.1",
"version": "3.0.2",
"description": "A Webpack plugin for treeshaking Vuetify components and more",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/webpack-plugin",
"dependencies": {
"@vuetify/loader-shared": "^2.0.1",
"@vuetify/loader-shared": "^2.0.2",
"decache": "^4.6.0",
"file-loader": "^6.2.0",
"find-cache-dir": "^5.0.0",
Expand Down

0 comments on commit 6283b45

Please sign in to comment.