Skip to content

Commit cb9a9a6

Browse files
committed
chore(release): 0.0.2
1 parent 779ef58 commit cb9a9a6

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
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.
4+
5+
### [0.0.2](https://github.com/howard-tzw/vue3-select/compare/v4.0.0-beta.6...v0.0.2) (2023-05-04)
6+
7+
8+
### Features
9+
10+
* close dropdown when clicking selection, resolve [#1273](https://github.com/sagalbot/vue-select/issues/1273) ([3f1cf00](https://github.com/howard-tzw/vue3-select/commit/3f1cf00fbbe1898ed871e9a7a44b067f437dd1e3))
11+
12+
13+
### Chores
14+
15+
* remove github action ([d886d78](https://github.com/howard-tzw/vue3-select/commit/d886d781b1db5c1e775610fbf54eda001a0c74f3))

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828
"bower_components",
2929
"test",
3030
"tests"
31-
]
31+
],
32+
"version": "0.0.2"
3233
}

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.1",
3+
"version": "0.0.2",
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)