Skip to content

Commit

Permalink
Merge pull request #296 from marko-js/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
LuLaValva authored Nov 12, 2024
2 parents 3a713ee + eee8aa7 commit c85a914
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/great-cars-poke.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.3.7

### Patch Changes

- [#295](https://github.com/marko-js/language-server/pull/295) [`b6c4578`](https://github.com/marko-js/language-server/commit/b6c45780de08cee5d18115aa892e2e40b069d4f0) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Improve type inference for repeated attr tags

## 1.3.6

### Patch 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.3.6",
"version": "1.3.7",
"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

## 1.2.5

### Patch Changes

- [#295](https://github.com/marko-js/language-server/pull/295) [`b6c4578`](https://github.com/marko-js/language-server/commit/b6c45780de08cee5d18115aa892e2e40b069d4f0) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Improve type inference for repeated attr tags

## 1.2.4

### 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": "1.2.4",
"version": "1.2.5",
"bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md",
"dependencies": {
"@babel/code-frame": "^7.26.2",
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.4.6

### Patch Changes

- [#295](https://github.com/marko-js/language-server/pull/295) [`b6c4578`](https://github.com/marko-js/language-server/commit/b6c45780de08cee5d18115aa892e2e40b069d4f0) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Improve type inference for repeated attr tags

## 1.4.5

### 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 Syntax Highlighting, Pretty-printing, TypeScript, IntelliSense, and more",
"version": "1.4.5",
"version": "1.4.6",
"activationEvents": [
"workspaceContains:**/*.marko"
],
Expand Down Expand Up @@ -103,7 +103,7 @@
}
},
"devDependencies": {
"@marko/language-server": "^1.3.6",
"@marko/language-server": "^1.3.7",
"@types/vscode": "^1.80.0",
"@vscode/test-electron": "^2.4.1",
"@vscode/vsce": "^3.2.1",
Expand Down

0 comments on commit c85a914

Please sign in to comment.