Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and DylanPiercey committed Jul 15, 2022
1 parent f88ca6d commit e498019
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-mirrors-drop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-spies-think.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-mails-clap.md

This file was deleted.

10 changes: 10 additions & 0 deletions clients/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.17.26

### Patch Changes

- [#109](https://github.com/marko-js/language-server/pull/109) [`5f0ec0d`](https://github.com/marko-js/language-server/commit/5f0ec0d3f54ff36563bc959ed81e82d0da3adf1b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix regexp errors in syntax highlighting

* [#111](https://github.com/marko-js/language-server/pull/111) [`f88ca6d`](https://github.com/marko-js/language-server/commit/f88ca6d3b57fd3401ab715751cba42af24f5f5fc) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve completions for file system paths.

- [#109](https://github.com/marko-js/language-server/pull/109) [`771a6e7`](https://github.com/marko-js/language-server/commit/771a6e78c515e9c79d86f2dfe43e536d332be40e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Implements document links provider.

## 0.17.25

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions clients/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "marko-vscode",
"description": "Marko Tooling for VSCode",
"version": "0.17.25",
"version": "0.17.26",
"activationEvents": [
"onLanguage:marko"
],
Expand Down Expand Up @@ -60,7 +60,7 @@
}
},
"devDependencies": {
"@marko/language-server": "^0.12.9",
"@marko/language-server": "^0.12.10",
"@types/vscode": "^1.68.0",
"@vscode/test-electron": "^2.1.5",
"ovsx": "^0.5.1",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.12.10

### Patch Changes

- [#111](https://github.com/marko-js/language-server/pull/111) [`f88ca6d`](https://github.com/marko-js/language-server/commit/f88ca6d3b57fd3401ab715751cba42af24f5f5fc) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve completions for file system paths.

* [#109](https://github.com/marko-js/language-server/pull/109) [`771a6e7`](https://github.com/marko-js/language-server/commit/771a6e78c515e9c79d86f2dfe43e536d332be40e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Implements document links provider.

## 0.12.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marko/language-server",
"description": "Marko Language Server",
"version": "0.12.9",
"version": "0.12.10",
"bin": {
"marko-language-server": "./bin.js"
},
Expand Down

0 comments on commit e498019

Please sign in to comment.