Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Mar 10, 2024
1 parent 7c38995 commit 4a40d39
Show file tree
Hide file tree
Showing 6 changed files with 30 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.3](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/[email protected]...@vuetify/[email protected]) (2024-03-10)


### Bug Fixes

* remove resolveComponent import if unused ([7c38995](https://github.com/vuetifyjs/vuetify-loader/commit/7c389951c26d62dc02ff9c9b3737d1585e0284a0))



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


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.2",
"version": "2.0.3",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [2.0.3](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@2.0.3) (2024-03-10)

**Note:** Version bump only for package vite-plugin-vuetify





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


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.2",
"version": "2.0.3",
"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.2",
"@vuetify/loader-shared": "^2.0.3",
"debug": "^4.3.3",
"upath": "^2.0.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [3.0.3](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@3.0.3) (2024-03-10)

**Note:** Version bump only for package webpack-plugin-vuetify





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


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.2",
"version": "3.0.3",
"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.2",
"@vuetify/loader-shared": "^2.0.3",
"decache": "^4.6.0",
"file-loader": "^6.2.0",
"find-cache-dir": "^5.0.0",
Expand Down

0 comments on commit 4a40d39

Please sign in to comment.