Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d07fec834f | |||
| 6f54bd228c |
11
changelog.md
11
changelog.md
@@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-12-03 - 2.0.3 - fix(dependencies)
|
||||
Bump dependencies and developer tooling versions
|
||||
|
||||
- Upgrade lucide from ^0.553.0 to ^0.555.0
|
||||
- Bump @git.zone/tsbuild from ^3.1.0 to ^3.1.2
|
||||
- Bump @git.zone/tsbundle from ^2.5.2 to ^2.6.2
|
||||
- Bump @git.zone/tstest from ^2.8.1 to ^3.1.3
|
||||
- Bump @git.zone/tswatch from ^2.2.1 to ^2.2.2
|
||||
- Upgrade @types/node from ^22.0.0 to ^24.10.1
|
||||
- Patch release: increment package version to 2.0.3
|
||||
|
||||
## 2025-11-30 - 2.0.2 - fix(dees-stepper)
|
||||
Make step validation abortable and cancel active step listeners when navigating
|
||||
|
||||
|
||||
14
package.json
14
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@design.estate/dees-catalog",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"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",
|
||||
@@ -38,20 +38,20 @@
|
||||
"highlight.js": "11.11.1",
|
||||
"ibantools": "^4.5.1",
|
||||
"lit": "^3.3.1",
|
||||
"lucide": "^0.553.0",
|
||||
"lucide": "^0.555.0",
|
||||
"monaco-editor": "0.52.2",
|
||||
"pdfjs-dist": "^4.10.38",
|
||||
"xterm": "^5.3.0",
|
||||
"xterm-addon-fit": "^0.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^3.1.0",
|
||||
"@git.zone/tsbundle": "^2.5.2",
|
||||
"@git.zone/tstest": "^2.8.1",
|
||||
"@git.zone/tswatch": "^2.2.1",
|
||||
"@git.zone/tsbuild": "^3.1.2",
|
||||
"@git.zone/tsbundle": "^2.6.2",
|
||||
"@git.zone/tstest": "^3.1.3",
|
||||
"@git.zone/tswatch": "^2.2.2",
|
||||
"@push.rocks/projectinfo": "^5.0.2",
|
||||
"@push.rocks/tapbundle": "^6.0.3",
|
||||
"@types/node": "^22.0.0"
|
||||
"@types/node": "^24.10.1"
|
||||
},
|
||||
"files": [
|
||||
"ts/**/*",
|
||||
|
||||
1796
pnpm-lock.yaml
generated
1796
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@design.estate/dees-catalog',
|
||||
version: '2.0.2',
|
||||
version: '2.0.3',
|
||||
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