From 9b671562275e0e0869ead72cc169e95ef1493e2e Mon Sep 17 00:00:00 2001 From: Jared Ondricek Date: Fri, 1 Sep 2023 10:19:14 -0500 Subject: [PATCH] Prep for 4.0.5 --- attack-theme/static/style/_layouts.scss | 4 ++-- newsfragments/455.bugfix | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/attack-theme/static/style/_layouts.scss b/attack-theme/static/style/_layouts.scss index 7a278e0c49b..aeabc3ea157 100644 --- a/attack-theme/static/style/_layouts.scss +++ b/attack-theme/static/style/_layouts.scss @@ -591,9 +591,9 @@ pre { /*TWITTER*/ // twitter container in the home page .attack-box { - width: to-rem(350); + width: to-rem(384); max-width: 100%; - height: to-rem(450); + height: to-rem(464); margin: 0 auto; border: 3px solid #dfdfdf; padding: 3px; diff --git a/newsfragments/455.bugfix b/newsfragments/455.bugfix index d6b0cdd31e1..b0c5b9dff6e 100644 --- a/newsfragments/455.bugfix +++ b/newsfragments/455.bugfix @@ -1 +1 @@ -Changed the UUID generation logic to use CONTENT_VERSION and WEBSITE_VERSION as seeds for idempotent UUID creation. This prevents the creation of redundant IndexedDB tables. [#455](https://github.com/mitre-attack/attack-website/issues/455) \ No newline at end of file +Changed the UUID generation logic to use CONTENT_VERSION and WEBSITE_VERSION as seeds for idempotent UUID creation. This prevents the creation of redundant IndexedDB tables. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c478333cfdb..af04b688a95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ profile = "black" [tool.towncrier] name = "ATT&CK website" - version = "4.0.4" + version = "4.0.5" filename = "CHANGELOG.md" issue_format = "[#{issue}](https://github.com/mitre-attack/attack-website/issues/{issue})" template = ".towncrier.template.md"