diff --git a/CHANGELOG.md b/CHANGELOG.md index deb90f9..fe4ff29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +- Automatic ID creation from home page - Agent who can also edit a project ### Fixed - Cannot declare anonymous gift diff --git a/package-lock.json b/package-lock.json index cccb21f..019ec17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari_Test", - "version": "0.2.7", + "version": "0.2.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari_Test", - "version": "0.2.7", + "version": "0.2.8", "dependencies": { "@ethersproject/hdnode": "^5.7.0", "@fortawesome/fontawesome-svg-core": "^6.4.2", diff --git a/package.json b/package.json index 1118fd4..67918cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari_Test", - "version": "0.2.8-beta", + "version": "0.2.8", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/project.task.yaml b/project.task.yaml index a2d25ad..3dd393d 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,7 +1,6 @@ tasks: -- create an identifier automatically, with a message that they can import a different one - 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)