From 378f3ad2b7403389a4142969bfd3327b315caa72 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Wed, 24 Dec 2025 11:56:43 +0000 Subject: [PATCH] fix(catalog_admin): no changes detected, no release required --- changelog.md | 7 +++++++ ts_web/00_commitinfo_data.ts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2b4fd5f..259c894 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2025-12-24 - 1.0.3 - fix(catalog_admin) +no changes detected, no release required + +- No files changed in this diff +- No code, tests, or documentation modifications detected +- No version bump recommended + ## 2025-12-24 - 1.0.2 - fix(gitignore) ignore distribution/build output directories (dist*) diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 24c0e60..ccf6640 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@uptime.link/statuspage-admin', - version: '1.0.2', + version: '1.0.3', description: 'Admin components for managing UptimeLink status pages, monitors, and incidents.' }