Skip to content

Commit ef4d162

Browse files
chore(release): release packages from branch main
1 parent 18be691 commit ef4d162

File tree

16 files changed

+589
-29
lines changed

16 files changed

+589
-29
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"chat-client": "0.1.28",
3-
"core/aws-lsp-core": "0.0.12",
4-
"server/aws-lsp-antlr4": "0.1.16",
5-
"server/aws-lsp-codewhisperer": "0.0.69",
6-
"server/aws-lsp-json": "0.1.16",
7-
"server/aws-lsp-partiql": "0.0.15",
8-
"server/aws-lsp-yaml": "0.1.16"
2+
"chat-client": "0.1.29",
3+
"core/aws-lsp-core": "0.0.13",
4+
"server/aws-lsp-antlr4": "0.1.17",
5+
"server/aws-lsp-codewhisperer": "0.0.70",
6+
"server/aws-lsp-json": "0.1.17",
7+
"server/aws-lsp-partiql": "0.0.16",
8+
"server/aws-lsp-yaml": "0.1.17"
99
}

chat-client/CHANGELOG.md

Lines changed: 91 additions & 0 deletions
Large diffs are not rendered by default.

chat-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/chat-client",
3-
"version": "0.1.28",
3+
"version": "0.1.29",
44
"description": "AWS Chat Client",
55
"main": "out/index.js",
66
"repository": {

core/aws-lsp-core/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.0.13](https://github.com/dungdong-aws/language-servers/compare/lsp-core/v0.0.12...lsp-core/v0.0.13) (2025-07-24)
4+
5+
6+
### Features
7+
8+
* extend logging utilts to support errors ([03c5bdd](https://github.com/dungdong-aws/language-servers/commit/03c5bdd7f9861a222c21ce4a6594d1cc7b39d217))
9+
10+
11+
### Bug Fixes
12+
13+
* add proper encoding support for shell output ([#1903](https://github.com/dungdong-aws/language-servers/issues/1903)) ([44a6d62](https://github.com/dungdong-aws/language-servers/commit/44a6d629af7702662a02f384a6a542c0d72ccc39))
14+
* **amazonq:** add handling for relative paths for isInWorkspace ([#1801](https://github.com/dungdong-aws/language-servers/issues/1801)) ([3c273a7](https://github.com/dungdong-aws/language-servers/commit/3c273a7aeac88a7afe40abaf490bc0950e517c01))
15+
* **amazonq:** Use common utility to determine workspaceFolders and fix tests ([#1353](https://github.com/dungdong-aws/language-servers/issues/1353)) ([483f532](https://github.com/dungdong-aws/language-servers/commit/483f532b940d3ff2e914c0824f7501c3fe6a6235))
16+
* **amazonq:** workspace files being tagged as out of workspace issue ([#1726](https://github.com/dungdong-aws/language-servers/issues/1726)) ([4bd9aea](https://github.com/dungdong-aws/language-servers/commit/4bd9aeab439d15dc425634b14470fd3c67986c4a))
17+
* switch to ignore entries over patterns ([#1236](https://github.com/dungdong-aws/language-servers/issues/1236)) ([49ae714](https://github.com/dungdong-aws/language-servers/commit/49ae7141024f9802d3ce671441f978f487a399aa))
18+
* update fileSearch toolSpec and implementation ([#1320](https://github.com/dungdong-aws/language-servers/issues/1320)) ([4b18f25](https://github.com/dungdong-aws/language-servers/commit/4b18f25dfb8595f18b2773dddaa5bfbc64cf519d))
19+
* update listDirectory tool to output in tree-like format to reduce toolSize ([#1260](https://github.com/dungdong-aws/language-servers/issues/1260)) ([becfee0](https://github.com/dungdong-aws/language-servers/commit/becfee0d36e9e2a5fb5239c1e34cc6661ca01d94))
20+
* update versions manually (release-please bug) ([f7ac957](https://github.com/dungdong-aws/language-servers/commit/f7ac9576882af227e6b863ece457194526a85f88))
21+
* use document change events for auto trigger classifier input ([#1912](https://github.com/dungdong-aws/language-servers/issues/1912)) ([2204da6](https://github.com/dungdong-aws/language-servers/commit/2204da6193f2030ee546f61c969b1a664d8025e3))
22+
323
## [0.0.12](https://github.com/aws/language-servers/compare/lsp-core/v0.0.11...lsp-core/v0.0.12) (2025-07-17)
424

525

core/aws-lsp-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/lsp-core",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "Core library, contains common code and utilities",
55
"main": "out/index.js",
66
"repository": {

package-lock.json

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

server/aws-lsp-antlr4/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [0.1.17](https://github.com/dungdong-aws/language-servers/compare/lsp-antlr4/v0.1.16...lsp-antlr4/v0.1.17) (2025-07-24)
4+
5+
6+
### Features
7+
8+
* add client side ide diagnostics to telemetry event ([#1768](https://github.com/dungdong-aws/language-servers/issues/1768)) ([d08fc6c](https://github.com/dungdong-aws/language-servers/commit/d08fc6cccb9238cef9c2ba485e116c0516839537))
9+
* adding mcp servers feature to the language-server ([#1544](https://github.com/dungdong-aws/language-servers/issues/1544)) ([f37bf5f](https://github.com/dungdong-aws/language-servers/commit/f37bf5f91921d7611c124de6d54dd6ec653038c6))
10+
* **amazonq:** pinned context and rules ([#1663](https://github.com/dungdong-aws/language-servers/issues/1663)) ([25e7a5a](https://github.com/dungdong-aws/language-servers/commit/25e7a5ab8b6630525a4fd6acc0524f67f00af817))
11+
12+
13+
### Bug Fixes
14+
15+
* **amazonq:** Use common utility to determine workspaceFolders and fix tests ([#1353](https://github.com/dungdong-aws/language-servers/issues/1353)) ([483f532](https://github.com/dungdong-aws/language-servers/commit/483f532b940d3ff2e914c0824f7501c3fe6a6235))
16+
* bump runtimes and fix broken test ([#1323](https://github.com/dungdong-aws/language-servers/issues/1323)) ([7d1a7b9](https://github.com/dungdong-aws/language-servers/commit/7d1a7b9700ee2cc154dfe357ebbb62597d3f1582))
17+
* ensure local index server updates with workspaceChangeEvent and bump runtimes ([#1424](https://github.com/dungdong-aws/language-servers/issues/1424)) ([9babbb6](https://github.com/dungdong-aws/language-servers/commit/9babbb643daa2893454dbc977d3802822b2c0aa6))
18+
* update versions manually (release-please bug) ([f7ac957](https://github.com/dungdong-aws/language-servers/commit/f7ac9576882af227e6b863ece457194526a85f88))
19+
* use document change events for auto trigger classifier input ([#1912](https://github.com/dungdong-aws/language-servers/issues/1912)) ([2204da6](https://github.com/dungdong-aws/language-servers/commit/2204da6193f2030ee546f61c969b1a664d8025e3))
20+
21+
22+
### Dependencies
23+
24+
* The following workspace dependencies were updated
25+
* dependencies
26+
* @aws/lsp-core bumped from ^0.0.12 to ^0.0.13
27+
328
## [0.1.16](https://github.com/aws/language-servers/compare/lsp-antlr4/v0.1.15...lsp-antlr4/v0.1.16) (2025-07-17)
429

530

server/aws-lsp-antlr4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/lsp-antlr4",
3-
"version": "0.1.16",
3+
"version": "0.1.17",
44
"description": "ANTLR4 language server",
55
"main": "out/index.js",
66
"repository": {
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@aws/language-server-runtimes": "^0.2.112",
32-
"@aws/lsp-core": "^0.0.12"
32+
"@aws/lsp-core": "^0.0.13"
3333
},
3434
"peerDependencies": {
3535
"antlr4-c3": ">=3.4 < 4",

0 commit comments

Comments
 (0)