chore: fix package versions #17

Merged
admin merged 1 commits from chore/fix-package-versions into main 2026-04-27 19:54:49 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -227,7 +227,7 @@ All responses are JSON. Authenticated endpoints require the `fw_auth` cookie.
Each package has its own version (`apps/backend/package.json` and `apps/frontend/package.json`). The app footer shows both:
```
frontend v0.1.0 · backend v0.1.0
frontend v0.3.4 · backend v0.3.0
```
Bump them per semver on each change:

View File

@@ -1,6 +1,6 @@
{
"name": "@family-wishlist/backend",
"version": "0.1.0",
"version": "0.3.0",
"private": true,
"type": "module",
"main": "dist/index.js",

View File

@@ -1,6 +1,6 @@
{
"name": "@family-wishlist/frontend",
"version": "0.1.0",
"version": "0.3.4",
"private": true,
"type": "module",
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@family-wishlist/shared",
"version": "0.1.0",
"version": "0.3.0",
"private": true,
"type": "module",
"main": "./dist/index.js",