2 Commits

Author SHA1 Message Date
fb39ff161a v3.34.4
Some checks failed
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
2026-01-12 11:00:43 +00:00
2f6b9e0e5c fix(catalog): no changes (empty diff) — no files modified 2026-01-12 11:00:43 +00:00
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-01-12 - 3.34.4 - fix(catalog)
no changes (empty diff) — no files modified
- No files were modified; git diff is empty
- No dependency or source changes detected
- No version bump required
## 2026-01-12 - 3.34.3 - fix(catalog)
no changes detected

View File

@@ -1,6 +1,6 @@
{
"name": "@ecobridge.xyz/catalog",
"version": "3.34.3",
"version": "3.34.4",
"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",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@ecobridge.xyz/catalog',
version: '3.34.3',
version: '3.34.4',
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
}