This commit is contained in:
2026-05-24 21:17:41 +00:00
parent 876d9e0db9
commit eaf6aceef1
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-24 - 2.12.6
### Fixes
- refresh reverse proxy UI labels and pnpm workspace config (catalog)
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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'
}