Skip to content

Commit

Permalink
Prep for 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek committed Sep 1, 2023
1 parent ef35da1 commit 9b67156
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions attack-theme/static/style/_layouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion newsfragments/455.bugfix
Original file line number Diff line number Diff line change
@@ -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)
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.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9b67156

Please sign in to comment.