diff --git a/changelog.md b/changelog.md index f3b1137..594b496 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-24 - 2.12.5 + ### Fixes - pass dashboard resource usage into `sz-resource-usage-card` using the correct property diff --git a/package.json b/package.json index 4a7296e..8efb27d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/catalog", - "version": "2.12.4", + "version": "2.12.5", "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 94aef57..cb18746 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.4', + version: '2.12.5', description: 'UI component catalog for serve.zone' }