Skip to content

Commit

Permalink
Version Packages (#443)
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 May 27, 2024
1 parent 0e2e0e7 commit 8ce92a0
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/dry-apes-rush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-poems-refuse.md

This file was deleted.

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

## 0.4.7

### Patch Changes

- [`0e2e0e7`](https://github.com/mdx-js/mdx-analyzer/commit/0e2e0e7f373eda12a38af0a7ab3b3f816efffdd4) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix resolving remark plugins specified in `tsconfig.json`

- [`d6f3b3e`](https://github.com/mdx-js/mdx-analyzer/commit/d6f3b3e64987c57a1b13175926d1a01c686fb863) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support path completions in image and link references

## 0.4.6

### 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.6",
"version": "0.4.7",
"type": "module",
"description": "A language server for MDX",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.0.2

### Patch Changes

- [`0e2e0e7`](https://github.com/mdx-js/mdx-analyzer/commit/0e2e0e7f373eda12a38af0a7ab3b3f816efffdd4) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix resolving remark plugins specified in `tsconfig.json`

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/typescript-plugin",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"description": "A TypeScript plugin to support language features in MDX files",
"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.7

### Patch Changes

- [`0e2e0e7`](https://github.com/mdx-js/mdx-analyzer/commit/0e2e0e7f373eda12a38af0a7ab3b3f816efffdd4) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix resolving remark plugins specified in `tsconfig.json`

- [`d6f3b3e`](https://github.com/mdx-js/mdx-analyzer/commit/d6f3b3e64987c57a1b13175926d1a01c686fb863) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Support path completions in image and link references

## 1.8.6

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

0 comments on commit 8ce92a0

Please sign in to comment.