Skip to content

Commit 68e8698

Browse files
Version Packages (#350)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b4b4657 commit 68e8698

File tree

6 files changed

+19
-24
lines changed

6 files changed

+19
-24
lines changed

.changeset/cli-lsp-improvements.md

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

.changeset/fix-patch-tslib-name.md

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

.changeset/stupid-friends-open.md

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

.changeset/wide-mirrors-type.md

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @effect/language-service
22

3+
## 0.36.0
4+
5+
### Minor Changes
6+
7+
- [#354](https://github.com/Effect-TS/language-service/pull/354) [`b4b4657`](https://github.com/Effect-TS/language-service/commit/b4b4657585286db479d30ac41e2e5406a5cd0044) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Add LSP patch mode
8+
9+
### Patch Changes
10+
11+
- [#353](https://github.com/Effect-TS/language-service/pull/353) [`790d4d0`](https://github.com/Effect-TS/language-service/commit/790d4d07e3934cbc6631b8fd856ee3179e11520e) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Fix CLI and LSP improvements:
12+
13+
- Remove deprecated check command from CLI
14+
- Fix unpatch command to default to both typescript and tsc modules when no modules specified
15+
- Add concatDiagnostics utility to prevent duplicate diagnostics in LSP
16+
17+
- [#351](https://github.com/Effect-TS/language-service/pull/351) [`be5d851`](https://github.com/Effect-TS/language-service/commit/be5d8515b7844d17841a5012c16cc64056aaf351) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Fix TypeScript module reference in patch utility to use correct module name when patching TypeScript directly
18+
19+
- [#349](https://github.com/Effect-TS/language-service/pull/349) [`46a1ef2`](https://github.com/Effect-TS/language-service/commit/46a1ef29c03579cbb05cd788daa27351e8b58bb8) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Introduce ts-patch less mode
20+
321
## 0.35.2
422

523
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect/language-service",
3-
"version": "0.35.2",
3+
"version": "0.36.0",
44
"packageManager": "[email protected]",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)