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 Feb 14, 2024
1 parent 521a0da commit 8ed4113
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 22 deletions.
8 changes: 0 additions & 8 deletions .changeset/ten-onions-walk.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.1.20

### Patch Changes

- [#262](https://github.com/marko-js/language-server/pull/262) [`521a0da`](https://github.com/marko-js/language-server/commit/521a0da14c4dddec61ab324972b6764a60714b9e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with typescript output when using static attr tags, dynamic attr tags and a renderBody all together.

- Updated dependencies [[`521a0da`](https://github.com/marko-js/language-server/commit/521a0da14c4dddec61ab324972b6764a60714b9e)]:
- @marko/language-tools@2.2.6

## 1.1.19

### 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,15 +1,15 @@
{
"name": "@marko/language-server",
"description": "Marko Language Server",
"version": "1.1.19",
"version": "1.1.20",
"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.2.0",
"@babel/helper-validator-identifier": "^7.22.20",
"@marko/language-tools": "^2.2.5",
"@marko/language-tools": "^2.2.6",
"@marko/babel-utils": "^6.3.5",
"@marko/compiler": "^5.34.6",
"@marko/translator-default": "^5.31.13",
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.2.6

### Patch Changes

- [#262](https://github.com/marko-js/language-server/pull/262) [`521a0da`](https://github.com/marko-js/language-server/commit/521a0da14c4dddec61ab324972b6764a60714b9e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with typescript output when using static attr tags, dynamic attr tags and a renderBody all together.

## 2.2.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.2.5",
"version": "2.2.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.1.7

### Patch Changes

- [#262](https://github.com/marko-js/language-server/pull/262) [`521a0da`](https://github.com/marko-js/language-server/commit/521a0da14c4dddec61ab324972b6764a60714b9e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with typescript output when using static attr tags, dynamic attr tags and a renderBody all together.

- Updated dependencies [[`521a0da`](https://github.com/marko-js/language-server/commit/521a0da14c4dddec61ab324972b6764a60714b9e)]:
- @marko/language-tools@2.2.6

## 1.1.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.1.6",
"version": "1.1.7",
"bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md",
"dependencies": {
"@babel/code-frame": "^7.23.5",
"@luxass/strip-json-comments": "^1.2.0",
"@marko/language-tools": "^2.2.5",
"@marko/language-tools": "^2.2.6",
"arg": "^5.0.2",
"kleur": "^4.1.5",
"typescript": "^5.3.3"
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.2.3

### Patch Changes

- [#262](https://github.com/marko-js/language-server/pull/262) [`521a0da`](https://github.com/marko-js/language-server/commit/521a0da14c4dddec61ab324972b6764a60714b9e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with typescript output when using static attr tags, dynamic attr tags and a renderBody all together.

## 1.2.2

### 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 Tooling for VSCode",
"version": "1.2.2",
"version": "1.2.3",
"activationEvents": [
"workspaceContains:**/*.marko"
],
Expand Down Expand Up @@ -95,7 +95,7 @@
}
},
"devDependencies": {
"@marko/language-server": "^1.1.19",
"@marko/language-server": "^1.1.20",
"@types/babel__helper-validator-identifier": "^7.15.2",
"@types/vscode": "^1.80.0",
"@vscode/test-electron": "^2.3.9",
Expand Down

0 comments on commit 8ed4113

Please sign in to comment.