Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit 9f62f80

Browse files
committed
v1.0.0-beta.12
1 parent ddde993 commit 9f62f80

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ 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.12](https://github.com/mariomka/vue-datetime/compare/v1.0.0-beta.11...v1.0.0-beta.12)
7+
> 1 May 2020
8+
- Readme - register component when using CDN [`#193`](https://github.com/mariomka/vue-datetime/pull/193)
9+
- Update `yarn.lock` [`ddde993`](https://github.com/mariomka/vue-datetime/commit/ddde9938ee0d9cea4fc8075ae23f40ee29ec2e6f)
10+
- Fix max-datetime when time is midnight. Fixes: #215. [`599faf8`](https://github.com/mariomka/vue-datetime/commit/599faf8a3f603aebf245452bd965710908cf32f7)
11+
- Don't add the `id` attribute when it is empty. Fixes: #202. [`d9f45b7`](https://github.com/mariomka/vue-datetime/commit/d9f45b7261540ee4ab0302cf19330a9a7049d339)
12+
- Fix travis config [`b8084aa`](https://github.com/mariomka/vue-datetime/commit/b8084aab6872d4b638f8a3788af7288ea4e030c7)
13+
- Update readme [`de01b03`](https://github.com/mariomka/vue-datetime/commit/de01b0370c97f009873a2f2b935c0d18943eb7b3)
14+
- FIX: Update dependency version of the rollup-plugin-vue since the latest 2.x is not compatible with newer vue stack (see https://github.com/vuejs/rollup-plugin-vue/issues/273) [`77f1826`](https://github.com/mariomka/vue-datetime/commit/77f1826522bfad27cbb943b9255d7ba8fca3dcbc)
15+
616
#### [v1.0.0-beta.11](https://github.com/mariomka/vue-datetime/compare/v1.0.0-beta.10...v1.0.0-beta.11)
717
> 13 November 2019
818
- add curly brackets export name [`#178`](https://github.com/mariomka/vue-datetime/pull/178)

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.11",
3+
"version": "1.0.0-beta.12",
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)