Skip to content

Commit 7b5ca74

Browse files
committed
chore(release): 0.0.4
1 parent b41c719 commit 7b5ca74

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.0.4](https://github.com/howard-tzw/vue3-select/compare/v0.0.3...v0.0.4) (2023-06-02)
6+
7+
8+
### Features
9+
10+
* add touchstart event for option hover style on mobile ([b41c719](https://github.com/howard-tzw/vue3-select/commit/b41c719846164773031fa28dd8422b116fb8ec13))
11+
* update with new css style ([45046b6](https://github.com/howard-tzw/vue3-select/commit/45046b6745101962fad950fbbc858269adc9d81e))
12+
13+
14+
### Chores
15+
16+
* remove github issue template ([3e6f55f](https://github.com/howard-tzw/vue3-select/commit/3e6f55f42817f7b5d2e4c96e2ff592f2446cff48))
17+
* update dev environment ([2090a30](https://github.com/howard-tzw/vue3-select/commit/2090a30a24e6f9615fd9e5bfa70b7b9ace460c02))
18+
519
### [0.0.3](https://github.com/howard-tzw/vue3-select/compare/v0.0.2...v0.0.3) (2023-05-09)
620

721

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"test",
3030
"tests"
3131
],
32-
"version": "0.0.3"
32+
"version": "0.0.4"
3333
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-select",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "A maintained fork of vue-select for Vue 3",
55
"author": "Jeff Sagal <sagalbot@gmail.com>, Howard Chen <howard.tzw@gmail.com>",
66
"homepage": "https://vue-select.org",

0 commit comments

Comments
 (0)