From f5655ad20bbd71a5c11ed9ff1e6f98656a9e65d8 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 20 Sep 2025 21:52:27 +0000 Subject: [PATCH] fix(ci): Add local assistant settings to enable permitted dev tooling commands --- 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 f390a9b..d27777b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2025-09-20 - 1.12.4 - fix(ci) +Add local assistant settings to enable permitted dev tooling commands + +- Add a local assistant settings file to configure allowed development tooling commands. +- Allows running pnpm scripts, file read/search/replace operations and other local project helper actions. +- Local configuration only — does not change library code or public API. + ## 2025-09-19 - 1.12.3 - fix(dees-input-fileupload) Show selected files inside dropzone and improve file upload UX diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 527ebb6..1c1e494 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-catalog', - version: '1.12.3', + version: '1.12.4', description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.' }