From fd9e917b62b9aaba3a7b420826d086e9d4505945 Mon Sep 17 00:00:00 2001 From: joshua Date: Thu, 20 Aug 2026 14:57:23 +0200 Subject: [PATCH] Bump version to 1.7.0 Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.md | 2 ++ backend/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad1da5..b410aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project follows [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [1.7.0] - 2026-08-20 + ### Added - Site Settings → Branding now supports a full Primary/Secondary/Accent brand color system (previously a single accent color that only recolored the org name in the navbar) applied site-wide — buttons, nav highlights, hover states, and links — plus a favicon upload alongside the existing logo upload, and a live preview panel (with website/email and desktop/mobile views) that updates as colors are picked, before saving. Selecting a logo now also suggests brand colors extracted from it. Outgoing emails' header and call-to-action buttons now pick up the Primary color too, while semantic alert colors (success/warning/danger) stay fixed. The setup wizard's Branding step got the same preview and color-suggestion treatment. diff --git a/backend/package.json b/backend/package.json index eea4792..1042e7b 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "event-management-backend", - "version": "1.6.0", + "version": "1.7.0", "description": "Event Management System Backend", "main": "src/index.js", "scripts": { diff --git a/frontend/package.json b/frontend/package.json index ecfc36f..c355147 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "hope-events-frontend", - "version": "1.6.0", + "version": "1.7.0", "private": true, "scripts": { "dev": "next dev --turbopack", diff --git a/package.json b/package.json index 9609941..78e768b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hope-events", - "version": "1.6.0", + "version": "1.7.0", "main": "index.js", "scripts": { "dev:backend": "cd backend && npm run dev",