Skip to content

Commit

Permalink
Version Packages (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 11, 2024
1 parent 81c2526 commit 3ff9553
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-lizards-wave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lemon-ads-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-bottles-battle.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 0.3.0

### Minor Changes

- [#33](https://github.com/fossamagna/amplify-backend-vscode/pull/33) [`e79a2b3`](https://github.com/fossamagna/amplify-backend-vscode/commit/e79a2b36e1b2e2127861ca71fa92b1fee4e41be7) Thanks [@fossamagna](https://github.com/fossamagna)! - feat: Open AWS console for `AWS::StepFunctions::StateMachine`

- [#44](https://github.com/fossamagna/amplify-backend-vscode/pull/44) [`f9878fb`](https://github.com/fossamagna/amplify-backend-vscode/commit/f9878fb32f1dfa31c0053b8a992ab4dcdd5bd5a6) Thanks [@fossamagna](https://github.com/fossamagna)! - introduce to support monorepo.
this detect the Amplify project in nested directories.

### Patch Changes

- [#45](https://github.com/fossamagna/amplify-backend-vscode/pull/45) [`81c2526`](https://github.com/fossamagna/amplify-backend-vscode/commit/81c2526def4d1099efc952db082e6c0058423595) Thanks [@fossamagna](https://github.com/fossamagna)! - retrieve the list of profiles from `~/.aws/config` instead of `~/.aws/credentials` to support to profile with AWS SSO login.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "fossamagna",
"displayName": "AWS Amplify Backend",
"description": "VSCode Extension to explore Amplify Gen2 backend resources",
"version": "0.2.1",
"version": "0.3.0",
"license": "Apache-2.0",
"engines": {
"vscode": "^1.90.0"
Expand Down

0 comments on commit 3ff9553

Please sign in to comment.