Skip to content

Commit f6a4385

Browse files
Version Packages (#393)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c1277b2 commit f6a4385

File tree

9 files changed

+33
-23
lines changed

9 files changed

+33
-23
lines changed

.changeset/large-dolls-obey.md

-7
This file was deleted.

.changeset/mean-avocados-accept.md

-5
This file was deleted.

.changeset/sour-pandas-arrive.md

-7
This file was deleted.

packages/language-server/CHANGELOG.md

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

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [#396](https://github.com/mdx-js/mdx-analyzer/pull/396) [`3b6c5a8`](https://github.com/mdx-js/mdx-analyzer/commit/3b6c5a8964f2dddb9b4d6b7ec8d304b506cc5cee) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support the `components` prop for MDX JSX tags and JSX expressions.
8+
9+
- [`c1277b2`](https://github.com/mdx-js/mdx-analyzer/commit/c1277b22d8760ffa9ff999d2444c929c5cab81e9) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support formatting of MDX ESM
10+
11+
- Updated dependencies [[`3b6c5a8`](https://github.com/mdx-js/mdx-analyzer/commit/3b6c5a8964f2dddb9b4d6b7ec8d304b506cc5cee), [`c1277b2`](https://github.com/mdx-js/mdx-analyzer/commit/c1277b22d8760ffa9ff999d2444c929c5cab81e9)]:
12+
- @mdx-js/language-service@0.5.2
13+
314
## 0.3.1
415

516
### Patch Changes

packages/language-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdx-js/language-server",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"type": "module",
55
"description": "A language server for MDX",
66
"repository": {
@@ -32,7 +32,7 @@
3232
"test": "npm run test-api"
3333
},
3434
"dependencies": {
35-
"@mdx-js/language-service": "0.5.1",
35+
"@mdx-js/language-service": "0.5.2",
3636
"@volar/language-server": "~2.0.0",
3737
"load-plugin": "^5.0.0",
3838
"remark-frontmatter": "^5.0.0",

packages/language-service/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @mdx-js/language-service
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- [#396](https://github.com/mdx-js/mdx-analyzer/pull/396) [`3b6c5a8`](https://github.com/mdx-js/mdx-analyzer/commit/3b6c5a8964f2dddb9b4d6b7ec8d304b506cc5cee) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support the `components` prop for MDX JSX tags and JSX expressions.
8+
9+
- [`c1277b2`](https://github.com/mdx-js/mdx-analyzer/commit/c1277b22d8760ffa9ff999d2444c929c5cab81e9) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support formatting of MDX ESM
10+
311
## 0.5.1
412

513
### Patch Changes

packages/language-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdx-js/language-service",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"type": "module",
55
"description": "MDX Volar support",
66
"repository": {

packages/vscode-mdx/CHANGELOG.md

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

3+
## 1.7.2
4+
5+
### Patch Changes
6+
7+
- [#396](https://github.com/mdx-js/mdx-analyzer/pull/396) [`3b6c5a8`](https://github.com/mdx-js/mdx-analyzer/commit/3b6c5a8964f2dddb9b4d6b7ec8d304b506cc5cee) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support the `components` prop for MDX JSX tags and JSX expressions.
8+
9+
- [#392](https://github.com/mdx-js/mdx-analyzer/pull/392) [`d01645b`](https://github.com/mdx-js/mdx-analyzer/commit/d01645b7a1d78e42ff8186369590f4a343cb1090) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix duplicate comment auto closing
10+
11+
- [`c1277b2`](https://github.com/mdx-js/mdx-analyzer/commit/c1277b22d8760ffa9ff999d2444c929c5cab81e9) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support formatting of MDX ESM
12+
313
## 1.7.1
414

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

0 commit comments

Comments
 (0)