Skip to content

Commit 15a6e8a

Browse files
ashishrp-awslaileni-aws
authored andcommitted
build(amazonq): merge release candidate version rc-20260122 (#8526)
This merges the released changes for rc-20260122 into main. MCM-XXX --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license. --------- Co-authored-by: aws-toolkit-automation <>
1 parent 272b475 commit 15a6e8a

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"date": "2026-01-23",
3+
"version": "1.108.0",
4+
"entries": []
5+
}

packages/amazonq/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.108.0 2026-01-23
2+
3+
- Miscellaneous non-user-facing changes
4+
15
## 1.107.0 2026-01-08
26

37
- Miscellaneous non-user-facing changes

packages/amazonq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "amazon-q-vscode",
33
"displayName": "Amazon Q",
44
"description": "The most capable generative AI–powered assistant for software development.",
5-
"version": "1.108.0-SNAPSHOT",
5+
"version": "1.109.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

packages/core/src/testLint/eslint.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ describe('eslint', function () {
3333
'.ts',
3434
'../amazonq',
3535
'../core',
36-
'../toolkit',
3736
// TODO: fix lint issues in scripts/
3837
// '../../scripts',
3938
],

0 commit comments

Comments
 (0)