bump version to 0.2.9

This commit is contained in:
2024-01-15 12:14:15 -07:00
parent 32c9076c39
commit e5e702f8a5
4 changed files with 12 additions and 8 deletions

View File

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

4
package-lock.json generated
View File

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

View File

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

View File

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