Skip to content

Commit

Permalink
Merge pull request #327 from marko-js/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
DylanPiercey authored Dec 29, 2024
2 parents 2a4a0e7 + b1bdbe5 commit dc4f223
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 22 deletions.
8 changes: 0 additions & 8 deletions .changeset/stale-starfishes-sing.md

This file was deleted.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 1.4.8

### Patch Changes

- [#326](https://github.com/marko-js/language-server/pull/326) [`b65c79b`](https://github.com/marko-js/language-server/commit/b65c79bd5afb960129a00d1455048d51a5d9800a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix type issue in the internal language tool types.

- Updated dependencies [[`b65c79b`](https://github.com/marko-js/language-server/commit/b65c79bd5afb960129a00d1455048d51a5d9800a)]:
- @marko/language-tools@2.5.7

## 1.4.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@marko/language-server",
"description": "Marko Language Server",
"version": "1.4.7",
"version": "1.4.8",
"bin": {
"marko-language-server": "./bin.js"
},
"bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md",
"dependencies": {
"@luxass/strip-json-comments": "^1.3.2",
"@marko/language-tools": "^2.5.6",
"@marko/language-tools": "^2.5.7",
"@marko/babel-utils": "^6.6.3",
"@marko/compiler": "^5.39.6",
"htmljs-parser": "^5.5.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/language-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @marko/language-tools

## 2.5.7

### Patch Changes

- [#326](https://github.com/marko-js/language-server/pull/326) [`b65c79b`](https://github.com/marko-js/language-server/commit/b65c79bd5afb960129a00d1455048d51a5d9800a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix type issue in the internal language tool types.

## 2.5.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/language-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marko/language-tools",
"description": "Marko Language Tools",
"version": "2.5.6",
"version": "2.5.7",
"bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md",
"peerDependencies": {
"@marko/compiler": "^5.28.4"
Expand Down
9 changes: 9 additions & 0 deletions packages/type-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @marko/type-check

## 1.3.7

### Patch Changes

- [#326](https://github.com/marko-js/language-server/pull/326) [`b65c79b`](https://github.com/marko-js/language-server/commit/b65c79bd5afb960129a00d1455048d51a5d9800a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix type issue in the internal language tool types.

- Updated dependencies [[`b65c79b`](https://github.com/marko-js/language-server/commit/b65c79bd5afb960129a00d1455048d51a5d9800a)]:
- @marko/language-tools@2.5.7

## 1.3.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/type-check/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@marko/type-check",
"description": "A CLI to type check Marko projects",
"version": "1.3.6",
"version": "1.3.7",
"bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md",
"dependencies": {
"@babel/code-frame": "^7.26.2",
"@luxass/strip-json-comments": "^1.3.2",
"@marko/language-tools": "^2.5.6",
"@marko/language-tools": "^2.5.7",
"arg": "^5.0.2",
"kleur": "^4.1.5",
"typescript": "^5.7.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.5.8

### Patch Changes

- [#326](https://github.com/marko-js/language-server/pull/326) [`b65c79b`](https://github.com/marko-js/language-server/commit/b65c79bd5afb960129a00d1455048d51a5d9800a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix type issue in the internal language tool types.

## 1.5.7

### 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.5.7",
"version": "1.5.8",
"activationEvents": [
"workspaceContains:**/*.marko"
],
Expand Down Expand Up @@ -103,7 +103,7 @@
}
},
"devDependencies": {
"@marko/language-server": "^1.4.7",
"@marko/language-server": "^1.4.8",
"@types/vscode": "^1.80.0",
"@vscode/test-electron": "^2.4.1",
"@vscode/vsce": "^3.2.1",
Expand Down

0 comments on commit dc4f223

Please sign in to comment.