Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #476

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]

## 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/[email protected]

## 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
Loading