Skip to content

Commit

Permalink
Version Packages (#411)
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] committed Mar 3, 2024
1 parent c1be27c commit f07459b
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-snakes-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-kiwis-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-trains-prove.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.4.1

### Patch Changes

- [`c1be27c`](https://github.com/mdx-js/mdx-analyzer/commit/c1be27c62d5741bd7938c6f80e86ff4c0c6b4418) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Always enable the Volar TypeScript service.

- Updated dependencies [[`712f007`](https://github.com/mdx-js/mdx-analyzer/commit/712f007f459c2c8d3a25c8cab83176d97ecc8e89), [`712f007`](https://github.com/mdx-js/mdx-analyzer/commit/712f007f459c2c8d3a25c8cab83176d97ecc8e89)]:
- @mdx-js/language-service@0.5.4

## 0.4.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.4.0",
"version": "0.4.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.5.3",
"@mdx-js/language-service": "0.5.4",
"@volar/language-server": "~2.1.0",
"load-plugin": "^5.0.0",
"remark-frontmatter": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/language-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mdx-js/language-service

## 0.5.4

### Patch Changes

- [#410](https://github.com/mdx-js/mdx-analyzer/pull/410) [`712f007`](https://github.com/mdx-js/mdx-analyzer/commit/712f007f459c2c8d3a25c8cab83176d97ecc8e89) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Mark MDX internals with `@internal`, not `@deprecated`.

- [#410](https://github.com/mdx-js/mdx-analyzer/pull/410) [`712f007`](https://github.com/mdx-js/mdx-analyzer/commit/712f007f459c2c8d3a25c8cab83176d97ecc8e89) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Always mark the internal variable `_components` as used.

## 0.5.3

### Patch 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.5.3",
"version": "0.5.4",
"type": "module",
"description": "MDX support for Volar",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"vscode:prepublish": "node ./script/build.mjs"
},
"devDependencies": {
"@mdx-js/language-service": "0.5.3",
"@mdx-js/language-service": "0.5.4",
"@types/vscode": "^1.82.0",
"@volar/language-server": "~2.1.0",
"@volar/vscode": "~2.1.0",
Expand Down

0 comments on commit f07459b

Please sign in to comment.