Skip to content

Commit 4972f0d

Browse files
v0.2.0
1 parent d1f5034 commit 4972f0d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## 0.1.0 - 2021 Oct 2
3+
## 0.2.0 - 2021 Oct 2
4+
- Fix dates showing under the wrong weekday
5+
- Fix `--date-input-width` not working
6+
7+
## 0.1.1 - 2021 Oct 2
48
- Fix dates showing under the wrong weekday
59
- Fix `--date-input-width` not working
610

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.1.1",
3+
"version": "0.2.0",
44
"description": "Date and time picker for Svelte",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)