Skip to content

Commit 8747672

Browse files
Version Packages (#426)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 64807e7 commit 8747672

File tree

12 files changed

+44
-30
lines changed

12 files changed

+44
-30
lines changed

.changeset/dry-pumas-begin.md

-6
This file was deleted.

.changeset/purple-tomatoes-drop.md

-5
This file was deleted.

.changeset/red-timers-love.md

-8
This file was deleted.

.changeset/silver-boats-kneel.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.4.3
4+
5+
### Patch Changes
6+
7+
- [#430](https://github.com/mdx-js/mdx-analyzer/pull/430) [`ec5191f`](https://github.com/mdx-js/mdx-analyzer/commit/ec5191ff203032fd966ac01bb8ef375d8edb9756) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update to `load-plugin` 6
8+
9+
- [#431](https://github.com/mdx-js/mdx-analyzer/pull/431) [`186af69`](https://github.com/mdx-js/mdx-analyzer/commit/186af697b6244f2d3fac0707570c4753d925dd42) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Update to Volar 2.2.
10+
11+
- Updated dependencies [[`dcb89a9`](https://github.com/mdx-js/mdx-analyzer/commit/dcb89a9202449b28ae1cfb079b3f82ec9ba41afc), [`186af69`](https://github.com/mdx-js/mdx-analyzer/commit/186af697b6244f2d3fac0707570c4753d925dd42)]:
12+
- @mdx-js/language-service@0.5.5
13+
314
## 0.4.2
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.4.2",
3+
"version": "0.4.3",
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.4",
35+
"@mdx-js/language-service": "0.5.5",
3636
"@volar/language-server": "~2.2.0",
3737
"load-plugin": "^6.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.5
4+
5+
### Patch Changes
6+
7+
- [#425](https://github.com/mdx-js/mdx-analyzer/pull/425) [`dcb89a9`](https://github.com/mdx-js/mdx-analyzer/commit/dcb89a9202449b28ae1cfb079b3f82ec9ba41afc) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix the file lookup in syntax toggles
8+
9+
- [#431](https://github.com/mdx-js/mdx-analyzer/pull/431) [`186af69`](https://github.com/mdx-js/mdx-analyzer/commit/186af697b6244f2d3fac0707570c4753d925dd42) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Update to Volar 2.2.
10+
311
## 0.5.4
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.4",
3+
"version": "0.5.5",
44
"type": "module",
55
"description": "MDX support for Volar",
66
"repository": {
+11
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# Changelog
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#430](https://github.com/mdx-js/mdx-analyzer/pull/430) [`ec5191f`](https://github.com/mdx-js/mdx-analyzer/commit/ec5191ff203032fd966ac01bb8ef375d8edb9756) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update to `load-plugin` 6
8+
9+
- [#431](https://github.com/mdx-js/mdx-analyzer/pull/431) [`186af69`](https://github.com/mdx-js/mdx-analyzer/commit/186af697b6244f2d3fac0707570c4753d925dd42) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Update to Volar 2.2.
10+
11+
- Updated dependencies [[`dcb89a9`](https://github.com/mdx-js/mdx-analyzer/commit/dcb89a9202449b28ae1cfb079b3f82ec9ba41afc), [`186af69`](https://github.com/mdx-js/mdx-analyzer/commit/186af697b6244f2d3fac0707570c4753d925dd42)]:
12+
- @mdx-js/language-service@0.5.5

packages/typescript-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdx-js/typescript-plugin",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"type": "module",
55
"description": "A TypeScript plugin to support language features in MDX files",
66
"repository": {
@@ -29,7 +29,7 @@
2929
"test": "npm pack && npm run test-api"
3030
},
3131
"dependencies": {
32-
"@mdx-js/language-service": "0.5.4",
32+
"@mdx-js/language-service": "0.5.5",
3333
"@volar/typescript": "~2.2.0",
3434
"load-plugin": "^6.0.0",
3535
"remark-frontmatter": "^5.0.0",

packages/vscode-mdx/CHANGELOG.md

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

3+
## 1.8.4
4+
5+
### Patch Changes
6+
7+
- [#431](https://github.com/mdx-js/mdx-analyzer/pull/431) [`186af69`](https://github.com/mdx-js/mdx-analyzer/commit/186af697b6244f2d3fac0707570c4753d925dd42) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Update to Volar 2.2.
8+
9+
- [#429](https://github.com/mdx-js/mdx-analyzer/pull/429) [`004b802`](https://github.com/mdx-js/mdx-analyzer/commit/004b8026573c14b3872029ad5869054acd7b47d0) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Set markdown validation defaults to `"ignore"`
10+
311
## 1.8.3
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.3",
3+
"version": "1.8.4",
44
"displayName": "MDX",
55
"description": "Language support for MDX",
66
"categories": [

0 commit comments

Comments
 (0)