Browse Source

bump to verson 0.2.12

kb/add-usage-guide
Trent Larson 8 months ago
parent
commit
8f579b40a9
  1. 5
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json
  4. 2
      project.task.yaml

5
CHANGELOG.md

@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.12] - 2024.02.01
### Added
- Prompts for gratitude
## [0.2.11] - 2024.01.28
### Added
- Actions to share claim data with contacts

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "TimeSafari",
"version": "0.2.12-beta",
"version": "0.2.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TimeSafari",
"version": "0.2.12-beta",
"version": "0.2.12",
"dependencies": {
"@dicebear/collection": "^5.3.5",
"@dicebear/core": "^5.3.5",

2
package.json

@ -1,6 +1,6 @@
{
"name": "TimeSafari",
"version": "0.2.12-beta",
"version": "0.2.12",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

2
project.task.yaml

@ -5,8 +5,8 @@ tasks:
- anchor hash into BTC
- add more detail on TimeSafari.org
- add button to front page to prompt for ideas for gratitude
- checkboxes: show in order, show non-person-oriented messages, show only contacts, show only projects
- show previous on "Your" screen
- checkboxes: randomize vs show in order, show non-person-oriented messages, show only contacts, show only projects
- allow user to add a time when they want their daily notification
- prompt for the name directly when they visit the QR scan page
- image on give

Loading…
Cancel
Save