Skip to content

Commit f50a516

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

File tree

8 files changed

+31
-18
lines changed

8 files changed

+31
-18
lines changed

.changeset/silver-ads-buy.md

-7
This file was deleted.

.changeset/unlucky-tools-kiss.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.1
4+
5+
### Patch Changes
6+
7+
- [#388](https://github.com/mdx-js/mdx-analyzer/pull/388) [`3069af7`](https://github.com/mdx-js/mdx-analyzer/commit/3069af7ade2feea2a65ad9ddcf241ceec55ec314) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update to Volar 2 stable.
8+
9+
- [#391](https://github.com/mdx-js/mdx-analyzer/pull/391) [`2b29d7a`](https://github.com/mdx-js/mdx-analyzer/commit/2b29d7a30c624e2115bd7f0c6c64846f9f1ab741) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Avoid duplication when organizing imports.
10+
11+
- Updated dependencies [[`3069af7`](https://github.com/mdx-js/mdx-analyzer/commit/3069af7ade2feea2a65ad9ddcf241ceec55ec314), [`2b29d7a`](https://github.com/mdx-js/mdx-analyzer/commit/2b29d7a30c624e2115bd7f0c6c64846f9f1ab741)]:
12+
- @mdx-js/language-service@0.5.1
13+
314
## 0.3.0
415

516
### Minor 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.0",
3+
"version": "0.3.1",
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.0",
35+
"@mdx-js/language-service": "0.5.1",
3636
"@volar/language-server": "~2.0.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.1
4+
5+
### Patch Changes
6+
7+
- [#388](https://github.com/mdx-js/mdx-analyzer/pull/388) [`3069af7`](https://github.com/mdx-js/mdx-analyzer/commit/3069af7ade2feea2a65ad9ddcf241ceec55ec314) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update to Volar 2 stable.
8+
9+
- [#391](https://github.com/mdx-js/mdx-analyzer/pull/391) [`2b29d7a`](https://github.com/mdx-js/mdx-analyzer/commit/2b29d7a30c624e2115bd7f0c6c64846f9f1ab741) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Avoid duplication when organizing imports.
10+
311
## 0.5.0
412

513
### 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.5.0",
3+
"version": "0.5.1",
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.7.1
4+
5+
### Patch Changes
6+
7+
- [#388](https://github.com/mdx-js/mdx-analyzer/pull/388) [`3069af7`](https://github.com/mdx-js/mdx-analyzer/commit/3069af7ade2feea2a65ad9ddcf241ceec55ec314) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update to Volar 2 stable.
8+
9+
- [#391](https://github.com/mdx-js/mdx-analyzer/pull/391) [`2b29d7a`](https://github.com/mdx-js/mdx-analyzer/commit/2b29d7a30c624e2115bd7f0c6c64846f9f1ab741) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Avoid duplication when organizing imports.
10+
311
## 1.7.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.7.0",
3+
"version": "1.7.1",
44
"displayName": "MDX",
55
"description": "Language support for MDX",
66
"categories": [

0 commit comments

Comments
 (0)