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 Nov 24, 2024
1 parent 124ad10 commit 5c3e838
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-moons-push.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/kind-dolphins-melt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/weak-foxes-swim.md

This file was deleted.

17 changes: 7 additions & 10 deletions package-lock.json

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

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

## 1.3.9

### Patch Changes

- [#304](https://github.com/marko-js/language-server/pull/304) [`f3ca04a`](https://github.com/marko-js/language-server/commit/f3ca04a36216a5484bb972acb1b19f3cc54ca367) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Update deps.

- [#302](https://github.com/marko-js/language-server/pull/302) [`6d2ceb9`](https://github.com/marko-js/language-server/commit/6d2ceb9a4ad3b8e8c8e4b401b16bbbf8ae3e8d15) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Remove false positive for aria-prohibited-attr rule

- Updated dependencies [[`124ad10`](https://github.com/marko-js/language-server/commit/124ad10b8ccc05c716e727fff2eacf83b320520d), [`f3ca04a`](https://github.com/marko-js/language-server/commit/f3ca04a36216a5484bb972acb1b19f3cc54ca367)]:
- @marko/language-tools@2.4.6

## 1.3.8

### 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.3.8",
"version": "1.3.9",
"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.4.5",
"@marko/language-tools": "^2.4.6",
"@marko/babel-utils": "^6.6.0",
"@marko/compiler": "^5.38.0",
"@marko/translator-default": "^6.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/language-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @marko/language-tools

## 2.4.6

### Patch Changes

- [#304](https://github.com/marko-js/language-server/pull/304) [`124ad10`](https://github.com/marko-js/language-server/commit/124ad10b8ccc05c716e727fff2eacf83b320520d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve script parsing performance.

- [#304](https://github.com/marko-js/language-server/pull/304) [`f3ca04a`](https://github.com/marko-js/language-server/commit/f3ca04a36216a5484bb972acb1b19f3cc54ca367) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Update deps.

## 2.4.5

### 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.4.5",
"version": "2.4.6",
"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.2.6

### Patch Changes

- [#304](https://github.com/marko-js/language-server/pull/304) [`f3ca04a`](https://github.com/marko-js/language-server/commit/f3ca04a36216a5484bb972acb1b19f3cc54ca367) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Update deps.

- Updated dependencies [[`124ad10`](https://github.com/marko-js/language-server/commit/124ad10b8ccc05c716e727fff2eacf83b320520d), [`f3ca04a`](https://github.com/marko-js/language-server/commit/f3ca04a36216a5484bb972acb1b19f3cc54ca367)]:
- @marko/language-tools@2.4.6

## 1.2.5

### 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.2.5",
"version": "1.2.6",
"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.4.5",
"@marko/language-tools": "^2.4.6",
"arg": "^5.0.2",
"kleur": "^4.1.5",
"typescript": "^5.7.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.4.7

### Patch Changes

- [#304](https://github.com/marko-js/language-server/pull/304) [`f3ca04a`](https://github.com/marko-js/language-server/commit/f3ca04a36216a5484bb972acb1b19f3cc54ca367) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Update deps.

- [#302](https://github.com/marko-js/language-server/pull/302) [`6d2ceb9`](https://github.com/marko-js/language-server/commit/6d2ceb9a4ad3b8e8c8e4b401b16bbbf8ae3e8d15) Thanks [@LuLaValva](https://github.com/LuLaValva)! - Remove false positive for aria-prohibited-attr rule

## 1.4.6

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

0 comments on commit 5c3e838

Please sign in to comment.