From 874e717e698b93a1ace9f588e675b8a3dccd7617 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 28 Apr 2024 20:09:56 -0600 Subject: [PATCH] bump to version 0.3.9 --- CHANGELOG.md | 11 +++++++++-- README.md | 1 + package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 669d61a..36ac5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nothing -## [0.3.9] - 2024.04-21 +## [0.3.9] - 2024.04-28 ### Added -- Offer on contacts page +- Offers on contacts page +- Checks on front page until they show as registered +### Changed +- Scanned contacts now add immediately and prompt for registration. +- Better UI for gives on contact page +- Better UI for all confirmation messages +### Fixed +- Repeated elements at top of main feed ### Changed in DB or environment - Nothing diff --git a/README.md b/README.md index bd5300b..7046eac 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ To add an icon, add to main.ts and reference with `fa` element and `icon` attrib - As User 0 in another browser on the test API, add a give & a project. - Note that some combinations of desktop with mobile emulation stretch the image. - Import User 0 with seed: `rigid shrug mobile smart veteran half all pond toilet brave review universe ship congress found yard skate elite apology jar uniform subway slender luggage` + - Add new user as a contact (which allows them to see User 0). - With the new user on the home page, see the feed that shows User 0 in network but without the name. - As the new user, import contacts & identifiers. - As the new user on the contacts page, add User 0 as a contact. diff --git a/package-lock.json b/package-lock.json index bcb2405..dfd17f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.3.9-beta", + "version": "0.3.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.3.9-beta", + "version": "0.3.9", "dependencies": { "@dicebear/collection": "^5.4.1", "@dicebear/core": "^5.4.1", diff --git a/package.json b/package.json index 2a07d31..3981788 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.9-beta", + "version": "0.3.9", "private": true, "scripts": { "dev": "vite",