Skip to content

Commit 93bae5e

Browse files
author
aws-toolkit-automation
committed
Merge release into master
2 parents dcc00b6 + 7c40c9f commit 93bae5e

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
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.

packages/toolkit/.changes/3.47.0.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2025-02-20",
3+
"version": "3.47.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "appBuilder: pass '--no-use-container' when '--use-container' is not selected in quickpick"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "App Builder: Autoload debug configuration for local invoke webview"
12+
}
13+
]
14+
}

packages/toolkit/.changes/next-release/Bug Fix-f7a3ecad-06a7-48cd-896b-2285ea95bd84.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/.changes/next-release/Feature-d85ac3b3-0e30-41fd-9dc1-1d214275189a.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.47.0 2025-02-20
2+
3+
- **Bug Fix** appBuilder: pass '--no-use-container' when '--use-container' is not selected in quickpick
4+
- **Feature** App Builder: Autoload debug configuration for local invoke webview
5+
16
## 3.46.0 2025-02-13
27

38
- **Feature** Lambda: Support for environment variables in the editor webview.

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
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.47.0-SNAPSHOT",
5+
"version": "3.48.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)