Skip to content

Commit 1ddb443

Browse files
Merge pull request #1673 from aligent/changeset-release/main
chore: release packages
2 parents 28e5488 + 0f78199 commit 1ddb443

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/fix-dynamo-defaults-aspect-billing-mode.md

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

packages/cdk-aspects/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aligent/cdk-aspects
22

3+
## 0.5.7
4+
5+
### Patch Changes
6+
7+
- [#1672](https://github.com/aligent/cdk-constructs/pull/1672) [`4dff08d`](https://github.com/aligent/cdk-constructs/commit/4dff08d7f3055aefbd98effb42fde74cc6ac3a95) Thanks [@toddhainsworth](https://github.com/toddhainsworth)! - Fix `DynamoDbDefaultsAspect` injecting `ProvisionedThroughput` onto `PAY_PER_REQUEST` tables and `OnDemandThroughput` onto `PROVISIONED` tables
8+
39
## 0.5.6
410

511
### Patch Changes

packages/cdk-aspects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aligent/cdk-aspects",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"description": "Collection of CDK Asppects",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)