Skip to content

Commit cb2cbae

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent 5650739 commit cb2cbae

11 files changed

Lines changed: 52 additions & 33 deletions

File tree

.changeset/twenty-rabbits-build.md

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

.changeset/young-queens-poke.md

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

package-lock.json

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

packages/language-server/CHANGELOG.md

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

3+
## 2.1.3
4+
5+
### Patch Changes
6+
7+
- [#395](https://github.com/marko-js/language-server/pull/395) [`5650739`](https://github.com/marko-js/language-server/commit/56507393b51303b4fab44bc58b4243bf206a4c54) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve scope hoisting types.
8+
9+
- [#395](https://github.com/marko-js/language-server/pull/395) [`a2dcef2`](https://github.com/marko-js/language-server/commit/a2dcef201731e62c0e6ef9ce4c0c4d2134590b1b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid applying component class generics in generated tags api types.
10+
11+
- Updated dependencies [[`5650739`](https://github.com/marko-js/language-server/commit/56507393b51303b4fab44bc58b4243bf206a4c54), [`a2dcef2`](https://github.com/marko-js/language-server/commit/a2dcef201731e62c0e6ef9ce4c0c4d2134590b1b)]:
12+
- @marko/language-tools@2.5.31
13+
314
## 2.1.2
415

516
### Patch Changes

packages/language-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@marko/language-server",
33
"description": "Marko Language Server",
4-
"version": "2.1.2",
4+
"version": "2.1.3",
55
"bin": {
66
"marko-language-server": "./bin.js"
77
},
88
"bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md",
99
"dependencies": {
1010
"@luxass/strip-json-comments": "^1.4.0",
11-
"@marko/language-tools": "^2.5.30",
11+
"@marko/language-tools": "^2.5.31",
1212
"@marko/compiler": "^5.39.33",
1313
"htmljs-parser": "^5.7.4",
1414
"marko": "^5.37.44",

packages/language-tools/CHANGELOG.md

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

3+
## 2.5.31
4+
5+
### Patch Changes
6+
7+
- [#395](https://github.com/marko-js/language-server/pull/395) [`5650739`](https://github.com/marko-js/language-server/commit/56507393b51303b4fab44bc58b4243bf206a4c54) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve scope hoisting types.
8+
9+
- [#395](https://github.com/marko-js/language-server/pull/395) [`a2dcef2`](https://github.com/marko-js/language-server/commit/a2dcef201731e62c0e6ef9ce4c0c4d2134590b1b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid applying component class generics in generated tags api types.
10+
311
## 2.5.30
412

513
### 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.30",
4+
"version": "2.5.31",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @marko/type-check
22

3+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- [#395](https://github.com/marko-js/language-server/pull/395) [`5650739`](https://github.com/marko-js/language-server/commit/56507393b51303b4fab44bc58b4243bf206a4c54) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve scope hoisting types.
8+
9+
- [#395](https://github.com/marko-js/language-server/pull/395) [`a2dcef2`](https://github.com/marko-js/language-server/commit/a2dcef201731e62c0e6ef9ce4c0c4d2134590b1b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid applying component class generics in generated tags api types.
10+
11+
- Updated dependencies [[`5650739`](https://github.com/marko-js/language-server/commit/56507393b51303b4fab44bc58b4243bf206a4c54), [`a2dcef2`](https://github.com/marko-js/language-server/commit/a2dcef201731e62c0e6ef9ce4c0c4d2134590b1b)]:
12+
- @marko/language-tools@2.5.31
13+
314
## 2.1.3
415

516
### 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.3",
4+
"version": "2.1.4",
55
"bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md",
66
"dependencies": {
77
"@babel/code-frame": "^7.27.1",
88
"@luxass/strip-json-comments": "^1.4.0",
9-
"@marko/language-tools": "^2.5.30",
9+
"@marko/language-tools": "^2.5.31",
1010
"arg": "^5.0.2",
1111
"kleur": "^4.1.5",
1212
"typescript": "^5.9.2"

packages/vscode/CHANGELOG.md

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

3+
## 2.0.6
4+
5+
### Patch Changes
6+
7+
- [#395](https://github.com/marko-js/language-server/pull/395) [`5650739`](https://github.com/marko-js/language-server/commit/56507393b51303b4fab44bc58b4243bf206a4c54) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve scope hoisting types.
8+
9+
- [#395](https://github.com/marko-js/language-server/pull/395) [`a2dcef2`](https://github.com/marko-js/language-server/commit/a2dcef201731e62c0e6ef9ce4c0c4d2134590b1b) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid applying component class generics in generated tags api types.
10+
311
## 2.0.5
412

513
### Patch Changes

0 commit comments

Comments
 (0)