From 60b5c15c8955deaff183819d5d033bbab62deeb1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 6 Dec 2023 19:45:00 +0000 Subject: [PATCH] Updating package to 1.5.8-c --- 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 a7c741f3a..291d9964a 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-b", + "version": "1.5.8-c", "scripts": { "bootstrap": "pnpx cdk bootstrap", "deploy": "pnpx cdk deploy", diff --git a/src/installer/cdk/package.json b/src/installer/cdk/package.json index 6bd4a85b7..08ed0eea1 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-b", + "version": "1.5.8-c", "scripts": { "test": "pnpx jest", "synth": "pnpx cdk synth",