Skip to content

Commit

Permalink
Version Packages (#417)
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 15, 2024
1 parent 30d1efa commit 0417a8b
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-cows-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-poets-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-vans-protect.md

This file was deleted.

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

## 0.4.2

### Patch Changes

- [#419](https://github.com/mdx-js/mdx-analyzer/pull/419) [`d56454d`](https://github.com/mdx-js/mdx-analyzer/commit/d56454d7bdec95b3d6da2ea28a5e693550ea8890) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Use syntax-only TypeScript service plugin.

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "0.4.2",
"type": "module",
"description": "A language server for MDX",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vscode-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.8.2

### Patch Changes

- [#416](https://github.com/mdx-js/mdx-analyzer/pull/416) [`a1bc3fb`](https://github.com/mdx-js/mdx-analyzer/commit/a1bc3fbadab95bc4c1ebdd7189edbd4ae58974b9) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Build the TypeScript plugin from the `@mdx-js/typescript-plugin` standalone package.

- [#418](https://github.com/mdx-js/mdx-analyzer/pull/418) [`35c6b22`](https://github.com/mdx-js/mdx-analyzer/commit/35c6b229035796d6d80a571258315b242b31ee99) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Add support for breakpoints.

## 1.8.1

### Patch Changes
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.8.1",
"version": "1.8.2",
"displayName": "MDX",
"description": "Language support for MDX",
"categories": [
Expand Down

0 comments on commit 0417a8b

Please sign in to comment.