Skip to content

Commit 95c4178

Browse files
Merge master into feature/inline-rollback
2 parents fdc88d5 + 45439df commit 95c4178

File tree

7 files changed

+29
-6
lines changed

7 files changed

+29
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "2025-10-30",
3+
"version": "1.102.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.102.0 2025-10-30
2+
3+
- Miscellaneous non-user-facing changes
4+
15
## 1.101.0 2025-10-22
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.102.0-SNAPSHOT",
5+
"version": "1.103.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"date": "2025-10-30",
3+
"version": "3.82.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Lambda AppBuilder: Now you can install Finch from the AppBuilder walkthrough"
8+
}
9+
]
10+
}

packages/toolkit/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.82.0 2025-10-30
2+
3+
- **Feature** Lambda AppBuilder: Now you can install Finch from the AppBuilder walkthrough
4+
15
## 3.81.0 2025-10-22
26

37
- Miscellaneous non-user-facing changes

packages/toolkit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit",
44
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
5-
"version": "3.82.0-SNAPSHOT",
5+
"version": "3.83.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],
@@ -4546,7 +4546,7 @@
45464546
"description": "%AWS.toolkit.lambda.walkthrough.description%",
45474547
"when": "workspacePlatform != webworker",
45484548
"steps": [
4549-
{
4549+
{
45504550
"id": "toolInstallWindows",
45514551
"title": "%AWS.toolkit.lambda.walkthrough.toolInstall.title%",
45524552
"description": "%AWS.toolkit.lambda.walkthrough.toolInstall.description.windows%",
@@ -4564,7 +4564,7 @@
45644564
"image": "./resources/walkthrough/appBuilder/install.png",
45654565
"altText": "Showing GUI installer"
45664566
},
4567-
"when": "!isWindows"
4567+
"when": "!isWindows"
45684568
},
45694569
{
45704570
"id": "chooseTemplate",

0 commit comments

Comments
 (0)