Skip to content

Commit 1cbe681

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

File tree

8 files changed

+31
-18
lines changed

8 files changed

+31
-18
lines changed

.changeset/quiet-beds-attend.md

-7
This file was deleted.

.changeset/smooth-terms-build.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.3
4+
5+
### Patch Changes
6+
7+
- [#402](https://github.com/mdx-js/mdx-analyzer/pull/402) [`cd59565`](https://github.com/mdx-js/mdx-analyzer/commit/cd59565dcc284adcebe738407e62022150bbca81) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support custom components provided via a provider
8+
9+
- [#404](https://github.com/mdx-js/mdx-analyzer/pull/404) [`1eef65c`](https://github.com/mdx-js/mdx-analyzer/commit/1eef65c8a63b42aacf524189067b6c29aaae9e86) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update the documentation.
10+
11+
- Updated dependencies [[`cd59565`](https://github.com/mdx-js/mdx-analyzer/commit/cd59565dcc284adcebe738407e62022150bbca81), [`1eef65c`](https://github.com/mdx-js/mdx-analyzer/commit/1eef65c8a63b42aacf524189067b6c29aaae9e86)]:
12+
- @mdx-js/language-service@0.5.3
13+
314
## 0.3.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.3.2",
3+
"version": "0.3.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.2",
35+
"@mdx-js/language-service": "0.5.3",
3636
"@volar/language-server": "~2.1.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.3
4+
5+
### Patch Changes
6+
7+
- [#402](https://github.com/mdx-js/mdx-analyzer/pull/402) [`cd59565`](https://github.com/mdx-js/mdx-analyzer/commit/cd59565dcc284adcebe738407e62022150bbca81) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support custom components provided via a provider
8+
9+
- [#404](https://github.com/mdx-js/mdx-analyzer/pull/404) [`1eef65c`](https://github.com/mdx-js/mdx-analyzer/commit/1eef65c8a63b42aacf524189067b6c29aaae9e86) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update the documentation.
10+
311
## 0.5.2
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.2",
3+
"version": "0.5.3",
44
"type": "module",
55
"description": "MDX support for Volar",
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.7.3
4+
5+
### Patch Changes
6+
7+
- [#402](https://github.com/mdx-js/mdx-analyzer/pull/402) [`cd59565`](https://github.com/mdx-js/mdx-analyzer/commit/cd59565dcc284adcebe738407e62022150bbca81) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support custom components provided via a provider
8+
9+
- [#404](https://github.com/mdx-js/mdx-analyzer/pull/404) [`1eef65c`](https://github.com/mdx-js/mdx-analyzer/commit/1eef65c8a63b42aacf524189067b6c29aaae9e86) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update the documentation.
10+
311
## 1.7.2
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.7.2",
3+
"version": "1.7.3",
44
"displayName": "MDX",
55
"description": "Language support for MDX",
66
"categories": [

0 commit comments

Comments
 (0)