From cf18f1543a700d62a5f9e764905a4aafe1fb229b Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Wed, 10 Apr 2024 19:32:46 -0600 Subject: [PATCH] bump to v 0.3.7 --- CHANGELOG.md | 3 ++- package-lock.json | 4 ++-- package.json | 2 +- project.task.yaml | 2 -- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acbe2fe..07f9805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nothing -## [0.3.7] - 2024.04 +## [0.3.7] - 2024.04-10 ### Added - Filter on home page feed - Ability to set time of daily notification ### Changed +- Built with vite - Descriptions on home page to include projects ### Changed in DB or environment - Nothing diff --git a/package-lock.json b/package-lock.json index 7667894..05fd97c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.3.7-beta", + "version": "0.3.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.3.7-beta", + "version": "0.3.7", "dependencies": { "@dicebear/collection": "^5.4.1", "@dicebear/core": "^5.4.1", diff --git a/package.json b/package.json index 37c38fa..34adb09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.7-beta", + "version": "0.3.7", "private": true, "scripts": { "dev": "vite", diff --git a/project.task.yaml b/project.task.yaml index 5a2699a..84ce69c 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -4,7 +4,6 @@ tasks : - clickup vs linear - remove the loading of projects during feed load on the home screen (which slows down the feed) -- fix the notification link to the app - 01 change scanning flow - allow them to stay on the QR/scanning screen after scanning someone - 24 contextual tutorials https://docs.google.com/document/d/11C_K3RM0rgo0onih20KFhcIzukZyq_CRWqaWX5om_kM/edit#heading=h.iwiwcydou5hw @@ -21,7 +20,6 @@ tasks : - .2 fix give dialog from "more contacts" off home page to allow giving to this user - .5 stop from seeing an error on the first page when browser doesn't support service workers (which I've seen on iPhone; visible in Firefox private window) - .2 don't show a warning on a totally new project when the authorized agent is set -- .2 anchor hash into BTC - .2 list the "show more" contacts alphabetically - .5 add back the explicit wait for browser subscription timing problems?