Skip to content

Commit b533ca3

Browse files
committed
v1.0.0-beta.10
1 parent 3ba3ea8 commit b533ca3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
55

6+
#### [v1.0.0-beta.10](https://github.com/mariomka/vue-datetime/compare/v1.0.0-beta.9...v1.0.0-beta.10)
7+
> 13 January 2019
8+
- Add title property. Based on #118 [`0da317c`](https://github.com/mariomka/vue-datetime/commit/0da317c4be5ef8c3c21642d0db5bcd17f9d27840)
9+
- Set `line-height` for popup [`04db82b`](https://github.com/mariomka/vue-datetime/commit/04db82bc12753b9a60ce3b8a2ff36bc31c6e9c43)
10+
- Remove 0.x notice [`3ba3ea8`](https://github.com/mariomka/vue-datetime/commit/3ba3ea8df943e239c927a4fb2ea38b39f2605c89)
11+
612
#### [v1.0.0-beta.9](https://github.com/mariomka/vue-datetime/compare/v1.0.0-beta.8...v1.0.0-beta.9)
713
> 12 January 2019
814
- Added new custom slots for Buttons [`#97`](https://github.com/mariomka/vue-datetime/pull/97)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-datetime",
3-
"version": "1.0.0-beta.9",
3+
"version": "1.0.0-beta.10",
44
"description": "Mobile friendly datetime picker for Vue. Supports date, datetime and time modes, i18n and disabling dates.",
55
"keywords": [
66
"datetime",

0 commit comments

Comments
 (0)