Skip to content

Commit

Permalink
[ci] release (#87)
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 Jul 8, 2022
1 parent 7c35ae3 commit e739b66
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/long-beers-beam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tasty-actors-roll.md

This file was deleted.

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

## 0.17.18

### Patch Changes

- [#86](https://github.com/marko-js/language-server/pull/86) [`7c35ae3`](https://github.com/marko-js/language-server/commit/7c35ae3b3aeb6e614355db1d1e0b07435768893d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Refactor to better support embedded services (improved css completions).

* [#86](https://github.com/marko-js/language-server/pull/86) [`7c35ae3`](https://github.com/marko-js/language-server/commit/7c35ae3b3aeb6e614355db1d1e0b07435768893d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Switch to upgraded parser / cst.

## 0.17.17

### 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.17",
"version": "0.17.18",
"activationEvents": [
"onLanguage:marko"
],
Expand Down Expand Up @@ -60,7 +60,7 @@
}
},
"devDependencies": {
"@marko/language-server": "^0.12.3",
"@marko/language-server": "^0.12.4",
"@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.4

### Patch Changes

- [#86](https://github.com/marko-js/language-server/pull/86) [`7c35ae3`](https://github.com/marko-js/language-server/commit/7c35ae3b3aeb6e614355db1d1e0b07435768893d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Refactor to better support embedded services (improved css completions).

* [#86](https://github.com/marko-js/language-server/pull/86) [`7c35ae3`](https://github.com/marko-js/language-server/commit/7c35ae3b3aeb6e614355db1d1e0b07435768893d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Switch to upgraded parser / cst.

## 0.12.3

### 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.3",
"version": "0.12.4",
"bin": {
"marko-language-server": "./bin.js"
},
Expand Down

0 comments on commit e739b66

Please sign in to comment.