diff --git a/.changeset/chatty-turkeys-warn.md b/.changeset/chatty-turkeys-warn.md deleted file mode 100644 index bc53efc..0000000 --- a/.changeset/chatty-turkeys-warn.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"evolu.me": minor ---- - -Replace the Date and Time reset button with cancel - -Reset really doesn't make sense. I copied that feature from native iOS HTML input and am not too fond of it. diff --git a/.changeset/young-tomatoes-allow.md b/.changeset/young-tomatoes-allow.md deleted file mode 100644 index 742e07d..0000000 --- a/.changeset/young-tomatoes-allow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"evolu.me": minor ---- - -Improve TimePopover UX - -Minutes are clickable and rounded to a multiple of five. diff --git a/CHANGELOG.md b/CHANGELOG.md index a0db16a..5c10aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # evolu.me +## 0.5.0 + +### Minor Changes + +- 7aeeb89: Replace the Date and Time reset button with cancel + + Reset really doesn't make sense. I copied that feature from native iOS HTML input and am not too fond of it. + +- 7aeeb89: Improve TimePopover UX + + Minutes are clickable and rounded to a multiple of five. + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index 820940e..b404905 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "evolu.me", - "version": "0.4.0", + "version": "0.5.0", "private": true, "scripts": { "cleanNext": "rm -rf .next",