Merge pull request 'chore: fix package versions' (#17) from chore/fix-package-versions into main

Reviewed-on: #17
This commit was merged in pull request #17.
This commit is contained in:
2026-04-27 19:54:48 +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: 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: Bump them per semver on each change:

View File

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

View File

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

View File

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