Skip to content

Commit

Permalink
Version Packages (#449)
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 Jun 23, 2024
1 parent 9767738 commit a394ea8
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 22 deletions.
8 changes: 0 additions & 8 deletions .changeset/cold-turtles-divide.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/friendly-toes-rescue.md

This file was deleted.

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

## 0.4.9

### Patch Changes

- [#450](https://github.com/mdx-js/mdx-analyzer/pull/450) [`9767738`](https://github.com/mdx-js/mdx-analyzer/commit/976773851618fcc2018671d56d7902216873ceb6) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Solve a regression caused by TypeScript 5.5

- [#446](https://github.com/mdx-js/mdx-analyzer/pull/446) [`044776e`](https://github.com/mdx-js/mdx-analyzer/commit/044776e8e156cb5fd42e4f016215b9eefec894bd) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Update to Volar 2.3.

- Updated dependencies [[`9767738`](https://github.com/mdx-js/mdx-analyzer/commit/976773851618fcc2018671d56d7902216873ceb6), [`044776e`](https://github.com/mdx-js/mdx-analyzer/commit/044776e8e156cb5fd42e4f016215b9eefec894bd)]:
- @mdx-js/language-service@0.5.7

## 0.4.8

### 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.8",
"version": "0.4.9",
"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.6",
"@mdx-js/language-service": "0.5.7",
"@volar/language-server": "~2.3.0",
"load-plugin": "^6.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.7

### Patch Changes

- [#450](https://github.com/mdx-js/mdx-analyzer/pull/450) [`9767738`](https://github.com/mdx-js/mdx-analyzer/commit/976773851618fcc2018671d56d7902216873ceb6) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Solve a regression caused by TypeScript 5.5

- [#446](https://github.com/mdx-js/mdx-analyzer/pull/446) [`044776e`](https://github.com/mdx-js/mdx-analyzer/commit/044776e8e156cb5fd42e4f016215b9eefec894bd) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Update to Volar 2.3.

## 0.5.6

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

## 0.0.4

### Patch Changes

- [#450](https://github.com/mdx-js/mdx-analyzer/pull/450) [`9767738`](https://github.com/mdx-js/mdx-analyzer/commit/976773851618fcc2018671d56d7902216873ceb6) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Solve a regression caused by TypeScript 5.5

- [#446](https://github.com/mdx-js/mdx-analyzer/pull/446) [`044776e`](https://github.com/mdx-js/mdx-analyzer/commit/044776e8e156cb5fd42e4f016215b9eefec894bd) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Update to Volar 2.3.

- Updated dependencies [[`9767738`](https://github.com/mdx-js/mdx-analyzer/commit/976773851618fcc2018671d56d7902216873ceb6), [`044776e`](https://github.com/mdx-js/mdx-analyzer/commit/044776e8e156cb5fd42e4f016215b9eefec894bd)]:
- @mdx-js/language-service@0.5.7

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.6",
"@mdx-js/language-service": "0.5.7",
"@volar/typescript": "~2.3.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.9

### Patch Changes

- [#450](https://github.com/mdx-js/mdx-analyzer/pull/450) [`9767738`](https://github.com/mdx-js/mdx-analyzer/commit/976773851618fcc2018671d56d7902216873ceb6) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Solve a regression caused by TypeScript 5.5

- [#446](https://github.com/mdx-js/mdx-analyzer/pull/446) [`044776e`](https://github.com/mdx-js/mdx-analyzer/commit/044776e8e156cb5fd42e4f016215b9eefec894bd) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Update to Volar 2.3.

## 1.8.8

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

0 comments on commit a394ea8

Please sign in to comment.