Skip to content

Commit

Permalink
Version Packages (#311)
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 Mar 23, 2023
1 parent 1fee4ef commit ef42008
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/filter-completion.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/release.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/small-tomatoes-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/surrounding-backtick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/typescript-5.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- [#316](https://github.com/mdx-js/mdx-analyzer/pull/316) [`5a04247`](https://github.com/mdx-js/mdx-analyzer/commit/5a0424707eef03a24aa15dffade882d118d55421) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Initial release.

### Patch Changes

- Updated dependencies [[`5a04247`](https://github.com/mdx-js/mdx-analyzer/commit/5a0424707eef03a24aa15dffade882d118d55421)]:
- @mdx-js/language-service@0.1.0
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.0.0",
"version": "0.1.0",
"type": "module",
"description": "MDX IntelliSense in Monaco editor",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"test-api": "node --test"
},
"dependencies": {
"@mdx-js/language-service": "0.0.0",
"@mdx-js/language-service": "0.1.0",
"load-plugin": "^5.0.0",
"typescript": "^5.0.0",
"vscode-languageserver": "^8.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/language-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @mdx-js/language-service

## 0.1.0

### Minor Changes

- [#316](https://github.com/mdx-js/mdx-analyzer/pull/316) [`5a04247`](https://github.com/mdx-js/mdx-analyzer/commit/5a0424707eef03a24aa15dffade882d118d55421) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Initial release.
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.0.0",
"version": "0.1.0",
"type": "module",
"description": "MDX IntelliSense in Monaco editor",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/monaco/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @mdx-js/monaco

## 0.1.0

### Minor Changes

- [#316](https://github.com/mdx-js/mdx-analyzer/pull/316) [`5a04247`](https://github.com/mdx-js/mdx-analyzer/commit/5a0424707eef03a24aa15dffade882d118d55421) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Initial release.

### Patch Changes

- Updated dependencies [[`5a04247`](https://github.com/mdx-js/mdx-analyzer/commit/5a0424707eef03a24aa15dffade882d118d55421)]:
- @mdx-js/language-service@0.1.0
4 changes: 2 additions & 2 deletions packages/monaco/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/monaco",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"description": "MDX IntelliSense in Monaco editor",
"repository": {
Expand Down Expand Up @@ -42,7 +42,7 @@
}
},
"dependencies": {
"@mdx-js/language-service": "0.0.0",
"@mdx-js/language-service": "0.1.0",
"monaco-marker-data-provider": "^1.0.0",
"monaco-worker-manager": "^2.0.0",
"unified": "^10.0.0"
Expand Down
27 changes: 27 additions & 0 deletions packages/vscode-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 1.3.0

### Minor Changes

- [#310](https://github.com/mdx-js/mdx-analyzer/pull/310) [`1585698`](https://github.com/mdx-js/mdx-analyzer/commit/1585698c0a896c7a91c4fb35871bcd2dbc04b213) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Filter TypeScript based completions when writing markdown content.

- [#317](https://github.com/mdx-js/mdx-analyzer/pull/317) [`f1bd49b`](https://github.com/mdx-js/mdx-analyzer/commit/f1bd49b56e934811ff3ecf657b491557b53f820a) Thanks [@wooorm](https://github.com/wooorm)! - Add improved syntax highlighting grammar

This now pulls in a grammar for from:
<https://github.com/wooorm/markdown-tm-language>.

It fixes a bunch of previous errors and adds real support for MDX.
It also supports YAML frontmatter, TOML frontmatter, GFM (autolink
literals, footnotes, strikethrough, tables, tasklists), GitHub (gemoji,
mentions, references).
There’s support for about 20 common embedded grammars in fenced code
blocks.
Embedded code (in fenced code blocks, or in ESM/expressions) is now
marked as being the correct language, which makes comments and such
work.

- [#315](https://github.com/mdx-js/mdx-analyzer/pull/315) [`e66b3a9`](https://github.com/mdx-js/mdx-analyzer/commit/e66b3a9ae7360e708f8c963d24d6e4572113d06d) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Update to TypeScript 5.

### Patch Changes

- [#314](https://github.com/mdx-js/mdx-analyzer/pull/314) [`252b247`](https://github.com/mdx-js/mdx-analyzer/commit/252b247e4813b6fea331424ccb85ef1df6ea6450) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Add backtick to `surroundingPairs`.

## 1.2.5

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

0 comments on commit ef42008

Please sign in to comment.