Skip to content

Commit

Permalink
Version Packages (#359)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 14, 2023
1 parent 8690a6a commit d56db3d
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/fix-drop-provider.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-mice-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-moles-type.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tasty-geckos-obey.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ts-version-status-item.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mdx-js/language-server

## 0.2.1

### Patch Changes

- [#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

- 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)]:
- @mdx-js/language-service@0.3.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/language-server",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"description": "A language server for MDX",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"test": "npm run test-api"
},
"dependencies": {
"@mdx-js/language-service": "0.2.0",
"@mdx-js/language-service": "0.3.0",
"@volar/language-server": "2.0.0-alpha.3",
"load-plugin": "^5.0.0",
"remark-frontmatter": "^5.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/language-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @mdx-js/language-service

## 0.3.0

### Minor Changes

- [#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

### Patch Changes

- [#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

- [#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

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/language-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/language-service",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"description": "MDX Volar support",
"repository": {
Expand Down
15 changes: 14 additions & 1 deletion packages/vscode-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.6.0

### Minor Changes

- [#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.
Clicking it opens a menu to select the TypeScript version to use.

### Patch Changes

- [#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.

- [#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

## 1.5.0

### Minor Changes
Expand Down Expand Up @@ -154,7 +167,7 @@
In JSX, you can include JS expressions within tags, like:

```mdx
<Component>{doSomething('a', 7)}</Component>
<Component>{doSomething("a", 7)}</Component>
```

This PR adds syntax highlighting for those expressions by adding a new pattern
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-mdx",
"version": "1.5.0",
"version": "1.6.0",
"displayName": "MDX",
"description": "Language support for MDX",
"categories": [
Expand Down

0 comments on commit d56db3d

Please sign in to comment.