From adb512a7d99fcfd0a0bae4407a2f1faa5fc79b44 Mon Sep 17 00:00:00 2001 From: joshua Date: Mon, 27 Jul 2026 10:35:21 +0200 Subject: [PATCH] Bump version to 1.2.0 Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.md | 5 ++++- backend/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d43513..64aef9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project follows [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [1.2.0] - 2026-07-27 + ### Added - Supervisor dashboard: `/dashboard/supervisor/manual` now has a "Record Payment" tab (alongside "Register"), for capturing a payment without leaving the page. It pre-fills with the user and registration from the most recently created manual registration, but only switches tabs when a supervisor/admin clicks it themselves. @@ -55,7 +57,8 @@ and this project follows [Semantic Versioning](https://semver.org/). - Initial release of the Hope Family Church event management app (Next.js frontend + Express/Prisma backend). -[Unreleased]: https://git.crosscode.co.za/joshua/hope-events/compare/v1.1.0...main +[Unreleased]: https://git.crosscode.co.za/joshua/hope-events/compare/v1.2.0...main +[1.2.0]: https://git.crosscode.co.za/joshua/hope-events/compare/v1.1.0...v1.2.0 [1.1.0]: https://git.crosscode.co.za/joshua/hope-events/compare/v1.0.1...v1.1.0 [1.0.1]: https://git.crosscode.co.za/joshua/hope-events/compare/v1.0.0...v1.0.1 [1.0.0]: https://git.crosscode.co.za/joshua/hope-events/releases/tag/v1.0.0 \ No newline at end of file diff --git a/backend/package.json b/backend/package.json index 16979b8..46ca16d 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "event-management-backend", - "version": "1.1.0", + "version": "1.2.0", "description": "Event Management System Backend", "main": "src/index.js", "scripts": { diff --git a/frontend/package.json b/frontend/package.json index d0a4023..13934d2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "hope-events-frontend", - "version": "1.1.0", + "version": "1.2.0", "private": true, "scripts": { "dev": "next dev --turbopack", diff --git a/package.json b/package.json index 58ed3a3..21a12a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hope-events", - "version": "1.1.0", + "version": "1.2.0", "main": "index.js", "scripts": { "dev:backend": "cd backend && npm run dev",