Skip to content

Commit 3e17e24

Browse files
committed
Merge branch 'main' of github.com:luiisca/TrekTrack
2 parents 8463200 + c804098 commit 3e17e24

4 files changed

Lines changed: 23 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.1"}
1+
{".":"0.1.0"}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/luiisca/TrekTrack/compare/v0.0.1...v0.1.0) (2025-07-14)
4+
5+
6+
### Features
7+
8+
* add cta ([7aabdab](https://github.com/luiisca/TrekTrack/commit/7aabdaba1f6f882be0ebdc528b69ccc68725e438))
9+
* add delete marker btn ([ff43cc6](https://github.com/luiisca/TrekTrack/commit/ff43cc652f355b030fb22aec5d0c6b140fab15c4))
10+
* add get location bttn ([eba114c](https://github.com/luiisca/TrekTrack/commit/eba114c50a687d6f7b39377f3c2af16180a88335))
11+
* render map in user's estimated location without blocking the UI with location prompt ([2a6ec10](https://github.com/luiisca/TrekTrack/commit/2a6ec10c2d05c2acfb3cb970ea2173669487c201))
12+
* show temp marker on map click ([830690e](https://github.com/luiisca/TrekTrack/commit/830690ea78572a0401edc97ad5251876d79e3bab))
13+
14+
15+
### Bug Fixes
16+
17+
* popover posisitioning ([245319d](https://github.com/luiisca/TrekTrack/commit/245319d07b9850b9225a8e6fa020f1f3543e7c76))
18+
* workout marker shows invalid date ([952e3c5](https://github.com/luiisca/TrekTrack/commit/952e3c53cb871e9e5114077e5d3db693360bebd1))
19+
* workout markers not loading on first render ([ec0e6c0](https://github.com/luiisca/TrekTrack/commit/ec0e6c094aac71ab97d76d0d687a443116fd460a))
20+
* wrong demo link on readme ([76c53cc](https://github.com/luiisca/TrekTrack/commit/76c53ccb716ecb5ad0668a7133b05a52c06cb9ad))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "TrekTrack",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"deploy": "wrangler deploy",

0 commit comments

Comments
 (0)