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 10, 2023
1 parent f63e8f7 commit 1a77dad
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/forty-days-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-plants-juggle.md

This file was deleted.

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.

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

## 1.1.1

### Patch Changes

- [#195](https://github.com/marko-js/language-server/pull/195) [`7a07f85`](https://github.com/marko-js/language-server/commit/7a07f8585e4a0c6e0464aa375f5e4e53138b51a6) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - VSCode has a regression which causes all intelisense to break after a completion with a multi choice snippet is provided. The language server currently uses that to provide completions for attributes defined with an `enum` value. To resolve this issue, enum completions are simplified to not provide the choice based completion until this is resolved in vscode or another workaround is found.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/language-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": "1.1.0",
"version": "1.1.1",
"bin": {
"marko-language-server": "./bin.js"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/type-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @marko/type-check

## 0.0.14

### Patch Changes

- [#194](https://github.com/marko-js/language-server/pull/194) [`f63e8f7`](https://github.com/marko-js/language-server/commit/f63e8f73b3b99bb36dd33e854d9729f39b91b98f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - No longer overwrite the module or moduleResultion tsconfig options.

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/type-check/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marko/type-check",
"description": "A CLI to type check Marko projects",
"version": "0.0.13",
"version": "0.0.14",
"bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md",
"dependencies": {
"@babel/code-frame": "^7.22.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.1.2

### Patch Changes

- [#195](https://github.com/marko-js/language-server/pull/195) [`7a07f85`](https://github.com/marko-js/language-server/commit/7a07f8585e4a0c6e0464aa375f5e4e53138b51a6) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - VSCode has a regression which causes all intelisense to break after a completion with a multi choice snippet is provided. The language server currently uses that to provide completions for attributes defined with an `enum` value. To resolve this issue, enum completions are simplified to not provide the choice based completion until this is resolved in vscode or another workaround is found.

## 1.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/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": "1.1.1",
"version": "1.1.2",
"activationEvents": [
"workspaceContains:**/*.marko"
],
Expand Down Expand Up @@ -81,7 +81,7 @@
}
},
"devDependencies": {
"@marko/language-server": "^1.1.0",
"@marko/language-server": "^1.1.1",
"@types/babel__helper-validator-identifier": "^7.15.0",
"@types/vscode": "^1.74.2",
"@vscode/test-electron": "^2.3.3",
Expand Down

0 comments on commit 1a77dad

Please sign in to comment.