Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eba2a03355 | |||
| 06c01f0690 |
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-01-29 - 3.41.4 - fix()
|
||||||
|
no changes
|
||||||
|
|
||||||
|
- No files changed in this commit; no code or documentation modified
|
||||||
|
- No release required
|
||||||
|
|
||||||
## 2026-01-29 - 3.41.3 - fix(dees-pdf-viewer)
|
## 2026-01-29 - 3.41.3 - fix(dees-pdf-viewer)
|
||||||
use in-memory PDF data for download and print; add robust print wrapper, cleanup and error handling
|
use in-memory PDF data for download and print; add robust print wrapper, cleanup and error handling
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@design.estate/dees-catalog",
|
"name": "@design.estate/dees-catalog",
|
||||||
"version": "3.41.3",
|
"version": "3.41.4",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.",
|
"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",
|
"main": "dist_ts_web/index.js",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-catalog',
|
name: '@design.estate/dees-catalog',
|
||||||
version: '3.41.3',
|
version: '3.41.4',
|
||||||
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
|
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user