From 73d298904c54d7cc7e83eac02a884aa4eaa886be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Nov 2025 03:47:58 +0000 Subject: [PATCH] chore: release packages --- .changeset/huge-bananas-accept.md | 5 ----- packages/step-function-from-file/CHANGELOG.md | 6 ++++++ packages/step-function-from-file/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/huge-bananas-accept.md diff --git a/.changeset/huge-bananas-accept.md b/.changeset/huge-bananas-accept.md deleted file mode 100644 index 7c586872..00000000 --- a/.changeset/huge-bananas-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aligent/cdk-step-function-from-file": patch ---- - -Migrating the step function from file from the MS node template to the cdk-constructs repo for use in MS projects diff --git a/packages/step-function-from-file/CHANGELOG.md b/packages/step-function-from-file/CHANGELOG.md index 70826bb7..6b2cb150 100644 --- a/packages/step-function-from-file/CHANGELOG.md +++ b/packages/step-function-from-file/CHANGELOG.md @@ -1 +1,7 @@ # @aligent/cdk-step-function-from-file + +## 0.3.2 + +### Patch Changes + +- [#1565](https://github.com/aligent/cdk-constructs/pull/1565) [`1acf1eb`](https://github.com/aligent/cdk-constructs/commit/1acf1eb88a76d94300feccd713aa620fd5543458) Thanks [@ryanrixxh](https://github.com/ryanrixxh)! - Migrating the step function from file from the MS node template to the cdk-constructs repo for use in MS projects diff --git a/packages/step-function-from-file/package.json b/packages/step-function-from-file/package.json index 4f6dbfe4..cbb444f3 100644 --- a/packages/step-function-from-file/package.json +++ b/packages/step-function-from-file/package.json @@ -1,6 +1,6 @@ { "name": "@aligent/cdk-step-function-from-file", - "version": "0.3.1", + "version": "0.3.2", "main": "index.js", "license": "MIT", "homepage": "https://github.com/aligent/aws-cdk-constructs/tree/main/packages/step-function-from-file#readme",