Skip to content

Commit c3bfc62

Browse files
v1.0.0
1 parent 59130e0 commit c3bfc62

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.0.0 - 2021 Oct 6
4+
- Replace all `any` types
5+
36
## 0.2.1 - 2021 Oct 2
47
- Fix invisible dropdown menu in dark mode on Windows Chrome
58
- Fix flash of incorrect month/year value on page load

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "date-picker-svelte",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"description": "Date and time picker for Svelte",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)