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 Sep 19, 2024
1 parent 6c33dd7 commit 5e2e3ad
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 41 deletions.
7 changes: 0 additions & 7 deletions .changeset/empty-donkeys-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-bobcats-bow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gold-meals-bathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/large-shoes-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-spiders-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-kiwis-think.md

This file was deleted.

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

## 0.5.0

### Minor Changes

- [#473](https://github.com/mdx-js/mdx-analyzer/pull/473) [`2854c38`](https://github.com/mdx-js/mdx-analyzer/commit/2854c38ceaf9202a9a3aa5ae33e50ca2a8c41f1e) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Convert the custom MDX syntax toggle request types into LSP commands.

### Patch Changes

- [#478](https://github.com/mdx-js/mdx-analyzer/pull/478) [`3b135e8`](https://github.com/mdx-js/mdx-analyzer/commit/3b135e82607f0d5d19f9cf27e6bb465543c7c841) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Use an asterisk to toggle emphasis

- [#477](https://github.com/mdx-js/mdx-analyzer/pull/477) [`ed87d22`](https://github.com/mdx-js/mdx-analyzer/commit/ed87d226bdc18afb60332bc55f0fd687efd98d42) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Use two tildes to toggle delete syntax

- Updated dependencies [[`3b135e8`](https://github.com/mdx-js/mdx-analyzer/commit/3b135e82607f0d5d19f9cf27e6bb465543c7c841), [`ed87d22`](https://github.com/mdx-js/mdx-analyzer/commit/ed87d226bdc18afb60332bc55f0fd687efd98d42), [`2854c38`](https://github.com/mdx-js/mdx-analyzer/commit/2854c38ceaf9202a9a3aa5ae33e50ca2a8c41f1e)]:
- @mdx-js/language-service@0.6.0

## 0.4.10

### 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.10",
"version": "0.5.0",
"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.5.8",
"@mdx-js/language-service": "0.6.0",
"@volar/language-server": "~2.4.0",
"load-plugin": "^6.0.0",
"remark-frontmatter": "^5.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/language-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @mdx-js/language-service

## 0.6.0

### Minor Changes

- [#473](https://github.com/mdx-js/mdx-analyzer/pull/473) [`2854c38`](https://github.com/mdx-js/mdx-analyzer/commit/2854c38ceaf9202a9a3aa5ae33e50ca2a8c41f1e) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Convert the custom MDX syntax toggle request types into LSP commands.

### Patch Changes

- [#478](https://github.com/mdx-js/mdx-analyzer/pull/478) [`3b135e8`](https://github.com/mdx-js/mdx-analyzer/commit/3b135e82607f0d5d19f9cf27e6bb465543c7c841) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Use an asterisk to toggle emphasis

- [#477](https://github.com/mdx-js/mdx-analyzer/pull/477) [`ed87d22`](https://github.com/mdx-js/mdx-analyzer/commit/ed87d226bdc18afb60332bc55f0fd687efd98d42) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Use two tildes to toggle delete syntax

## 0.5.8

### 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.8",
"version": "0.6.0",
"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.6

### Patch Changes

- [`6c12960`](https://github.com/mdx-js/mdx-analyzer/commit/6c129606addae4885830f04ba1e18e50fc8b58c6) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Add the main field

- [`6c12960`](https://github.com/mdx-js/mdx-analyzer/commit/6c129606addae4885830f04ba1e18e50fc8b58c6) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Emit type declarations

- Updated dependencies [[`3b135e8`](https://github.com/mdx-js/mdx-analyzer/commit/3b135e82607f0d5d19f9cf27e6bb465543c7c841), [`ed87d22`](https://github.com/mdx-js/mdx-analyzer/commit/ed87d226bdc18afb60332bc55f0fd687efd98d42), [`2854c38`](https://github.com/mdx-js/mdx-analyzer/commit/2854c38ceaf9202a9a3aa5ae33e50ca2a8c41f1e)]:
- @mdx-js/language-service@0.6.0

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.5.8",
"@mdx-js/language-service": "0.6.0",
"@volar/typescript": "~2.4.0",
"load-plugin": "^6.0.0",
"remark-frontmatter": "^5.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/vscode-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.8.11

### Patch Changes

- [#478](https://github.com/mdx-js/mdx-analyzer/pull/478) [`3b135e8`](https://github.com/mdx-js/mdx-analyzer/commit/3b135e82607f0d5d19f9cf27e6bb465543c7c841) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Use an asterisk to toggle emphasis

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

- [#477](https://github.com/mdx-js/mdx-analyzer/pull/477) [`ed87d22`](https://github.com/mdx-js/mdx-analyzer/commit/ed87d226bdc18afb60332bc55f0fd687efd98d42) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Use two tildes to toggle delete syntax

## 1.8.10

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

0 comments on commit 5e2e3ad

Please sign in to comment.