Skip to content

Commit 1cbd688

Browse files
committed
chore(release): 0.0.7
1 parent 2118d83 commit 1cbd688

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.7](https://github.com/howard-tzw/vue3-select/compare/v0.0.6...v0.0.7) (2023-06-21)
6+
7+
8+
### Features
9+
10+
* export no-drop and dropdown-menu padding style in css variables ([242c814](https://github.com/howard-tzw/vue3-select/commit/242c814e8d98e080eff2dae82f1cde4b599b5d84))
11+
12+
13+
### Style Updates
14+
15+
* export .vs__dropdown-option--selected ([2118d83](https://github.com/howard-tzw/vue3-select/commit/2118d83ce49e43e79db499981c223e5a4bff79ff))
16+
517
### [0.0.6](https://github.com/howard-tzw/vue3-select/compare/v0.0.5...v0.0.6) (2023-06-05)
618

719

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.6"
32+
"version": "0.0.7"
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.6",
3+
"version": "0.0.7",
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)