From bada32633798e68b5ac45815df7604187cb2bdab Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Thu, 30 Apr 2026 21:57:40 +0000 Subject: [PATCH 1/2] Release 2.1.0 --- package-lock.json | 4 +-- packages/amazonq/.changes/2.1.0.json | 26 +++++++++++++++++++ ...-7613a138-62ae-4a4f-8b1e-0aa6c49cc989.json | 4 --- ...-7d00c361-9ba5-4239-afbd-88266fed38df.json | 4 --- ...-55913bf6-6fc3-4a5e-8aba-72c1cba44026.json | 4 --- ...-bb5d4b9c-dd9f-4d43-8769-4119648b0947.json | 4 --- ...-f132c58c-ea42-477b-b0f5-fdc95b7f1798.json | 4 --- packages/amazonq/CHANGELOG.md | 8 ++++++ packages/amazonq/package.json | 2 +- 9 files changed, 37 insertions(+), 23 deletions(-) create mode 100644 packages/amazonq/.changes/2.1.0.json delete mode 100644 packages/amazonq/.changes/next-release/Bug Fix-7613a138-62ae-4a4f-8b1e-0aa6c49cc989.json delete mode 100644 packages/amazonq/.changes/next-release/Deprecation-7d00c361-9ba5-4239-afbd-88266fed38df.json delete mode 100644 packages/amazonq/.changes/next-release/Feature-55913bf6-6fc3-4a5e-8aba-72c1cba44026.json delete mode 100644 packages/amazonq/.changes/next-release/Removal-bb5d4b9c-dd9f-4d43-8769-4119648b0947.json delete mode 100644 packages/amazonq/.changes/next-release/Removal-f132c58c-ea42-477b-b0f5-fdc95b7f1798.json diff --git a/package-lock.json b/package-lock.json index 3107ff9f0..73029b7c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "prettier": "^3.3.3", "prettier-plugin-sh": "^0.14.0", "pretty-quick": "^4.0.0", - "ts-node": "^10.9.1", + "ts-node": "^10.9.2", "typescript": "^5.0.4", "webpack": "^5.95.0", "webpack-cli": "^5.1.4", @@ -42556,7 +42556,7 @@ }, "packages/amazonq": { "name": "amazon-q-vscode", - "version": "2.1.0-SNAPSHOT", + "version": "2.1.0", "license": "Apache-2.0", "dependencies": { "aws-core-vscode": "file:../core/" diff --git a/packages/amazonq/.changes/2.1.0.json b/packages/amazonq/.changes/2.1.0.json new file mode 100644 index 000000000..6023c7e18 --- /dev/null +++ b/packages/amazonq/.changes/2.1.0.json @@ -0,0 +1,26 @@ +{ + "date": "2026-04-30", + "version": "2.1.0", + "entries": [ + { + "type": "Bug Fix", + "description": "fix: properly send folder context when calling @folder" + }, + { + "type": "Deprecation", + "description": "deprecate: remove @workspace indexing functionality" + }, + { + "type": "Feature", + "description": "Link users to new AWS Transform VS Code plugin and Kiro Power" + }, + { + "type": "Removal", + "description": "Internal infrastructure update: repository separation and architectural migration. No user-facing changes or breaking API modifications." + }, + { + "type": "Removal", + "description": "Add UI surfacing Amazon Q Developer plugins end-of-support notice to users" + } + ] +} \ No newline at end of file diff --git a/packages/amazonq/.changes/next-release/Bug Fix-7613a138-62ae-4a4f-8b1e-0aa6c49cc989.json b/packages/amazonq/.changes/next-release/Bug Fix-7613a138-62ae-4a4f-8b1e-0aa6c49cc989.json deleted file mode 100644 index 66bc7fecf..000000000 --- a/packages/amazonq/.changes/next-release/Bug Fix-7613a138-62ae-4a4f-8b1e-0aa6c49cc989.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "fix: properly send folder context when calling @folder" -} diff --git a/packages/amazonq/.changes/next-release/Deprecation-7d00c361-9ba5-4239-afbd-88266fed38df.json b/packages/amazonq/.changes/next-release/Deprecation-7d00c361-9ba5-4239-afbd-88266fed38df.json deleted file mode 100644 index 6a0b0f16e..000000000 --- a/packages/amazonq/.changes/next-release/Deprecation-7d00c361-9ba5-4239-afbd-88266fed38df.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Deprecation", - "description": "deprecate: remove @workspace indexing functionality" -} diff --git a/packages/amazonq/.changes/next-release/Feature-55913bf6-6fc3-4a5e-8aba-72c1cba44026.json b/packages/amazonq/.changes/next-release/Feature-55913bf6-6fc3-4a5e-8aba-72c1cba44026.json deleted file mode 100644 index 847f527d2..000000000 --- a/packages/amazonq/.changes/next-release/Feature-55913bf6-6fc3-4a5e-8aba-72c1cba44026.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "Link users to new AWS Transform VS Code plugin and Kiro Power" -} diff --git a/packages/amazonq/.changes/next-release/Removal-bb5d4b9c-dd9f-4d43-8769-4119648b0947.json b/packages/amazonq/.changes/next-release/Removal-bb5d4b9c-dd9f-4d43-8769-4119648b0947.json deleted file mode 100644 index 33b21f1cc..000000000 --- a/packages/amazonq/.changes/next-release/Removal-bb5d4b9c-dd9f-4d43-8769-4119648b0947.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Removal", - "description": "Internal infrastructure update: repository separation and architectural migration. No user-facing changes or breaking API modifications." -} diff --git a/packages/amazonq/.changes/next-release/Removal-f132c58c-ea42-477b-b0f5-fdc95b7f1798.json b/packages/amazonq/.changes/next-release/Removal-f132c58c-ea42-477b-b0f5-fdc95b7f1798.json deleted file mode 100644 index 7b3d18355..000000000 --- a/packages/amazonq/.changes/next-release/Removal-f132c58c-ea42-477b-b0f5-fdc95b7f1798.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Removal", - "description": "Add UI surfacing Amazon Q Developer plugins end-of-support notice to users" -} diff --git a/packages/amazonq/CHANGELOG.md b/packages/amazonq/CHANGELOG.md index 82f301f8a..839d0338e 100644 --- a/packages/amazonq/CHANGELOG.md +++ b/packages/amazonq/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.1.0 2026-04-30 + +- **Bug Fix** fix: properly send folder context when calling @folder +- **Deprecation** deprecate: remove @workspace indexing functionality +- **Feature** Link users to new AWS Transform VS Code plugin and Kiro Power +- **Removal** Internal infrastructure update: repository separation and architectural migration. No user-facing changes or breaking API modifications. +- **Removal** Add UI surfacing Amazon Q Developer plugins end-of-support notice to users + ## 2.0.0 2026-04-02 - Miscellaneous non-user-facing changes diff --git a/packages/amazonq/package.json b/packages/amazonq/package.json index 5ff87d96d..17ba193f5 100644 --- a/packages/amazonq/package.json +++ b/packages/amazonq/package.json @@ -2,7 +2,7 @@ "name": "amazon-q-vscode", "displayName": "Amazon Q", "description": "The most capable generative AI–powered assistant for software development.", - "version": "2.1.0-SNAPSHOT", + "version": "2.1.0", "extensionKind": [ "workspace" ], From e8b7ab1d872fee5500c13a46e4799d4a10c20ec7 Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Thu, 30 Apr 2026 22:13:31 +0000 Subject: [PATCH 2/2] Update version to snapshot version: 2.2.0-SNAPSHOT --- package-lock.json | 4 ++-- packages/amazonq/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73029b7c0..7166b0bb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "prettier": "^3.3.3", "prettier-plugin-sh": "^0.14.0", "pretty-quick": "^4.0.0", - "ts-node": "^10.9.2", + "ts-node": "^10.9.1", "typescript": "^5.0.4", "webpack": "^5.95.0", "webpack-cli": "^5.1.4", @@ -42556,7 +42556,7 @@ }, "packages/amazonq": { "name": "amazon-q-vscode", - "version": "2.1.0", + "version": "2.2.0-SNAPSHOT", "license": "Apache-2.0", "dependencies": { "aws-core-vscode": "file:../core/" diff --git a/packages/amazonq/package.json b/packages/amazonq/package.json index 17ba193f5..b626b3adb 100644 --- a/packages/amazonq/package.json +++ b/packages/amazonq/package.json @@ -2,7 +2,7 @@ "name": "amazon-q-vscode", "displayName": "Amazon Q", "description": "The most capable generative AI–powered assistant for software development.", - "version": "2.1.0", + "version": "2.2.0-SNAPSHOT", "extensionKind": [ "workspace" ],