Skip to content

Commit 5c96eac

Browse files
Version Packages (#509)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8fd9200 commit 5c96eac

File tree

10 files changed

+40
-21
lines changed

10 files changed

+40
-21
lines changed

.changeset/flat-bottles-carry.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/kind-masks-create.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/language-server/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @mdx-js/language-server
22

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- [`456687a`](https://github.com/mdx-js/mdx-analyzer/commit/456687a032f757ea007fdd6450b2534b74dd0c8d) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update Volar dependencies
8+
9+
- Updated dependencies [[`456687a`](https://github.com/mdx-js/mdx-analyzer/commit/456687a032f757ea007fdd6450b2534b74dd0c8d)]:
10+
- @mdx-js/language-service@0.7.2
11+
312
## 0.6.1
413

514
### Patch Changes

packages/language-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdx-js/language-server",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"type": "module",
55
"description": "A language server for MDX",
66
"repository": {
@@ -31,7 +31,7 @@
3131
"test": "npm run test-api"
3232
},
3333
"dependencies": {
34-
"@mdx-js/language-service": "0.7.1",
34+
"@mdx-js/language-service": "0.7.2",
3535
"@volar/language-server": "~2.4.0",
3636
"remark-frontmatter": "^5.0.0",
3737
"remark-gfm": "^4.0.0",

packages/language-service/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @mdx-js/language-service
22

3+
## 0.7.2
4+
5+
### Patch Changes
6+
7+
- [`456687a`](https://github.com/mdx-js/mdx-analyzer/commit/456687a032f757ea007fdd6450b2534b74dd0c8d) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update Volar dependencies
8+
39
## 0.7.1
410

511
### Patch Changes

packages/language-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdx-js/language-service",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"type": "module",
55
"description": "MDX support for Volar",
66
"repository": {

packages/typescript-plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#508](https://github.com/mdx-js/mdx-analyzer/pull/508) [`bf88035`](https://github.com/mdx-js/mdx-analyzer/commit/bf880355d603962e803955c2fd504753ba8f6053) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix `tsconfig.json` diagnostics if only MDX inputs are found
8+
9+
- [`456687a`](https://github.com/mdx-js/mdx-analyzer/commit/456687a032f757ea007fdd6450b2534b74dd0c8d) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update Volar dependencies
10+
11+
- Updated dependencies [[`456687a`](https://github.com/mdx-js/mdx-analyzer/commit/456687a032f757ea007fdd6450b2534b74dd0c8d)]:
12+
- @mdx-js/language-service@0.7.2
13+
314
## 0.1.1
415

516
### Patch Changes

packages/typescript-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdx-js/typescript-plugin",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"type": "module",
55
"description": "A TypeScript plugin to support language features in MDX files",
66
"repository": {
@@ -34,7 +34,7 @@
3434
"test": "npm pack && npm run test-api"
3535
},
3636
"dependencies": {
37-
"@mdx-js/language-service": "0.7.1",
37+
"@mdx-js/language-service": "0.7.2",
3838
"@volar/typescript": "~2.4.0",
3939
"remark-frontmatter": "^5.0.0",
4040
"remark-gfm": "^4.0.0"

packages/vscode-mdx/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.8.16
4+
5+
### Patch Changes
6+
7+
- [#508](https://github.com/mdx-js/mdx-analyzer/pull/508) [`bf88035`](https://github.com/mdx-js/mdx-analyzer/commit/bf880355d603962e803955c2fd504753ba8f6053) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix `tsconfig.json` diagnostics if only MDX inputs are found
8+
9+
- [`456687a`](https://github.com/mdx-js/mdx-analyzer/commit/456687a032f757ea007fdd6450b2534b74dd0c8d) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update Volar dependencies
10+
311
## 1.8.15
412

513
### Patch Changes
@@ -302,7 +310,6 @@
302310
- [#279](https://github.com/mdx-js/mdx-analyzer/pull/279) [`2a8b266`](https://github.com/mdx-js/mdx-analyzer/commit/2a8b266fe3b1a8a6b982a4a92ab26a147d5b3552) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix a crash of neither `allowJs` not `checkJs` is true in `tsconfig.json`.
303311

304312
- [#281](https://github.com/mdx-js/mdx-analyzer/pull/281) [`b0bc3a1`](https://github.com/mdx-js/mdx-analyzer/commit/b0bc3a1feb1509730447c021e841a60be05d0d39) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix a crash that occurs if:
305-
306313
- no `tsconfig.json` exists.
307314
- `tsconfig.json` specifies `includes`, but doesn’t include the MDX file.
308315
- `tsconfig.json` specifies `excludes` and excludes the MDX file.

packages/vscode-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-mdx",
3-
"version": "1.8.15",
3+
"version": "1.8.16",
44
"displayName": "MDX",
55
"description": "Language support for MDX",
66
"categories": [

0 commit comments

Comments
 (0)