Skip to content

Commit b508976

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

File tree

11 files changed

+39
-33
lines changed

11 files changed

+39
-33
lines changed

.changeset/lazy-pandas-carry.md

-5
This file was deleted.

.changeset/loud-balloons-roll.md

-7
This file was deleted.

.changeset/odd-fireants-smell.md

-7
This file was deleted.

.changeset/pink-beans-move.md

-5
This file was deleted.

.changeset/purple-kings-unite.md

-5
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.2.2
4+
5+
### Patch Changes
6+
7+
- [#374](https://github.com/mdx-js/mdx-analyzer/pull/374) [`b6b641dd05621d4819d3ac2d917cda0ecb385813`](https://github.com/mdx-js/mdx-analyzer/commit/b6b641dd05621d4819d3ac2d917cda0ecb385813) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Report syntax errors.
8+
9+
- [#377](https://github.com/mdx-js/mdx-analyzer/pull/377) [`000db8cd1a15e7ed2723bd75a2871a92da1955aa`](https://github.com/mdx-js/mdx-analyzer/commit/000db8cd1a15e7ed2723bd75a2871a92da1955aa) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support await expressions.
10+
11+
- Updated dependencies [[`81a69692bc96c7588d3531a9b6ea81a833f5738b`](https://github.com/mdx-js/mdx-analyzer/commit/81a69692bc96c7588d3531a9b6ea81a833f5738b), [`b6b641dd05621d4819d3ac2d917cda0ecb385813`](https://github.com/mdx-js/mdx-analyzer/commit/b6b641dd05621d4819d3ac2d917cda0ecb385813), [`000db8cd1a15e7ed2723bd75a2871a92da1955aa`](https://github.com/mdx-js/mdx-analyzer/commit/000db8cd1a15e7ed2723bd75a2871a92da1955aa), [`d808f9cb1a53405fc8fc474ecfc87eba55418aa0`](https://github.com/mdx-js/mdx-analyzer/commit/d808f9cb1a53405fc8fc474ecfc87eba55418aa0), [`98d71d6e6cc439efa289097b134f843c1ad73299`](https://github.com/mdx-js/mdx-analyzer/commit/98d71d6e6cc439efa289097b134f843c1ad73299)]:
12+
- @mdx-js/language-service@0.4.0
13+
314
## 0.2.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.2.1",
3+
"version": "0.2.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.3.0",
35+
"@mdx-js/language-service": "0.4.0",
3636
"@volar/language-server": "2.0.0-alpha.7",
3737
"load-plugin": "^5.0.0",
3838
"remark-frontmatter": "^5.0.0",

packages/language-service/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#376](https://github.com/mdx-js/mdx-analyzer/pull/376) [`81a69692bc96c7588d3531a9b6ea81a833f5738b`](https://github.com/mdx-js/mdx-analyzer/commit/81a69692bc96c7588d3531a9b6ea81a833f5738b) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Rename `getMdxLanguageModule` to `createMdxLanguagePlugin`
8+
9+
- [#368](https://github.com/mdx-js/mdx-analyzer/pull/368) [`98d71d6e6cc439efa289097b134f843c1ad73299`](https://github.com/mdx-js/mdx-analyzer/commit/98d71d6e6cc439efa289097b134f843c1ad73299) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Remove the dependency on an injected TypeScript module instance.
10+
11+
### Patch Changes
12+
13+
- [#374](https://github.com/mdx-js/mdx-analyzer/pull/374) [`b6b641dd05621d4819d3ac2d917cda0ecb385813`](https://github.com/mdx-js/mdx-analyzer/commit/b6b641dd05621d4819d3ac2d917cda0ecb385813) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Report syntax errors.
14+
15+
- [#377](https://github.com/mdx-js/mdx-analyzer/pull/377) [`000db8cd1a15e7ed2723bd75a2871a92da1955aa`](https://github.com/mdx-js/mdx-analyzer/commit/000db8cd1a15e7ed2723bd75a2871a92da1955aa) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support await expressions.
16+
17+
- [#375](https://github.com/mdx-js/mdx-analyzer/pull/375) [`d808f9cb1a53405fc8fc474ecfc87eba55418aa0`](https://github.com/mdx-js/mdx-analyzer/commit/d808f9cb1a53405fc8fc474ecfc87eba55418aa0) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix the return type of `MDXContent` in case of a syntax error
18+
319
## 0.3.0
420

521
### Minor 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.3.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "MDX Volar support",
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.6.1
4+
5+
### Patch Changes
6+
7+
- [#374](https://github.com/mdx-js/mdx-analyzer/pull/374) [`b6b641dd05621d4819d3ac2d917cda0ecb385813`](https://github.com/mdx-js/mdx-analyzer/commit/b6b641dd05621d4819d3ac2d917cda0ecb385813) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Report syntax errors.
8+
9+
- [#377](https://github.com/mdx-js/mdx-analyzer/pull/377) [`000db8cd1a15e7ed2723bd75a2871a92da1955aa`](https://github.com/mdx-js/mdx-analyzer/commit/000db8cd1a15e7ed2723bd75a2871a92da1955aa) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support await expressions.
10+
311
## 1.6.0
412

513
### Minor 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.6.0",
3+
"version": "1.6.1",
44
"displayName": "MDX",
55
"description": "Language support for MDX",
66
"categories": [

0 commit comments

Comments
 (0)