Skip to content

Commit 224c792

Browse files
[ci] release (#459)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c5d7722 commit 224c792

File tree

8 files changed

+29
-15
lines changed

8 files changed

+29
-15
lines changed

.changeset/jolly-deer-write.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/language-tools/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @marko/language-tools
22

3+
## 2.5.54
4+
5+
### Patch Changes
6+
7+
- [#458](https://github.com/marko-js/language-server/pull/458) [`c5d7722`](https://github.com/marko-js/language-server/commit/c5d77221bd4b2bd7de40b3fa6bf358e134f45642) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Type narrowing fix for attribute tags
8+
39
## 2.5.53
410

511
### Patch Changes

packages/language-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@marko/language-tools",
33
"description": "Marko Language Tools",
4-
"version": "2.5.53",
4+
"version": "2.5.54",
55
"bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md",
66
"peerDependencies": {
77
"@marko/compiler": "^5.28.4"

packages/type-check/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @marko/type-check
22

3+
## 2.1.26
4+
5+
### Patch Changes
6+
7+
- [#458](https://github.com/marko-js/language-server/pull/458) [`c5d7722`](https://github.com/marko-js/language-server/commit/c5d77221bd4b2bd7de40b3fa6bf358e134f45642) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Type narrowing fix for attribute tags
8+
9+
- Updated dependencies [[`c5d7722`](https://github.com/marko-js/language-server/commit/c5d77221bd4b2bd7de40b3fa6bf358e134f45642)]:
10+
- @marko/language-tools@2.5.54
11+
312
## 2.1.25
413

514
### Patch Changes

packages/type-check/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@marko/type-check",
33
"description": "A CLI to type check Marko projects",
4-
"version": "2.1.25",
4+
"version": "2.1.26",
55
"bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md",
66
"dependencies": {
77
"@babel/code-frame": "^7.28.6",
88
"@luxass/strip-json-comments": "^1.4.0",
9-
"@marko/language-tools": "^2.5.53",
9+
"@marko/language-tools": "^2.5.54",
1010
"arg": "^5.0.2",
1111
"kleur": "^4.1.5",
1212
"typescript": "^5.9.3"

packages/vscode/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.0.31
4+
5+
### Patch Changes
6+
7+
- [#458](https://github.com/marko-js/language-server/pull/458) [`c5d7722`](https://github.com/marko-js/language-server/commit/c5d77221bd4b2bd7de40b3fa6bf358e134f45642) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Type narrowing fix for attribute tags
8+
39
## 2.0.30
410

511
### Patch Changes

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "marko-vscode",
33
"description": "Marko Syntax Highlighting, Pretty-printing, TypeScript, IntelliSense, and more",
4-
"version": "2.0.30",
4+
"version": "2.0.31",
55
"activationEvents": [
66
"workspaceContains:**/*.marko"
77
],

0 commit comments

Comments
 (0)