Skip to content

Commit 3d214b7

Browse files
Version Packages
1 parent 77578ed commit 3d214b7

File tree

12 files changed

+42
-28
lines changed

12 files changed

+42
-28
lines changed

.changeset/big-clocks-care.md

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

.changeset/fast-pipes-type.md

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

.changeset/little-corners-open.md

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

.changeset/ready-parents-brake.md

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

packages/language-server/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.17.30
4+
5+
### Patch Changes
6+
7+
- perf: micro-optimizations in hot paths ([#2960](https://github.com/sveltejs/language-tools/pull/2960))
8+
9+
- perf: enable incremental TypeScript reparsing via getChangeRange ([#2961](https://github.com/sveltejs/language-tools/pull/2961))
10+
11+
- perf: various optimization with ast walk ([#2969](https://github.com/sveltejs/language-tools/pull/2969))
12+
13+
- fix: prevent error with escape sequence in attribute ([#2968](https://github.com/sveltejs/language-tools/pull/2968))
14+
15+
- Updated dependencies [[`5b9a4ac`](https://github.com/sveltejs/language-tools/commit/5b9a4ac9f5949f709667d43a16766475bc5a63d8)]:
16+
- svelte2tsx@0.7.53
17+
318
## 0.17.29
419

520
### Patch Changes

packages/language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-language-server",
3-
"version": "0.17.29",
3+
"version": "0.17.30",
44
"description": "A language server for Svelte",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index",

packages/svelte-check/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 4.4.6
4+
5+
### Patch Changes
6+
7+
- perf: various optimization with ast walk ([#2969](https://github.com/sveltejs/language-tools/pull/2969))
8+
9+
- fix: prevent error with escape sequence in attribute ([#2968](https://github.com/sveltejs/language-tools/pull/2968))
10+
311
## 4.4.5
412

513
### Patch Changes

packages/svelte-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svelte-check",
33
"description": "Svelte Code Checker Terminal Interface",
4-
"version": "4.4.5",
4+
"version": "4.4.6",
55
"main": "./dist/src/index.js",
66
"bin": "./bin/svelte-check",
77
"author": "The Svelte Community",

packages/svelte2tsx/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.7.53
4+
5+
### Patch Changes
6+
7+
- fix: prevent error with escape sequence in attribute ([#2968](https://github.com/sveltejs/language-tools/pull/2968))
8+
39
## 0.7.52
410

511
### Patch Changes

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.52",
3+
"version": "0.7.53",
44
"description": "Convert Svelte components to TSX for type checking",
55
"author": "The Svelte Community",
66
"license": "MIT",

0 commit comments

Comments
 (0)