Skip to content

Commit 34c9104

Browse files
Merge master into feature/sdkv3
2 parents 28df2a1 + ecaf77f commit 34c9104

12 files changed

+47
-24
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2024-11-27",
3+
"version": "1.38.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Amazon Q /dev: support `Dockerfile` files"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Introduce @workspace command to enhance context fetching for Chat"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs"
16+
}
17+
]
18+
}

packages/amazonq/.changes/next-release/Feature-06d3549d-411e-43e3-a731-d1e435a86577.json

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

packages/amazonq/.changes/next-release/Feature-64ebab3c-f06a-4df0-93bc-ca0891fd093f.json

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

packages/amazonq/.changes/next-release/Feature-75f96117-d8c5-4bd4-88d9-0d3919060f99.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.38.0 2024-11-27
2+
3+
- **Feature** Amazon Q /dev: support `Dockerfile` files
4+
- **Feature** Introduce @workspace command to enhance context fetching for Chat
5+
- **Feature** Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs
6+
17
## 1.37.0 2024-11-22
28

39
- **Bug Fix** Amazon Q Feature Dev: display limit reached error message

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": "Amazon Q is your generative AI-powered assistant across the software development lifecycle.",
5-
"version": "1.38.0-SNAPSHOT",
5+
"version": "1.39.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2024-11-27",
3+
"version": "3.36.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "appBuilder refresh feature doesnt work during sync --watch"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "'View Logs...' action redirects to output channel instead of Terminal"
12+
}
13+
]
14+
}

packages/toolkit/.changes/next-release/Bug Fix-399d3f79-390e-4892-8cf5-e4a189860334.json

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

packages/toolkit/.changes/next-release/Bug Fix-85d04649-0aaa-4e00-8b6f-1c6885012932.json

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

0 commit comments

Comments
 (0)