Skip to content

Commit 5f73552

Browse files
committed
chore: release
- @vuetify/[email protected] - @vuetify/[email protected] - [email protected]
1 parent 93e830d commit 5f73552

File tree

6 files changed

+48
-5
lines changed

6 files changed

+48
-5
lines changed

packages/shared/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.3.0](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/[email protected]...@vuetify/[email protected]) (2021-12-10)
7+
8+
9+
### Features
10+
11+
* add stylesTimeout option ([93e830d](https://github.com/vuetifyjs/vuetify-loader/commit/93e830dd728610bfa83c5a93f85fcca6acb4f59d))
12+
13+
14+
### Bug Fixes
15+
16+
* disable esModuleInterop ([b3ae4d1](https://github.com/vuetifyjs/vuetify-loader/commit/b3ae4d17e4319ab1b8c550d50b0cc2737a8d0719)), closes [#222](https://github.com/vuetifyjs/vuetify-loader/issues/222)
17+
18+
19+
620
### [1.2.2](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/[email protected]...@vuetify/[email protected]) (2021-11-17)
721

822

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.2.2",
3+
"version": "1.3.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"repository": {

packages/vite-plugin/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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-alpha.10](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/[email protected]...@vuetify/[email protected]) (2021-12-10)
7+
8+
9+
### Features
10+
11+
* add stylesTimeout option ([93e830d](https://github.com/vuetifyjs/vuetify-loader/commit/93e830dd728610bfa83c5a93f85fcca6acb4f59d))
12+
13+
14+
### Bug Fixes
15+
16+
* disable esModuleInterop ([b3ae4d1](https://github.com/vuetifyjs/vuetify-loader/commit/b3ae4d17e4319ab1b8c550d50b0cc2737a8d0719)), closes [#222](https://github.com/vuetifyjs/vuetify-loader/issues/222)
17+
* wait for all other modules to resolve before writing styles ([274ce9c](https://github.com/vuetifyjs/vuetify-loader/commit/274ce9ced8da65107b7544f9cdb2d82d463be313)), closes [#225](https://github.com/vuetifyjs/vuetify-loader/issues/225)
18+
19+
20+
621
## [1.0.0-alpha.9](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/[email protected]...@vuetify/[email protected]) (2021-11-17)
722

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

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": "@vuetify/vite-plugin",
3-
"version": "1.0.0-alpha.9",
3+
"version": "1.0.0-alpha.10",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"repository": {
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/vuetifyjs/vuetify-loader/packages/vite-plugin",
2020
"dependencies": {
21-
"@vuetify/loader-shared": "^1.2.2",
21+
"@vuetify/loader-shared": "^1.3.0",
2222
"debug": "^4.3.3"
2323
},
2424
"peerDependencies": {

packages/vuetify-loader/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+
## [2.0.0-alpha.9](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@2.0.0-alpha.9) (2021-12-10)
7+
8+
9+
### Features
10+
11+
* add stylesTimeout option ([93e830d](https://github.com/vuetifyjs/vuetify-loader/commit/93e830dd728610bfa83c5a93f85fcca6acb4f59d))
12+
13+
14+
### Bug Fixes
15+
16+
* wait for all other modules to resolve before writing styles ([274ce9c](https://github.com/vuetifyjs/vuetify-loader/commit/274ce9ced8da65107b7544f9cdb2d82d463be313)), closes [#225](https://github.com/vuetifyjs/vuetify-loader/issues/225)
17+
18+
19+
620
## [2.0.0-alpha.8](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@2.0.0-alpha.8) (2021-11-17)
721

822
**Note:** Version bump only for package vuetify-loader

packages/vuetify-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuetify-loader",
3-
"version": "2.0.0-alpha.8",
3+
"version": "2.0.0-alpha.9",
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/vuetify-loader",
2121
"dependencies": {
22-
"@vuetify/loader-shared": "^1.2.2",
22+
"@vuetify/loader-shared": "^1.3.0",
2323
"decache": "^4.6.0",
2424
"file-loader": "^6.2.0",
2525
"find-cache-dir": "^3.3.2",

0 commit comments

Comments
 (0)