From 3c6adc017aa8ae504c792074e8ee73e199b55034 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Dec 2023 11:04:57 +0000 Subject: [PATCH] Bump package version --- .changeset/curly-peas-rule.md | 10 ---------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/curly-peas-rule.md diff --git a/.changeset/curly-peas-rule.md b/.changeset/curly-peas-rule.md deleted file mode 100644 index 4e4c09f2e6..0000000000 --- a/.changeset/curly-peas-rule.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@guardian/cdk": major ---- - -Removes supports for Stack Sets (added in #977) as it's no longer used, -because of a lack of CD tooling support for deploying Stack Sets. - -Removing unused code means less code to maintain, and reduced complexity. - -Should Stack Sets be needed in future, https://github.com/cdklabs/cdk-stacksets offers an alternative approach to creating them in CDK. diff --git a/CHANGELOG.md b/CHANGELOG.md index 783f88473c..e28969f301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @guardian/cdk +## 53.0.0 + +### Major Changes + +- af50cf5: Removes supports for Stack Sets (added in #977) as it's no longer used, + because of a lack of CD tooling support for deploying Stack Sets. + + Removing unused code means less code to maintain, and reduced complexity. + + Should Stack Sets be needed in future, https://github.com/cdklabs/cdk-stacksets offers an alternative approach to creating them in CDK. + ## 52.3.1 ### Patch Changes diff --git a/package.json b/package.json index b6699db2d8..9e5bfe706b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@guardian/cdk", "description": "Generic Guardian flavoured AWS CDK components", - "version": "52.3.1", + "version": "53.0.0", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [