File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,13 @@ pnpm build # Production build (tsc + vite)
3535FDP_AUTH__MODE=multi uv run uvicorn fourdpocket.main:app --port 4040
3636```
3737
38+ ## Versioning
39+
40+ All three version files must stay in sync when bumping:
41+ - ` pyproject.toml ` (backend)
42+ - ` frontend/package.json ` (frontend)
43+ - ` extension/package.json ` (Chrome extension)
44+
3845## Project Structure
3946
4047```
Original file line number Diff line number Diff line change 11{
22 "name" : " 4dpocket-extension" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 0.1.2 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " frontend" ,
33 "private" : true ,
4- "version" : " 0.0.0 " ,
4+ "version" : " 0.1.2 " ,
55 "type" : " module" ,
66 "license" : " GPL-3.0-only" ,
77 "scripts" : {
You can’t perform that action at this time.
0 commit comments