Skip to content

Commit 723f6b7

Browse files
author
aws-toolkit-automation
committed
Release 3.3.0
1 parent bbefe6b commit 723f6b7

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.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2024-05-13",
3+
"version": "3.3.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "UX: Added keyboard navigation to login screen."
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "New SSO Authorization Code flow for faster logins"
12+
}
13+
]
14+
}

packages/toolkit/.changes/next-release/Feature-2ac7c80a-b285-47a8-a512-7d10fd78d5ac.json

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

packages/toolkit/.changes/next-release/Feature-ef0ce3ea-6ff7-47fb-a6c8-ffa000e7a82d.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.3.0 2024-05-13
2+
3+
- **Feature** UX: Added keyboard navigation to login screen.
4+
- **Feature** New SSO Authorization Code flow for faster logins
5+
16
## 3.2.0 2024-05-06
27

38
- **Release** No user-facing changes

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, Application Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
5-
"version": "3.3.0-SNAPSHOT",
5+
"version": "3.3.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)