Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/amazonq/.changes/1.100.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"date": "2025-10-16",
"version": "1.100.0",
"entries": []
}
4 changes: 4 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.100.0 2025-10-16

- Miscellaneous non-user-facing changes

## 1.99.0 2025-10-10

- Miscellaneous non-user-facing changes
Expand Down
2 changes: 1 addition & 1 deletion packages/amazonq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amazon-q-vscode",
"displayName": "Amazon Q",
"description": "The most capable generative AI–powered assistant for software development.",
"version": "1.100.0-SNAPSHOT",
"version": "1.101.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down
10 changes: 10 additions & 0 deletions packages/toolkit/.changes/3.80.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"date": "2025-10-16",
"version": "3.80.0",
"entries": [
{
"type": "Bug Fix",
"description": "The space is updated upon creation of a new app with the requested settings"
}
]
}

This file was deleted.

4 changes: 4 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.80.0 2025-10-16

- **Bug Fix** The space is updated upon creation of a new app with the requested settings

## 3.79.0 2025-10-10

- Miscellaneous non-user-facing changes
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-toolkit-vscode",
"displayName": "AWS Toolkit",
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
"version": "3.80.0-SNAPSHOT",
"version": "3.81.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down
Loading