Skip to content

Commit

Permalink
Version Packages (#426)
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 2, 2024
1 parent 64807e7 commit 8747672
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 30 deletions.
6 changes: 0 additions & 6 deletions .changeset/dry-pumas-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-tomatoes-drop.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/red-timers-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-boats-kneel.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.3

### Patch Changes

- [#430](https://github.com/mdx-js/mdx-analyzer/pull/430) [`ec5191f`](https://github.com/mdx-js/mdx-analyzer/commit/ec5191ff203032fd966ac01bb8ef375d8edb9756) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update to `load-plugin` 6

- [#431](https://github.com/mdx-js/mdx-analyzer/pull/431) [`186af69`](https://github.com/mdx-js/mdx-analyzer/commit/186af697b6244f2d3fac0707570c4753d925dd42) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Update to Volar 2.2.

- Updated dependencies [[`dcb89a9`](https://github.com/mdx-js/mdx-analyzer/commit/dcb89a9202449b28ae1cfb079b3f82ec9ba41afc), [`186af69`](https://github.com/mdx-js/mdx-analyzer/commit/186af697b6244f2d3fac0707570c4753d925dd42)]:
- @mdx-js/language-service@0.5.5

## 0.4.2

### 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.2",
"version": "0.4.3",
"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.4",
"@mdx-js/language-service": "0.5.5",
"@volar/language-server": "~2.2.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.5

### Patch Changes

- [#425](https://github.com/mdx-js/mdx-analyzer/pull/425) [`dcb89a9`](https://github.com/mdx-js/mdx-analyzer/commit/dcb89a9202449b28ae1cfb079b3f82ec9ba41afc) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix the file lookup in syntax toggles

- [#431](https://github.com/mdx-js/mdx-analyzer/pull/431) [`186af69`](https://github.com/mdx-js/mdx-analyzer/commit/186af697b6244f2d3fac0707570c4753d925dd42) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Update to Volar 2.2.

## 0.5.4

### 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.4",
"version": "0.5.5",
"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 +1,12 @@
# Changelog

## 0.0.1

### Patch Changes

- [#430](https://github.com/mdx-js/mdx-analyzer/pull/430) [`ec5191f`](https://github.com/mdx-js/mdx-analyzer/commit/ec5191ff203032fd966ac01bb8ef375d8edb9756) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update to `load-plugin` 6

- [#431](https://github.com/mdx-js/mdx-analyzer/pull/431) [`186af69`](https://github.com/mdx-js/mdx-analyzer/commit/186af697b6244f2d3fac0707570c4753d925dd42) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Update to Volar 2.2.

- Updated dependencies [[`dcb89a9`](https://github.com/mdx-js/mdx-analyzer/commit/dcb89a9202449b28ae1cfb079b3f82ec9ba41afc), [`186af69`](https://github.com/mdx-js/mdx-analyzer/commit/186af697b6244f2d3fac0707570c4753d925dd42)]:
- @mdx-js/language-service@0.5.5
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.0",
"version": "0.0.1",
"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.4",
"@mdx-js/language-service": "0.5.5",
"@volar/typescript": "~2.2.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.4

### Patch Changes

- [#431](https://github.com/mdx-js/mdx-analyzer/pull/431) [`186af69`](https://github.com/mdx-js/mdx-analyzer/commit/186af697b6244f2d3fac0707570c4753d925dd42) Thanks [@johnsoncodehk](https://github.com/johnsoncodehk)! - Update to Volar 2.2.

- [#429](https://github.com/mdx-js/mdx-analyzer/pull/429) [`004b802`](https://github.com/mdx-js/mdx-analyzer/commit/004b8026573c14b3872029ad5869054acd7b47d0) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Set markdown validation defaults to `"ignore"`

## 1.8.3

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

0 comments on commit 8747672

Please sign in to comment.