Skip to content

Commit

Permalink
Version Packages (#487)
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 23, 2024
1 parent 31d9730 commit b2a56a5
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/sweet-rabbits-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-geese-watch.md

This file was deleted.

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

## 0.5.1

### Patch Changes

- Updated dependencies [[`b2e9706`](https://github.com/mdx-js/mdx-analyzer/commit/b2e970609b7c3cf8516d62ca78c43f24d993cdba)]:
- @mdx-js/language-service@0.6.1

## 0.5.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.5.0",
"version": "0.5.1",
"type": "module",
"description": "A language server for MDX",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "npm run test-api"
},
"dependencies": {
"@mdx-js/language-service": "0.6.0",
"@mdx-js/language-service": "0.6.1",
"@volar/language-server": "~2.4.0",
"load-plugin": "^6.0.0",
"remark-frontmatter": "^5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/language-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mdx-js/language-service

## 0.6.1

### Patch Changes

- [#486](https://github.com/mdx-js/mdx-analyzer/pull/486) [`b2e9706`](https://github.com/mdx-js/mdx-analyzer/commit/b2e970609b7c3cf8516d62ca78c43f24d993cdba) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix bug in virtual code generation for JSX closing elements

## 0.6.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.6.0",
"version": "0.6.1",
"type": "module",
"description": "MDX support for Volar",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.0.7

### Patch Changes

- Updated dependencies [[`b2e9706`](https://github.com/mdx-js/mdx-analyzer/commit/b2e970609b7c3cf8516d62ca78c43f24d993cdba)]:
- @mdx-js/language-service@0.6.1

## 0.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"version": "0.0.7",
"type": "module",
"description": "A TypeScript plugin to support language features in MDX files",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "npm pack && npm run test-api"
},
"dependencies": {
"@mdx-js/language-service": "0.6.0",
"@mdx-js/language-service": "0.6.1",
"@volar/typescript": "~2.4.0",
"load-plugin": "^6.0.0",
"remark-frontmatter": "^5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.8.12

### Patch Changes

- [`d73050c`](https://github.com/mdx-js/mdx-analyzer/commit/d73050c19d9a17330005de2eaf3173c94d8efccb) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update the TextMate grammar

## 1.8.11

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

0 comments on commit b2a56a5

Please sign in to comment.