v3.82.0
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
2026-05-25 06:13:41 +00:00
parent fed3247eea
commit 1c4dabc21a
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-25 - 3.82.0
### Features
- let execution environments provide their native terminal shell command
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@design.estate/dees-catalog",
"version": "3.81.1",
"version": "3.82.0",
"private": false,
"description": "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.",
"main": "dist_ts_web/index.js",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog',
version: '3.81.0',
version: '3.82.0',
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
}