Skip to content

Commit 25088c2

Browse files
committed
release: 1.13.10
1 parent c533969 commit 25088c2

12 files changed

Lines changed: 5220 additions & 5293 deletions

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Change log
22

3+
## [1.13.10] - 2026-02-26
4+
5+
### Changed
6+
7+
- Updated dependencies
8+
- eslint 9.39.2 → 10.0.2 (major version upgrade, added @eslint/eslintrc and @eslint/js)
9+
- @tailwindcss/postcss 4.1.18 → 4.2.1
10+
- @tailwindcss/vite 4.1.18 → 4.2.1
11+
- tailwindcss 4.1.18 → 4.2.1
12+
- @types/three 0.182.0 → 0.183.1
13+
- @typescript-eslint/eslint-plugin 8.56.0 → 8.56.1
14+
- @typescript-eslint/parser 8.56.0 → 8.56.1
15+
- prettier-plugin-svelte 3.4.1 → 3.5.0
16+
- svelte-check 4.4.0 → 4.4.4
17+
- svelte-eslint-parser 1.4.1 → 1.5.1
18+
- @threlte/core 8.3.1 → 8.4.0
19+
- @threlte/extras 9.7.1 → 9.8.1
20+
- svelte 5.51.3 → 5.53.5
21+
- three 0.182.0 → 0.183.1
22+
23+
### Fixed
24+
25+
- **Type compatibility** in `Mesh3DScene.svelte` after Threlte update (`makeDefault` prop cast)
26+
- **Code cleanup** in `AppDesigner.svelte`: removed unnecessary zero-initialization of boundary variables
27+
328
## [1.13.9] - 2026-02-17
429

530
### Fixed

docs/assets/index-HYmEHb8c.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/assets/index-sQdQXstb.js

Lines changed: 4783 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index-tILhVrVI.js

Lines changed: 0 additions & 4745 deletions
This file was deleted.

docs/assets/index-y71P0uOs.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
property="twitter:image"
4545
content="https://segmentcontroller.github.io/pcb-tht-holder/pcb-board-32.png"
4646
/>
47-
<script type="module" crossorigin src="/pcb-tht-holder/assets/index-tILhVrVI.js"></script>
48-
<link rel="stylesheet" crossorigin href="/pcb-tht-holder/assets/index-HYmEHb8c.css">
47+
<script type="module" crossorigin src="/pcb-tht-holder/assets/index-sQdQXstb.js"></script>
48+
<link rel="stylesheet" crossorigin href="/pcb-tht-holder/assets/index-y71P0uOs.css">
4949
</head>
5050

5151
<body>

docs/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const GHPATH = 'https://segmentcontroller.github.io/pcb-tht-holder/';
22

33
const APP_PREFIX = 'pwa_pcb-tht-holder_';
44

5-
const VERSION = 'v1.13.9';
5+
const VERSION = 'v1.13.10';
66

77
// The files to make available for offline use. make sure to add others to this list
88
const URLS = [

0 commit comments

Comments
 (0)