Skip to content

Commit

Permalink
Update to version v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YikaiHu committed Apr 18, 2023
1 parent 917a439 commit 32543bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.1] - 2023-04
### Fixed
- Fix deployment failure due to S3 ACL changes.

## [2.3.0] - 2023-03-30
### Added
- Support embedded dashboard and logs
Expand Down
12 changes: 6 additions & 6 deletions source/constructs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@types/jest": "29.4.0",
"@types/node": "16.10.3",
"@types/uuid": "^8.3.1",
"aws-cdk": "2.69.0",
"aws-cdk-lib": "2.69.0",
"aws-cdk": "2.74.0",
"aws-cdk-lib": "2.74.0",
"aws-sdk": "2.814.0",
"aws-sdk-mock": "^5.4.0",
"jest": "^29.4.3",
Expand All @@ -33,11 +33,11 @@
"uuid": "^8.3.2"
},
"dependencies": {
"@aws-solutions-constructs/aws-cloudfront-s3": "2.30.0",
"@aws-solutions-constructs/core": "2.30.0",
"@aws-solutions-constructs/aws-cloudfront-s3": "2.38.0",
"@aws-solutions-constructs/core": "2.38.0",
"@aws-cdk/aws-appsync-alpha": "2.58.0-alpha.0",
"aws-cdk": "2.69.0",
"aws-cdk-lib": "2.69.0",
"aws-cdk": "2.74.0",
"aws-cdk-lib": "2.74.0",
"cdk-nag": "2.16.0",
"constructs": "10.1.85",
"source-map-support": "0.5.20"
Expand Down

0 comments on commit 32543bc

Please sign in to comment.