Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/green-adults-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-pugs-kick.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-seas-post.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.17.21

### Patch Changes

- perf: check if file content changed in tsconfig file watch ([#2859](https://github.com/sveltejs/language-tools/pull/2859))

- Updated dependencies [[`7468286`](https://github.com/sveltejs/language-tools/commit/7468286afd56b886f5490adebe6f667306d0fe08)]:
- svelte2tsx@0.7.45

## 0.17.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-language-server",
"version": "0.17.20",
"version": "0.17.21",
"description": "A language server for Svelte",
"main": "dist/src/index.js",
"typings": "dist/src/index",
Expand Down
10 changes: 10 additions & 0 deletions packages/svelte-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 4.3.3

### Patch Changes

- fix: prevent file watcher issue ([#2859](https://github.com/sveltejs/language-tools/pull/2859))

- fix: allow `undefined` and `null` values for `#each` in Svelte 5 ([#2863](https://github.com/sveltejs/language-tools/pull/2863))

- perf: check if file content changed in tsconfig file watch ([#2859](https://github.com/sveltejs/language-tools/pull/2859))

## 4.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-check/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-check",
"description": "Svelte Code Checker Terminal Interface",
"version": "4.3.2",
"version": "4.3.3",
"main": "./dist/src/index.js",
"bin": "./bin/svelte-check",
"author": "The Svelte Community",
Expand Down
6 changes: 6 additions & 0 deletions packages/svelte2tsx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.7.45

### Patch Changes

- fix: allow `undefined` and `null` values for `#each` in Svelte 5 ([#2863](https://github.com/sveltejs/language-tools/pull/2863))

## 0.7.44

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte2tsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte2tsx",
"version": "0.7.44",
"version": "0.7.45",
"description": "Convert Svelte components to TSX for type checking",
"author": "The Svelte Community",
"license": "MIT",
Expand Down