Browse Source

bump to v 0.3.0

gifted-camera-improvements
Trent Larson 6 months ago
parent
commit
155343a9d7
  1. 12
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json
  4. 5
      project.task.yaml

12
CHANGELOG.md

@ -6,13 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
### Changed in DB or environment
- Nothing
## [0.3.0] - 2024.03.17
### Added ### Added
- Photo on gift records - Photo on gift record
### Fixed ### Fixed
- Environment variable for BVC meetings project - Environment variable for BVC meetings project
### Changed in DB or environment ### Changed in DB or environment
- Test that a new browser session will get the right default API - New environment variable for image API server
- Test that a new browser session will send the right BVC meetings project - Test that a new browser session will get the right default API.
- Test that a new browser session will send the right BVC meetings project.
## [0.2.17] - 2024.03.01 - 3612ea42240c5e1b7d7eff29a39ff18f1b869b36 ## [0.2.17] - 2024.03.01 - 3612ea42240c5e1b7d7eff29a39ff18f1b869b36

4
package-lock.json

@ -1,12 +1,12 @@
{ {
"name": "TimeSafari_Test", "name": "TimeSafari_Test",
"version": "0.2.18-beta", "version": "0.3.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "TimeSafari_Test", "name": "TimeSafari_Test",
"version": "0.2.18-beta", "version": "0.3.0",
"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_Test", "name": "TimeSafari_Test",
"version": "0.2.18-beta", "version": "0.3.0",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

5
project.task.yaml

@ -14,10 +14,7 @@ tasks :
- .2 anchor hash into BTC - .2 anchor hash into BTC
- .2 list the "show more" contacts alphabetically - .2 list the "show more" contacts alphabetically
- 32 image on give : - .5 make Time Safari a share_target for images
- upload a photo from elsewhere
- go-live - create cert for new image domain, set up haproxy redirect, test-image-api.timesafari.app
- make Time Safari a share_target for images
- 08 add image on profile - 08 add image on profile

Loading…
Cancel
Save