Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit a454d26

Browse files
committed
chore: release v0.8.0
1 parent 7881b27 commit a454d26

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
## [0.7.6](https://github.com/anncwb/vite-plugin-style-import/compare/v0.7.5...v0.7.6) (2021-03-02)
1+
# [0.8.0](https://github.com/anncwb/vite-plugin-style-import/compare/v0.7.6...v0.8.0) (2021-03-06)
22

3+
### Features
34

5+
- **option:** add root option ([7881b27](https://github.com/anncwb/vite-plugin-style-import/commit/7881b2781a42a809f913d51f4d8e16e7800fb043))
46

5-
## [0.7.5](https://github.com/anncwb/vite-plugin-style-import/compare/v0.7.4...v0.7.5) (2021-02-24)
7+
## [0.7.6](https://github.com/anncwb/vite-plugin-style-import/compare/v0.7.5...v0.7.6) (2021-03-02)
68

9+
## [0.7.5](https://github.com/anncwb/vite-plugin-style-import/compare/v0.7.4...v0.7.5) (2021-02-24)
710

811
### Features
912

10-
* add ensureStyleFile to ensure that the style file exists [#4](https://github.com/anncwb/vite-plugin-style-import/issues/4) ([70e34d9](https://github.com/anncwb/vite-plugin-style-import/commit/70e34d932f7f6f4c7e815317f5476f347a62457d))
11-
* add the resolveComponent option for converting components. close [#5](https://github.com/anncwb/vite-plugin-style-import/issues/5) ([50087a2](https://github.com/anncwb/vite-plugin-style-import/commit/50087a20ac8918ff19b566f316f474c3801f47cd))
12-
13-
13+
- add ensureStyleFile to ensure that the style file exists [#4](https://github.com/anncwb/vite-plugin-style-import/issues/4) ([70e34d9](https://github.com/anncwb/vite-plugin-style-import/commit/70e34d932f7f6f4c7e815317f5476f347a62457d))
14+
- add the resolveComponent option for converting components. close [#5](https://github.com/anncwb/vite-plugin-style-import/issues/5) ([50087a2](https://github.com/anncwb/vite-plugin-style-import/commit/50087a20ac8918ff19b566f316f474c3801f47cd))
1415

1516
## 0.7.4 (2021-02-23)
1617

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-style-import",
3-
"version": "0.7.6",
3+
"version": "0.8.0",
44
"description": "A plug-in that imports component library styles on demand",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)