From efb411e5ff575a2abdd8ddf3f7f581b26cc86d62 Mon Sep 17 00:00:00 2001 From: Christian Beutel <> Date: Sat, 14 Sep 2024 20:02:07 +0200 Subject: [PATCH] v0.9.0 --- CHANGELOG.md | 3 +++ docs/package-lock.json | 4 ++-- docs/package.json | 2 +- docs/src/components/footer.astro | 2 +- docs/src/content/docs/getting-started/changelog.md | 11 +++++++++++ web/package.json | 2 +- 6 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aaa14d5..47004554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ ## Features - Complete visual overhaul of the list page - Lists can now be shared with other users +- Updates visual style for waypoints ## Bug fixes - Fixes a bug that caused categories not to load properly on page reload +- Fixes icon picker suggestions for waypoints +- Fixes a bug that would prevent public and shared trails from showing up in the overview # v0.8.2 diff --git a/docs/package-lock.json b/docs/package-lock.json index f345a72c..b24652f0 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "docs", - "version": "0.8.2", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "docs", - "version": "0.8.2", + "version": "0.9.0", "dependencies": { "@astrojs/check": "^0.7.0", "@astrojs/node": "^8.2.6", diff --git a/docs/package.json b/docs/package.json index bdc0ea45..56f256b1 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "type": "module", - "version": "0.8.2", + "version": "0.9.0", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/docs/src/components/footer.astro b/docs/src/components/footer.astro index 744d634f..6738118b 100644 --- a/docs/src/components/footer.astro +++ b/docs/src/components/footer.astro @@ -111,7 +111,7 @@ const isNotHomepage = Astro.props.slug !== ""; class="fill-primary dark:fill-white" font-size="0.75rem" > - v0.8.2 + v0.9.0 diff --git a/docs/src/content/docs/getting-started/changelog.md b/docs/src/content/docs/getting-started/changelog.md index b923c920..c58faa26 100644 --- a/docs/src/content/docs/getting-started/changelog.md +++ b/docs/src/content/docs/getting-started/changelog.md @@ -3,6 +3,17 @@ title: Changelog description: What changed in the last patch? --- +## v0.9.0 +### Features +- Complete visual overhaul of the list page +- Lists can now be shared with other users +- Updates visual style for waypoints + +### Bug fixes +- Fixes a bug that caused categories not to load properly on page reload +- Fixes icon picker suggestions for waypoints +- Fixes a bug that would prevent public and shared trails from showing up in the overview + ## v0.8.2 ### Features - The pagination is now available at top and bottom diff --git a/web/package.json b/web/package.json index 54127b86..2780b853 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "wanderer", - "version": "0.8.2", + "version": "0.9.0", "private": true, "scripts": { "dev": "vite dev",