Skip to content

Commit d467e7b

Browse files
committed
2.0.4
1 parent 17349ae commit d467e7b

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.4] - 2021-09-25
8+
### Fixed
9+
- Readme npm preview fix
10+
711
## [2.0.3] - 2021-09-09
812
### Fixed
913
- onBeforeUnmount unlisten() fix
@@ -76,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7680
- README.md
7781
- LICENSE
7882

79-
[UNRELEASED]: https://github.com/invisiburu/vue-picker/compare/v2.0.3...HEAD
83+
[UNRELEASED]: https://github.com/invisiburu/vue-picker/compare/v2.0.4...HEAD
84+
[2.0.4]: https://github.com/invisiburu/vue-picker/compare/v2.0.3...v2.0.4
8085
[2.0.3]: https://github.com/invisiburu/vue-picker/compare/v2.0.2...v2.0.3
8186
[2.0.2]: https://github.com/invisiburu/vue-picker/compare/v2.0.1...v2.0.2
8287
[2.0.1]: https://github.com/invisiburu/vue-picker/compare/v2.0.0...v2.0.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# vue-picker
22

3+
A native-like select field, but better.
4+
35
![version](https://badgen.net/github/tag/invisiburu/vue-picker)
46
![min size](https://badgen.net/bundlephobia/min/@invisiburu/vue-picker)
57
![minzip size](https://badgen.net/bundlephobia/minzip/@invisiburu/vue-picker)
68
![deps count](https://badgen.net/bundlephobia/dependency-count/@invisiburu/vue-picker)
79
![tree shaking](https://badgen.net/bundlephobia/tree-shaking/@invisiburu/vue-picker)
810

9-
A native-like select field, but better.
10-
1111
Mostly behaves like native `<select>` but accepts custom markup for the options
1212
and the opener button.
1313

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@invisiburu/vue-picker",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"private": false,
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)