Skip to content

Commit d56db3d

Browse files
Version Packages (#359)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8690a6a commit d56db3d

File tree

11 files changed

+39
-33
lines changed

11 files changed

+39
-33
lines changed

.changeset/fix-drop-provider.md

-5
This file was deleted.

.changeset/purple-mice-rhyme.md

-5
This file was deleted.

.changeset/tame-moles-type.md

-5
This file was deleted.

.changeset/tasty-geckos-obey.md

-7
This file was deleted.

.changeset/ts-version-status-item.md

-6
This file was deleted.

packages/language-server/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @mdx-js/language-server
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#364](https://github.com/mdx-js/mdx-analyzer/pull/364) [`423bf184d88789b7f2a519f7a48d981f38756b0f`](https://github.com/mdx-js/mdx-analyzer/commit/423bf184d88789b7f2a519f7a48d981f38756b0f) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Disable formatting
8+
9+
- Updated dependencies [[`de0c819acaeb79fc0b29515f6c73690e300510d3`](https://github.com/mdx-js/mdx-analyzer/commit/de0c819acaeb79fc0b29515f6c73690e300510d3), [`ee4439ac31d183e473754c5fdcba07bb3861d373`](https://github.com/mdx-js/mdx-analyzer/commit/ee4439ac31d183e473754c5fdcba07bb3861d373), [`423bf184d88789b7f2a519f7a48d981f38756b0f`](https://github.com/mdx-js/mdx-analyzer/commit/423bf184d88789b7f2a519f7a48d981f38756b0f)]:
10+
- @mdx-js/language-service@0.3.0
11+
312
## 0.2.0
413

514
### 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.2.0",
3+
"version": "0.2.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.2.0",
35+
"@mdx-js/language-service": "0.3.0",
3636
"@volar/language-server": "2.0.0-alpha.3",
3737
"load-plugin": "^5.0.0",
3838
"remark-frontmatter": "^5.0.0",

packages/language-service/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#365](https://github.com/mdx-js/mdx-analyzer/pull/365) [`de0c819acaeb79fc0b29515f6c73690e300510d3`](https://github.com/mdx-js/mdx-analyzer/commit/de0c819acaeb79fc0b29515f6c73690e300510d3) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support MDXLayout
8+
9+
### Patch Changes
10+
11+
- [#366](https://github.com/mdx-js/mdx-analyzer/pull/366) [`ee4439ac31d183e473754c5fdcba07bb3861d373`](https://github.com/mdx-js/mdx-analyzer/commit/ee4439ac31d183e473754c5fdcba07bb3861d373) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Prettify props types in hover
12+
13+
- [#364](https://github.com/mdx-js/mdx-analyzer/pull/364) [`423bf184d88789b7f2a519f7a48d981f38756b0f`](https://github.com/mdx-js/mdx-analyzer/commit/423bf184d88789b7f2a519f7a48d981f38756b0f) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Disable formatting
14+
315
## 0.2.0
416

517
### 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.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "MDX Volar support",
66
"repository": {

packages/vscode-mdx/CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- [#358](https://github.com/mdx-js/mdx-analyzer/pull/358) [`90c0e2d750ac91897179cb77e4c0e6b4555904e4`](https://github.com/mdx-js/mdx-analyzer/commit/90c0e2d750ac91897179cb77e4c0e6b4555904e4) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Add a TypeScript version status item.
8+
Clicking it opens a menu to select the TypeScript version to use.
9+
10+
### Patch Changes
11+
12+
- [#357](https://github.com/mdx-js/mdx-analyzer/pull/357) [`7110d611e3cf704f050cccae68773622655e2c41`](https://github.com/mdx-js/mdx-analyzer/commit/7110d611e3cf704f050cccae68773622655e2c41) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix dropping local images in an MDX file.
13+
14+
- [#364](https://github.com/mdx-js/mdx-analyzer/pull/364) [`423bf184d88789b7f2a519f7a48d981f38756b0f`](https://github.com/mdx-js/mdx-analyzer/commit/423bf184d88789b7f2a519f7a48d981f38756b0f) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Disable formatting
15+
316
## 1.5.0
417

518
### Minor Changes
@@ -154,7 +167,7 @@
154167
In JSX, you can include JS expressions within tags, like:
155168

156169
```mdx
157-
<Component>{doSomething('a', 7)}</Component>
170+
<Component>{doSomething("a", 7)}</Component>
158171
```
159172

160173
This PR adds syntax highlighting for those expressions by adding a new pattern

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.5.0",
3+
"version": "1.6.0",
44
"displayName": "MDX",
55
"description": "Language support for MDX",
66
"categories": [

0 commit comments

Comments
 (0)