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

Commit

Permalink
release: v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vben-admin committed Feb 24, 2021
1 parent 125c49c commit 1a6bec9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.7.5](https://github.com/anncwb/vite-plugin-style-import/compare/v0.7.4...v0.7.5) (2021-02-24)


### Features

* 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))
* 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))



## 0.7.4 (2021-02-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-style-import",
"version": "0.7.4",
"version": "0.7.5",
"description": "A plug-in that imports component library styles on demand",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 1a6bec9

Please sign in to comment.