diff --git a/.changeset/light-boxes-drop.md b/.changeset/light-boxes-drop.md deleted file mode 100644 index 9857a61..0000000 --- a/.changeset/light-boxes-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"namesake": patch ---- - -Fix secondary button text styles diff --git a/.changeset/mighty-plants-worry.md b/.changeset/mighty-plants-worry.md deleted file mode 100644 index 528e66b..0000000 --- a/.changeset/mighty-plants-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"namesake": patch ---- - -Update sign-in screen design, display Namesake logo diff --git a/.changeset/thirty-cups-burn.md b/.changeset/thirty-cups-burn.md deleted file mode 100644 index 6cb2e63..0000000 --- a/.changeset/thirty-cups-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"namesake": minor ---- - -Add quest detail routes, add the ability to mark quests complete/incomplete, and support adding new quests from the global quest list diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ed010..f6707da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # namesake +## 0.3.0 + +### Minor Changes + +- 0c3a56e: Add quest detail routes, add the ability to mark quests complete/incomplete, and support adding new quests from the global quest list + +### Patch Changes + +- 32edce3: Fix secondary button text styles +- 375b2ad: Update sign-in screen design, display Namesake logo + ## 0.2.1 ### Patch Changes diff --git a/package.json b/package.json index 3961e72..88aabf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "namesake", - "version": "0.2.1", + "version": "0.3.0", "private": true, "type": "module", "scripts": {