From 9762db8d0fc784d563091316ec4da41b3a0ca640 Mon Sep 17 00:00:00 2001 From: Ulas Kalayci Date: Wed, 6 May 2026 16:24:22 +0200 Subject: [PATCH] chore: release v0.48.3 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 366dde1..a9e5ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.48.3] - 2026-05-06 + +### Changed + +- **Brand color**: reverted the primary accent color from Amber back to Violet. The accent is now `#6c3aed` in light mode and `#a78bfa` in dark mode, applied consistently across all design tokens, the logo, all PWA icons (favicon, app icons, maskable icons, Apple touch icon), and the GitHub Pages documentation site. Semantic colors (warnings, notes module, meal-breakfast) remain unchanged. + ## [0.48.2] - 2026-05-06 ### Changed diff --git a/package-lock.json b/package-lock.json index 328a657..b7628c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oikos", - "version": "0.48.2", + "version": "0.48.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "oikos", - "version": "0.48.2", + "version": "0.48.3", "license": "MIT", "dependencies": { "bcrypt": "^6.0.0", diff --git a/package.json b/package.json index f4eaa6a..5e4321d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oikos", - "version": "0.48.2", + "version": "0.48.3", "description": "Self-hosted family planner - calendar, tasks, shopping, meal planning, budget and more. Private, open-source, no subscription.", "main": "server/index.js", "type": "module",