Browse Source

bump to verson 0.2.12

starred-projects
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] ## [Unreleased]
## [0.2.12] - 2024.02.01
### Added
- Prompts for gratitude
## [0.2.11] - 2024.01.28 ## [0.2.11] - 2024.01.28
### Added ### Added
- Actions to share claim data with contacts - Actions to share claim data with contacts

4
package-lock.json

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

2
package.json

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

2
project.task.yaml

@ -5,8 +5,8 @@ tasks:
- anchor hash into BTC - anchor hash into BTC
- add more detail on TimeSafari.org - add more detail on TimeSafari.org
- add button to front page to prompt for ideas for gratitude - 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 - 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 - allow user to add a time when they want their daily notification
- prompt for the name directly when they visit the QR scan page - prompt for the name directly when they visit the QR scan page
- image on give - image on give

Loading…
Cancel
Save