Skip to content

Commit ea3b92d

Browse files
committed
chore(release): 0.0.6
1 parent b710b8e commit ea3b92d

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
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.0.6](https://github.com/howard-tzw/vue3-select/compare/v0.0.5...v0.0.6) (2023-06-05)
6+
7+
8+
### Bug Fixes
9+
10+
* set the pointer to the selected option for the computed options ([b710b8e](https://github.com/howard-tzw/vue3-select/commit/b710b8e9ba98ddaab6a75cdc4475236a3c128bea))
11+
12+
13+
### Style Updates
14+
15+
* export --vs-height ([bf2d2cb](https://github.com/howard-tzw/vue3-select/commit/bf2d2cbe644ac8db1a2b8b5feac6bcbd4651809c))
16+
* selected option highlight in menu and add --vs-dropdown-options-gap ([49dcbc3](https://github.com/howard-tzw/vue3-select/commit/49dcbc3f12bcba086f3bc597e730684a2389ae32))
17+
18+
19+
### Chores
20+
21+
* remove scss folder ([1943696](https://github.com/howard-tzw/vue3-select/commit/194369614c48614c92171c5955b351a1fb2a3fc1))
22+
523
### [0.0.5](https://github.com/howard-tzw/vue3-select/compare/v0.0.4...v0.0.5) (2023-06-02)
624

725

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"test",
3030
"tests"
3131
],
32-
"version": "0.0.5"
32+
"version": "0.0.6"
3333
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-select",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "A maintained fork of vue-select for Vue 3",
55
"author": "Jeff Sagal <[email protected]>, Howard Chen <[email protected]>",
66
"homepage": "https://vue-select.org",

0 commit comments

Comments
 (0)