Skip to content

Commit 8ce92a0

Browse files
Version Packages (#443)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0e2e0e7 commit 8ce92a0

File tree

8 files changed

+25
-16
lines changed

8 files changed

+25
-16
lines changed

.changeset/dry-apes-rush.md

-7
This file was deleted.

.changeset/stale-poems-refuse.md

-6
This file was deleted.

packages/language-server/CHANGELOG.md

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

3+
## 0.4.7
4+
5+
### Patch Changes
6+
7+
- [`0e2e0e7`](https://github.com/mdx-js/mdx-analyzer/commit/0e2e0e7f373eda12a38af0a7ab3b3f816efffdd4) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix resolving remark plugins specified in `tsconfig.json`
8+
9+
- [`d6f3b3e`](https://github.com/mdx-js/mdx-analyzer/commit/d6f3b3e64987c57a1b13175926d1a01c686fb863) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support path completions in image and link references
10+
311
## 0.4.6
412

513
### 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.6",
3+
"version": "0.4.7",
44
"type": "module",
55
"description": "A language server for MDX",
66
"repository": {

packages/typescript-plugin/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [`0e2e0e7`](https://github.com/mdx-js/mdx-analyzer/commit/0e2e0e7f373eda12a38af0a7ab3b3f816efffdd4) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix resolving remark plugins specified in `tsconfig.json`
8+
39
## 0.0.1
410

511
### Patch Changes

packages/typescript-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdx-js/typescript-plugin",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"type": "module",
55
"description": "A TypeScript plugin to support language features in MDX files",
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.7
4+
5+
### Patch Changes
6+
7+
- [`0e2e0e7`](https://github.com/mdx-js/mdx-analyzer/commit/0e2e0e7f373eda12a38af0a7ab3b3f816efffdd4) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix resolving remark plugins specified in `tsconfig.json`
8+
9+
- [`d6f3b3e`](https://github.com/mdx-js/mdx-analyzer/commit/d6f3b3e64987c57a1b13175926d1a01c686fb863) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support path completions in image and link references
10+
311
## 1.8.6
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.6",
3+
"version": "1.8.7",
44
"displayName": "MDX",
55
"description": "Language support for MDX",
66
"categories": [

0 commit comments

Comments
 (0)