1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-10 23:55:18 +02:00

Update version to 0.9.0, add DateRangeDropdown component, enhance LodgingModal with price step, and add invalid date range message

This commit is contained in:
Sean Morley 2025-05-06 14:38:31 -04:00
parent 56bbbb0ffb
commit 7442bd70cd
5 changed files with 188 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "adventurelog-frontend",
"version": "0.8.0",
"version": "0.9.0",
"scripts": {
"dev": "vite dev",
"django": "cd .. && cd backend/server && python3 manage.py runserver",