Skip to content

Commit b9bf257

Browse files
Version Packages (#2846)
* Version Packages * Update packages/svelte2tsx/CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Simon H <[email protected]>
1 parent c73e4f5 commit b9bf257

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/witty-kiwis-divide.md

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

packages/svelte2tsx/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Changelog
22

3-
See https://github.com/sveltejs/language-tools/releases
3+
## 0.7.43
4+
5+
### Patch Changes
6+
7+
- fix: respect moduleResolution setting in emitDts ([#2845](https://github.com/sveltejs/language-tools/pull/2845))
8+
9+
See https://github.com/sveltejs/language-tools/releases for older release notes

packages/svelte2tsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte2tsx",
3-
"version": "0.7.42",
3+
"version": "0.7.43",
44
"description": "Convert Svelte components to TSX for type checking",
55
"author": "The Svelte Community",
66
"license": "MIT",

0 commit comments

Comments
 (0)