Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - @vuetify/loader-shared@1.7.0
 - vite-plugin-vuetify@1.0.0
 - webpack-plugin-vuetify@2.0.0
  • Loading branch information
KaelWD committed Oct 13, 2022
1 parent c2e525b commit e27af8d
Show file tree
Hide file tree
Showing 6 changed files with 37 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.

## [1.7.0](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@1.6.0...@vuetify/loader-shared@1.7.0) (2022-10-13)


### Features

* add transformAssetUrls ([c2e525b](https://github.com/vuetifyjs/vuetify-loader/commit/c2e525b3a3ad5582ffc50216a94c47b94f1c8fc9)), closes [#237](https://github.com/vuetifyjs/vuetify-loader/issues/237)



## [1.6.0](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@1.5.1...@vuetify/loader-shared@1.6.0) (2022-08-31)


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

## [1.0.0](https://github.com/vuetifyjs/vuetify-loader/compare/vite-plugin-vuetify@1.0.0-alpha.17...vite-plugin-vuetify@1.0.0) (2022-10-13)


### Features

* add transformAssetUrls ([c2e525b](https://github.com/vuetifyjs/vuetify-loader/commit/c2e525b3a3ad5582ffc50216a94c47b94f1c8fc9)), closes [#237](https://github.com/vuetifyjs/vuetify-loader/issues/237)


### Bug Fixes

* ignore non-standard query parameters ([183f9dc](https://github.com/vuetifyjs/vuetify-loader/commit/183f9dcc4db15afe9f5f4c46624301696c097750)), closes [#271](https://github.com/vuetifyjs/vuetify-loader/issues/271)



## [1.0.0-alpha.17](https://github.com/vuetifyjs/vuetify-loader/compare/vite-plugin-vuetify@1.0.0-alpha.16...vite-plugin-vuetify@1.0.0-alpha.17) (2022-09-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": "1.0.0-alpha.17",
"version": "1.0.0",
"description": "A Vite plugin for treeshaking Vuetify components and more",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/vuetifyjs/vuetify-loader/packages/vite-plugin",
"dependencies": {
"@vuetify/loader-shared": "^1.6.0",
"@vuetify/loader-shared": "^1.7.0",
"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.

## [2.0.0](https://github.com/vuetifyjs/vuetify-loader/compare/webpack-plugin-vuetify@2.0.0-alpha.13...webpack-plugin-vuetify@2.0.0) (2022-10-13)


### Features

* add transformAssetUrls ([c2e525b](https://github.com/vuetifyjs/vuetify-loader/commit/c2e525b3a3ad5582ffc50216a94c47b94f1c8fc9)), closes [#237](https://github.com/vuetifyjs/vuetify-loader/issues/237)



## [2.0.0-alpha.13](https://github.com/vuetifyjs/vuetify-loader/compare/webpack-plugin-vuetify@2.0.0-alpha.12...webpack-plugin-vuetify@2.0.0-alpha.13) (2022-08-31)


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": "2.0.0-alpha.13",
"version": "2.0.0",
"description": "A Webpack plugin for treeshaking Vuetify components and more",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/vuetifyjs/vuetify-loader/packages/webpack-plugin",
"dependencies": {
"@vuetify/loader-shared": "^1.6.0",
"@vuetify/loader-shared": "^1.7.0",
"decache": "^4.6.0",
"file-loader": "^6.2.0",
"find-cache-dir": "^3.3.2",
Expand Down

0 comments on commit e27af8d

Please sign in to comment.