Browse Source

bump to version 0.2.8

starred-projects
Trent Larson 8 months ago
parent
commit
6ab4c40fd0
  1. 1
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json
  4. 1
      project.task.yaml

1
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

4
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",

2
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",

1
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)

Loading…
Cancel
Save