From eaf6aceef106d6b8cffc3446fb0cbcbb7da5c7a9 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 24 May 2026 21:17:41 +0000 Subject: [PATCH] v2.12.6 --- changelog.md | 3 +++ package.json | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index d100b89..f2444dc 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-24 - 2.12.6 + ### Fixes - refresh reverse proxy UI labels and pnpm workspace config (catalog) diff --git a/package.json b/package.json index 8fda2f0..a9a0517 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/catalog", - "version": "2.12.5", + "version": "2.12.6", "private": false, "description": "UI component catalog for serve.zone", "main": "dist_ts_web/index.js", diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index cb18746..0709195 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.12.5', + version: '2.12.6', description: 'UI component catalog for serve.zone' }