bump version to 0.2.7
This commit is contained in:
@@ -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
generated
4
package-lock.json
generated
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user