From a6722f6ab6c24442ec2a74b60dfd5d4441c16912 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 13 Dec 2023 15:43:45 +0000 Subject: [PATCH] Updating package to 1.5.8-d --- src/core/cdk/package.json | 2 +- src/installer/cdk/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/cdk/package.json b/src/core/cdk/package.json index 291d9964a..4025ffd48 100644 --- a/src/core/cdk/package.json +++ b/src/core/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@aws-accelerator/accelerator", - "version": "1.5.8-c", + "version": "1.5.8-d", "scripts": { "bootstrap": "pnpx cdk bootstrap", "deploy": "pnpx cdk deploy", diff --git a/src/installer/cdk/package.json b/src/installer/cdk/package.json index 08ed0eea1..56e3b955f 100644 --- a/src/installer/cdk/package.json +++ b/src/installer/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@aws-accelerator/installer", - "version": "1.5.8-c", + "version": "1.5.8-d", "scripts": { "test": "pnpx jest", "synth": "pnpx cdk synth",