Skip to content

Commit 6d23a96

Browse files
Version Packages (#683)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5f76175 commit 6d23a96

File tree

6 files changed

+15
-21
lines changed

6 files changed

+15
-21
lines changed

.changeset/famous-garlics-lie.md

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

.changeset/nice-radios-beg.md

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

.changeset/silent-pianos-enjoy.md

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

.changeset/tough-cats-taste.md

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

packages/language-service/CHANGELOG.md

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

3+
## 0.81.0
4+
5+
### Minor Changes
6+
7+
- [#684](https://github.com/Effect-TS/language-service/pull/684) [`d8d472e`](https://github.com/Effect-TS/language-service/commit/d8d472e640bf737bd7bc2e8b698771dbe6daf940) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Improve setup diagnostic configuration with grouped preview-driven metadata, richer interactive prompt rendering, and support for tsconfig files without compilerOptions.
8+
9+
- [#685](https://github.com/Effect-TS/language-service/pull/685) [`d94f4ad`](https://github.com/Effect-TS/language-service/commit/d94f4ad6dbe8282726b523e086308cc9957b3667) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Add a diagnostic for global `fetch` usage that recommends the Effect HTTP client and include preview fixtures covering both direct and shadowed fetch calls.
10+
11+
### Patch Changes
12+
13+
- [#686](https://github.com/Effect-TS/language-service/pull/686) [`5f76175`](https://github.com/Effect-TS/language-service/commit/5f7617515cc412236318e6cf7c4a57ca06e553cf) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Extend the node built-in import diagnostic to also recommend the Effect HTTP client for `http` and `https` imports.
14+
15+
- [#682](https://github.com/Effect-TS/language-service/pull/682) [`75e1cbe`](https://github.com/Effect-TS/language-service/commit/75e1cbef8e56e66667edd7f2ce0a3f20208e26bd) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Add diagnostic groups to rule metadata and render the README diagnostics table grouped by those sections.
16+
317
## 0.80.0
418

519
### Minor Changes

packages/language-service/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.80.0",
3+
"version": "0.81.0",
44
"publishConfig": {
55
"access": "public",
66
"directory": "dist"

0 commit comments

Comments
 (0)