Browse Source

bump version to 0.2.7

starred-projects
Trent Larson 10 months ago
parent
commit
febfa8b098
  1. 5
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json
  4. 2
      project.task.yaml

5
CHANGELOG.md

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.2.6] - 2024.01.12 ## [0.2.7] - 2024.01.12
### Added ### Added
- Give to fulfill a particular offer - Give to fulfill a particular offer
- Give as part of a trade as opposed to a donation - Give as part of a trade as opposed to a donation
@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Library security updates - Library security updates
- Visibility of actions & confirmations on claim page - Visibility of actions & confirmations on claim page
### Fixed
- Name of offerer
## [0.2.2] - 2024.01.05 ## [0.2.2] - 2024.01.05

4
package-lock.json

@ -1,12 +1,12 @@
{ {
"name": "TimeSafari_Test", "name": "TimeSafari_Test",
"version": "0.2.6", "version": "0.2.7",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "TimeSafari_Test", "name": "TimeSafari_Test",
"version": "0.2.6", "version": "0.2.7",
"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",

2
package.json

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

2
project.task.yaml

@ -5,6 +5,8 @@ tasks:
- deploy & migrate (prod) - deploy & migrate (prod)
- update docs - update docs
- make set-name request yellow
- make the "give" on contact screen work like other give (allowing donation vs current blank)
- create an identifier automatically, with a message that they can import a different one - create an identifier automatically, with a message that they can import a different one
- make give directly on an offer - make give directly on an offer
- make a confirmation directly on a give - make a confirmation directly on a give

Loading…
Cancel
Save