Browse Source

bump version to 0.2.9

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

12
CHANGELOG.md

@ -5,8 +5,15 @@ All notable changes to this project will be documented in this file.
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).
## [Unreleased]
## [0.2.9] - 2024.01.15
### Fixed
- Set visibility for new contact.
## [0.2.8] - 2024.01.14
### Added
- Automatic ID creation from home page
- Agent who can also edit a project
@ -14,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Cannot declare anonymous gift
## [0.2.7] - 2024.01.12
### Added
- Give to fulfill a particular offer
@ -27,7 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Name of offerer
## [0.2.2] - 2024.01.05
### Added
- Check for notification capability on front screen
@ -43,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Icon for Android
- More thorough messaging and testing for notifications
## [0.1.9] - 2024.01.01
### Added
- Import for contacts and settings

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "TimeSafari_Test",
"version": "0.2.8",
"version": "0.2.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TimeSafari_Test",
"version": "0.2.8",
"version": "0.2.9",
"dependencies": {
"@ethersproject/hdnode": "^5.7.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",

2
package.json

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

2
project.task.yaml

@ -1,9 +1,7 @@
tasks:
- problem with making visible in test scenario adding contact?
- choose an agent via a contact chooser (not just copy-paste a DID)
- make set-name request yellow
- make the "give" on contact screen work like other give (allowing donation vs current blank)
- make give action executable right from an offer
- make a confirmation action executable right from a give

Loading…
Cancel
Save