From 75f82780e4ffc92518711eae0164b8c90554c553 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 20 Feb 2026 15:02:32 +0000 Subject: [PATCH] fix(catalog): no changes detected --- changelog.md | 6 ++++++ ts_web/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 89cfe99..d183198 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-02-20 - 2.0.1 - fix(catalog) +no changes detected + +- No files changed in the diff +- package.json version remains 2.0.0 + ## 2026-02-20 - 2.0.0 - BREAKING CHANGE(elements) rename Onebox registry component to Registry Advertisement (sz-registry-onebox-view → sz-registry-advertisement) and update exports, demos and docs diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 0c6d972..79f051a 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/catalog', - version: '2.0.0', + version: '2.0.1', description: 'UI component catalog for serve.zone' }