diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a437f..35042f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.30] +### Added +- Onboarding messages + + ## [0.3.29] ### Added - Invite for a contact to join immediately diff --git a/package-lock.json b/package-lock.json index 4838222..5866aa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.3.30-beta", + "version": "0.3.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.3.30-beta", + "version": "0.3.30", "dependencies": { "@dicebear/collection": "^5.4.1", "@dicebear/core": "^5.4.1", diff --git a/package.json b/package.json index a42d4eb..251d3e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.30-beta", + "version": "0.3.30", "scripts": { "dev": "vite", "serve": "vite preview", diff --git a/src/components/OnboardingDialog.vue b/src/components/OnboardingDialog.vue index 16c016b..7b22cfb 100644 --- a/src/components/OnboardingDialog.vue +++ b/src/components/OnboardingDialog.vue @@ -5,7 +5,7 @@

Welcome to Time Safari
- Showcasing Gratitude & Magnifing Time + - Showcasing Gratitude & Magnifing Time

@@ -73,10 +73,10 @@

- It turns out that people in groups have more to be grateful for and get - more accomplished, so here you'll find others who are doing interesting - things. Some may be in your neighborhood. Search for a topic, or search - around your location under "Nearby". + It turns out that people in groups have more to be grateful for -- and + they get more accomplished. So here you'll find others who are doing + interesting things. Some may be in your neighborhood. Search for a + topic, or search around your location under "Nearby".

@@ -96,7 +96,7 @@ class="block w-full text-center text-md bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-2 py-3 rounded-md mb-2" @click="onClickClose(true)" > - No more help needed. + No more help, thanks. @@ -155,6 +156,7 @@