Skip to content

Commit 0417a8b

Browse files
Version Packages (#417)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 30d1efa commit 0417a8b

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

.changeset/curvy-cows-matter.md

-5
This file was deleted.

.changeset/fuzzy-poets-wonder.md

-5
This file was deleted.

.changeset/tiny-vans-protect.md

-5
This file was deleted.

packages/language-server/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @mdx-js/language-server
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- [#419](https://github.com/mdx-js/mdx-analyzer/pull/419) [`d56454d`](https://github.com/mdx-js/mdx-analyzer/commit/d56454d7bdec95b3d6da2ea28a5e693550ea8890) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Use syntax-only TypeScript service plugin.
8+
39
## 0.4.1
410

511
### Patch Changes

packages/language-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdx-js/language-server",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"type": "module",
55
"description": "A language server for MDX",
66
"repository": {

packages/vscode-mdx/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.8.2
4+
5+
### Patch Changes
6+
7+
- [#416](https://github.com/mdx-js/mdx-analyzer/pull/416) [`a1bc3fb`](https://github.com/mdx-js/mdx-analyzer/commit/a1bc3fbadab95bc4c1ebdd7189edbd4ae58974b9) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Build the TypeScript plugin from the `@mdx-js/typescript-plugin` standalone package.
8+
9+
- [#418](https://github.com/mdx-js/mdx-analyzer/pull/418) [`35c6b22`](https://github.com/mdx-js/mdx-analyzer/commit/35c6b229035796d6d80a571258315b242b31ee99) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Add support for breakpoints.
10+
311
## 1.8.1
412

513
### Patch Changes

packages/vscode-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-mdx",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"displayName": "MDX",
55
"description": "Language support for MDX",
66
"categories": [

0 commit comments

Comments
 (0)