Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 19, 2024
1 parent 163f4bc commit efff3dc
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 19 deletions.
8 changes: 0 additions & 8 deletions .changeset/neat-spoons-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-insects-hide.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.10

### Patch Changes

- [#460](https://github.com/mdx-js/mdx-analyzer/pull/460) [`163f4bc`](https://github.com/mdx-js/mdx-analyzer/commit/163f4bc8368122fb97ff1d7c7a52f9edecd265a8) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Update to Volar 2.4

- Updated dependencies [[`163f4bc`](https://github.com/mdx-js/mdx-analyzer/commit/163f4bc8368122fb97ff1d7c7a52f9edecd265a8)]:
- @mdx-js/language-service@0.5.8

## 0.4.9

### Patch 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.9",
"version": "0.4.10",
"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.7",
"@mdx-js/language-service": "0.5.8",
"@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.5.8

### Patch Changes

- [#460](https://github.com/mdx-js/mdx-analyzer/pull/460) [`163f4bc`](https://github.com/mdx-js/mdx-analyzer/commit/163f4bc8368122fb97ff1d7c7a52f9edecd265a8) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Update to Volar 2.4

## 0.5.7

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

## 0.0.5

### Patch Changes

- [#460](https://github.com/mdx-js/mdx-analyzer/pull/460) [`163f4bc`](https://github.com/mdx-js/mdx-analyzer/commit/163f4bc8368122fb97ff1d7c7a52f9edecd265a8) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Update to Volar 2.4

- Updated dependencies [[`163f4bc`](https://github.com/mdx-js/mdx-analyzer/commit/163f4bc8368122fb97ff1d7c7a52f9edecd265a8)]:
- @mdx-js/language-service@0.5.8

## 0.0.4

### 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.4",
"version": "0.0.5",
"type": "module",
"description": "A TypeScript plugin to support language features in MDX files",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "npm pack && npm run test-api"
},
"dependencies": {
"@mdx-js/language-service": "0.5.7",
"@mdx-js/language-service": "0.5.8",
"@volar/typescript": "~2.4.0",
"load-plugin": "^6.0.0",
"remark-frontmatter": "^5.0.0",
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.10

### Patch Changes

- [#460](https://github.com/mdx-js/mdx-analyzer/pull/460) [`163f4bc`](https://github.com/mdx-js/mdx-analyzer/commit/163f4bc8368122fb97ff1d7c7a52f9edecd265a8) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Update to Volar 2.4

- [#469](https://github.com/mdx-js/mdx-analyzer/pull/469) [`f77645b`](https://github.com/mdx-js/mdx-analyzer/commit/f77645b84387a01ae5f989c2bf67ff13377d6bca) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update the MDX grammar

## 1.8.9

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

0 comments on commit efff3dc

Please sign in to comment.