Skip to content

Commit d7786c1

Browse files
committed
chore(release): 0.2.8
1 parent 547044b commit d7786c1

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### 0.2.8 (2020-08-23)
6+
7+
8+
### Features
9+
10+
* auto reload on components change ([547044b](https://github.com/antfu/vite-plugin-components/commit/547044b3c1e51d6967a2497dc9022555d13afbb9))
11+
* on-demand importing! ([fe0f4b8](https://github.com/antfu/vite-plugin-components/commit/fe0f4b8c67d43234e220afa388042cf9a0a0583c))
12+
* support kebab and capital cased components ([2df99c7](https://github.com/antfu/vite-plugin-components/commit/2df99c73d07d1ede5c17b250d74714efddba7a84))
13+
* use parent directory as name for `index` components ([#2](https://github.com/antfu/vite-plugin-components/issues/2)) ([4e7a704](https://github.com/antfu/vite-plugin-components/commit/4e7a704182d705a59c2e5e680cedcf745b90c4c8))
14+
15+
16+
### Bug Fixes
17+
18+
* give user options precedence over defaults ([#1](https://github.com/antfu/vite-plugin-components/issues/1)) ([2cee5fc](https://github.com/antfu/vite-plugin-components/commit/2cee5fc1d2d5a298ffd21d6ef0c732974670255e))
19+
* lifecycle order ([b763174](https://github.com/antfu/vite-plugin-components/commit/b763174fcb1d1c6d42ad09e39295068364b4c9b1))
20+
* module export ([d91f743](https://github.com/antfu/vite-plugin-components/commit/d91f7432959b62875088f2216ee602d83e2fcae5))
21+
* warning for components with same name ([6a0fb54](https://github.com/antfu/vite-plugin-components/commit/6a0fb5463d98af32cff50f3e5925e18509b8eeb2))
22+
523
### [0.2.7](https://github.com/antfu/vite-plugin-components/compare/v0.2.6...v0.2.7) (2020-08-21)
624

725

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-components",
33
"description": "Components auto importing for Vite",
4-
"version": "0.2.7",
4+
"version": "0.2.8",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",
@@ -38,5 +38,5 @@
3838
"tsup": "^3.6.1",
3939
"typescript": "^3.9.7",
4040
"vite": "^1.0.0-rc.4"
41-
}
41+
}
4242
}

0 commit comments

Comments
 (0)