Skip to content

Commit 944a185

Browse files
Version Packages (#406)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7539a98 commit 944a185

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/green-waves-travel.md

-5
This file was deleted.

.changeset/wicked-comics-sort.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.0
4+
5+
### Minor Changes
6+
7+
- [#371](https://github.com/mdx-js/mdx-analyzer/pull/371) [`7539a98`](https://github.com/mdx-js/mdx-analyzer/commit/7539a980ed08d625108bce93ebdfb6173e697891) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Disable TypeScript support by default. The user can opt-in to TypeScript support by explicitly enabling the `typescript.enable` compiler option.
8+
39
## 0.3.3
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.3.3",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "A language server for MDX",
66
"repository": {

packages/vscode-mdx/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- [#371](https://github.com/mdx-js/mdx-analyzer/pull/371) [`7539a98`](https://github.com/mdx-js/mdx-analyzer/commit/7539a980ed08d625108bce93ebdfb6173e697891) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Use a TypeScript plugin for TypeScript integration.
8+
39
## 1.7.3
410

511
### 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.7.3",
3+
"version": "1.8.0",
44
"displayName": "MDX",
55
"description": "Language support for MDX",
66
"categories": [

0 commit comments

Comments
 (0)