Browse Source

bump to version 0.2.4, update tasks

kb/add-usage-guide
Trent Larson 8 months ago
parent
commit
7b4f084b4b
  1. 4
      CHANGELOG.md
  2. 2
      package.json
  3. 5
      project.task.yaml

4
CHANGELOG.md

@ -9,9 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.2.3] - 2024.01.09 ## [0.2.4] - 2024.01.09
### Added ### Added
- Mark for a trade as opposed to a donation - Mark for a trade as opposed to a donation
### Changed
- Library security updates
## [0.2.2] - 2024.01.05 ## [0.2.2] - 2024.01.05

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "TimeSafari_Test", "name": "TimeSafari_Test",
"version": "0.2.3", "version": "0.2.4",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

5
project.task.yaml

@ -5,14 +5,13 @@ tasks:
- update dependencies, especially Veramo - update dependencies, especially Veramo
- record donations vs gives - record donations vs gives
- deploy & migrate
- in mobile - change give & fulfills to array of objects? - in mobile - change give & fulfills to array of objects?
- migrate all existing records to gifts (after clients send DonateAction)
- update docs - update docs
- show VC details... somehow: - show VC details... somehow:
- add VC confirmation - BVC may have an org page
- 01 show my VCs - most interesting, or via search - 01 show my VCs - most interesting, or via search
- 04 allow user to download chains of VCs, mine + ones I can see about me from others - 04 allow user to download & prove chains of VCs, mine + ones I can see about me from others
- on gives feed - link to project - on gives feed - link to project
- show feed of offers, new projects, etc -- maybe limited to my search area - show feed of offers, new projects, etc -- maybe limited to my search area

Loading…
Cancel
Save