Skip to content

Commit defce5f

Browse files
committed
chore: sync all package versions to 0.1.2, document versioning rule
1 parent f3f0757 commit defce5f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ pnpm build # Production build (tsc + vite)
3535
FDP_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
```

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "4dpocket-extension",
3-
"version": "1.0.0",
3+
"version": "0.1.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

0 commit comments

Comments
 (0)