From c8f0f2c2b16b9f0b4b47d40f7bf29058c7baa68e Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 4 Aug 2024 20:01:26 -0600 Subject: [PATCH] bump to version 0.3.15, fix a README instruction --- CHANGELOG.md | 22 +++++++++++++++++++++- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52f60752f..b6646b055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,27 @@ 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.14] +## [0.3.15] +### Added +- Edit gives +- Page to edit claim JSON before submitting +- Update of imported contacts +- Improve messaging on give dialog +- Section for gives provided by plan +- Deletion of an identity +- UI for choosing a passkey creation (not enabled on prod) +- Cache signatures for reports for passkey-signed requests +- Refactor: consolidate alternative signing, eg. for passkeys & did:peer +- Playwright tests +### Changed +- Linked projects display below description (instead of at bottom) +### Fixed +- Visibility toggle appearance +### Changed in DB or environment +- Nothing + + +## [0.3.14] - 2024.06.22 - 1611d22892f683f43856d2503eee7f391b6bbce8 ### Added - Clearer give-confirmation screen - BX currency https://thebx.medium.com/ diff --git a/README.md b/README.md index c47dc4e66..9987a6239 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ npm run lint ``` # (Let's replace this with a .env.development or .env.staging file.) # The test BVC_MEETUPS_PROJECT_CLAIM_ID does not resolve as a URL because it's only in the test DB and the prod redirect won't redirect there. -TIME_SAFARI_APP_TITLE="TimeSafari_Test" VITE_BVC_MEETUPS_PROJECT_CLAIM_ID=https://endorser.ch/entity/01HNTZYJJXTGT0EZS3VEJGX7AK VITE_DEFAULT_ENDORSER_API_SERVER=https://test-api.endorser.ch VITE_DEFAULT_IMAGE_API_SERVER=https://test-image-api.timesafari.app PASSKEYS_ENABLED=yep npm run build +TIME_SAFARI_APP_TITLE="TimeSafari_Test" VITE_BVC_MEETUPS_PROJECT_CLAIM_ID=https://endorser.ch/entity/01HNTZYJJXTGT0EZS3VEJGX7AK VITE_DEFAULT_ENDORSER_API_SERVER=https://test-api.endorser.ch VITE_DEFAULT_IMAGE_API_SERVER=https://test-image-api.timesafari.app VITE_PASSKEYS_ENABLED=yep npm run build ``` * Production diff --git a/package-lock.json b/package-lock.json index 083997bf5..597607d9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.3.15-beta", + "version": "0.3.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.3.15-beta", + "version": "0.3.15", "dependencies": { "@dicebear/collection": "^5.4.1", "@dicebear/core": "^5.4.1", diff --git a/package.json b/package.json index bc2952087..4c4e3abbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.15-beta", + "version": "0.3.15", "scripts": { "dev": "vite", "serve": "vite preview",