From a4e3acbbd18ed11b8d7369884eaece56e1a9f159 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 13:44:27 +0000 Subject: [PATCH] chore(main): release 1.8.0 --- .release-please-manifest.json | 2 +- build.gradle.kts | 2 +- docs/changelogs/08-2026-automated-releases.md | 112 ++++++++++++++++++ services/api/build.gradle.kts | 2 +- services/frontend/package.json | 2 +- 5 files changed, 116 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0972da8e..099626f4f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.1" + ".": "1.8.0" } diff --git a/build.gradle.kts b/build.gradle.kts index 4e6b9cdb6..b53e9eceb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,4 +1,4 @@ // Root project — no build logic of its own. Each module picks the // convention plugins it needs from :build-logic. group = "net.blueshell" -version = "1.7.1" // x-release-please-version +version = "1.8.0" // x-release-please-version diff --git a/docs/changelogs/08-2026-automated-releases.md b/docs/changelogs/08-2026-automated-releases.md index 1535fa8d4..9b48aeebf 100644 --- a/docs/changelogs/08-2026-automated-releases.md +++ b/docs/changelogs/08-2026-automated-releases.md @@ -1,5 +1,117 @@ # Changelog +## [1.8.0](https://github.com/ESA-Blueshell/website/compare/v1.7.1...v1.8.0) (2026-09-18) + + +### Features + +* **api:** add association statistics end point, and make event banners public ([#1097](https://github.com/ESA-Blueshell/website/issues/1097)) ([0a78185](https://github.com/ESA-Blueshell/website/commit/0a781859d12d0275b3fe7d210188ac2bf94f71ba)) +* **association:** about us and become-a-partner move onto the island ([#1104](https://github.com/ESA-Blueshell/website/issues/1104)) ([a7e8e5a](https://github.com/ESA-Blueshell/website/commit/a7e8e5ab4c87a8f50873d02c2767b5b12489ab52)) +* **files:** a game's icon and a team's may be a vector ([#1219](https://github.com/ESA-Blueshell/website/issues/1219)) ([af52910](https://github.com/ESA-Blueshell/website/commit/af52910112fcabc1ef9d82c54b8f09fd57dac94c)), closes [#857](https://github.com/ESA-Blueshell/website/issues/857) +* **frontend:** a domain may not reach into another domain's innards either ([#1317](https://github.com/ESA-Blueshell/website/issues/1317)) ([1aa16c4](https://github.com/ESA-Blueshell/website/commit/1aa16c45d5944b5ff0585da81b4022058e54577d)) +* **frontend:** the built image serves the api at the page's own origin ([#1171](https://github.com/ESA-Blueshell/website/issues/1171)) ([28eeb68](https://github.com/ESA-Blueshell/website/commit/28eeb68dafe254d2d241f34bd689831222b89f1a)), closes [#1000](https://github.com/ESA-Blueshell/website/issues/1000) +* **history:** a line you can read while scrolling past it ([#1142](https://github.com/ESA-Blueshell/website/issues/1142)) ([712aabf](https://github.com/ESA-Blueshell/website/commit/712aabf7daa7d110a558bde83b2f0e5f7e9a8631)) +* **island:** a swipe spawns a band already open ([#1093](https://github.com/ESA-Blueshell/website/issues/1093)) ([7e5d450](https://github.com/ESA-Blueshell/website/commit/7e5d450984a8382da217db629ed2fcf3b1d6a8b0)) +* **island:** the site bar joins the island and follows the theme ([#1116](https://github.com/ESA-Blueshell/website/issues/1116)) ([8482d94](https://github.com/ESA-Blueshell/website/commit/8482d94ced51826e175b67a5c0d6183b86ae99f5)) +* **membership:** the membership page is rebuilt on the island ([#1115](https://github.com/ESA-Blueshell/website/issues/1115)) ([711dfc6](https://github.com/ESA-Blueshell/website/commit/711dfc6bee5e7c9ca5d9972d4d75aad7a67c5821)) +* **partners:** show a partner the space, on the thing it is on ([#1136](https://github.com/ESA-Blueshell/website/issues/1136)) ([aa359d8](https://github.com/ESA-Blueshell/website/commit/aa359d8034a3bd3d4fcaa80cbc3a8ebda29b93b7)) +* **platform:** the site's images name a version, and Flagger promotes the pair ([#1316](https://github.com/ESA-Blueshell/website/issues/1316)) ([fe4d58f](https://github.com/ESA-Blueshell/website/commit/fe4d58f4c84ec2852fcffd37d236e2edca8a69d2)) +* **roles:** an admin changes what a person may reach, and the change leaves a record ([#1268](https://github.com/ESA-Blueshell/website/issues/1268)) ([3ca6075](https://github.com/ESA-Blueshell/website/commit/3ca6075d02f64949a7fb71f0ab27289e04f6dcde)) +* **users:** the committee picker asks the api for the name typed ([#1146](https://github.com/ESA-Blueshell/website/issues/1146)) ([c3ef905](https://github.com/ESA-Blueshell/website/commit/c3ef905c9a1fdc24590836972be4fc9bce4a923b)), closes [#1139](https://github.com/ESA-Blueshell/website/issues/1139) + + +### Bug Fixes + +* **api:** a request that names a page or a size gets one ([#1156](https://github.com/ESA-Blueshell/website/issues/1156)) ([38c2a4b](https://github.com/ESA-Blueshell/website/commit/38c2a4ba58383618054b745aa0803d6455b3c70b)), closes [#1145](https://github.com/ESA-Blueshell/website/issues/1145) +* **api:** the element constraints on bulk ids are actually emitted ([#1131](https://github.com/ESA-Blueshell/website/issues/1131)) ([e037698](https://github.com/ESA-Blueshell/website/commit/e0376982e349231974c9d961fa62aaa319640752)) +* **association:** a figure counted as none comes off the band ([#1182](https://github.com/ESA-Blueshell/website/issues/1182)) ([3045a3c](https://github.com/ESA-Blueshell/website/commit/3045a3c64bc9e233970c30bf6bcf1310d8fa108f)) +* **auth:** a sign-in lasts as long as the session behind it ([#1242](https://github.com/ESA-Blueshell/website/issues/1242)) ([22759c4](https://github.com/ESA-Blueshell/website/commit/22759c4879fbe4bbe698cc7a058e88551512d7b6)) +* **boards:** the photograph's promised width is measured from the picture ([#1209](https://github.com/ESA-Blueshell/website/issues/1209)) ([612ece9](https://github.com/ESA-Blueshell/website/commit/612ece95dfdfd5aebc81ed8ad63a6fb22e9f1b42)) +* **committees:** the manager hears the event the form sends ([#1215](https://github.com/ESA-Blueshell/website/issues/1215)) ([3ef08ec](https://github.com/ESA-Blueshell/website/commit/3ef08ecf470137f266ca5b744a713a421e3ee670)) +* **esports:** a refused game entry says why it was refused ([#1152](https://github.com/ESA-Blueshell/website/issues/1152)) ([24c4a8f](https://github.com/ESA-Blueshell/website/commit/24c4a8f3cd6e92e58a803baa3202ec7aad437ecc)) +* **esports:** a saved season comes back carrying the season ([#1122](https://github.com/ESA-Blueshell/website/issues/1122)) ([d86039c](https://github.com/ESA-Blueshell/website/commit/d86039c194addd1b6d32b86f257af57df26cde02)) +* **esports:** a season id in the url is a whole number ([#1121](https://github.com/ESA-Blueshell/website/issues/1121)) ([e73a303](https://github.com/ESA-Blueshell/website/commit/e73a3038a95624973ff646f4c495af69ad47055b)) +* **esports:** the seed says what members remember ([#1069](https://github.com/ESA-Blueshell/website/issues/1069)) ([fd57c4f](https://github.com/ESA-Blueshell/website/commit/fd57c4fd8a9a8ae41b65c1d606860025e45bd252)) +* **files:** every kind says what it admits, and an empty list refuses rather than admits ([#1279](https://github.com/ESA-Blueshell/website/issues/1279)) ([1eaa396](https://github.com/ESA-Blueshell/website/commit/1eaa396c8c3900f9825fc9f1b8f4c3de9962886b)) +* **frontend:** a committee saves whatever the user list says ([#1138](https://github.com/ESA-Blueshell/website/issues/1138)) ([ec07271](https://github.com/ESA-Blueshell/website/commit/ec072717e30f41553305dc606ab7fa3d91e510c2)) +* **frontend:** a committee saves when its member is off the first page ([#1100](https://github.com/ESA-Blueshell/website/issues/1100)) ([dfeffc8](https://github.com/ESA-Blueshell/website/commit/dfeffc8eb40c8e80d26b0d07a51eab6b4cdbc015)), closes [#1099](https://github.com/ESA-Blueshell/website/issues/1099) +* **frontend:** a failed account read is not a list with nobody on it ([#1119](https://github.com/ESA-Blueshell/website/issues/1119)) ([5df19a8](https://github.com/ESA-Blueshell/website/commit/5df19a8ae2a841398b0a87c72b2472e0cf472dd6)) +* **frontend:** a heading that names its own size keeps it ([#1175](https://github.com/ESA-Blueshell/website/issues/1175)) ([9276b3a](https://github.com/ESA-Blueshell/website/commit/9276b3a063d9ac9fd89fadf2038e9beb2c34e505)) +* **frontend:** the job catalogue names every job the api registers ([#1124](https://github.com/ESA-Blueshell/website/issues/1124)) ([71422ef](https://github.com/ESA-Blueshell/website/commit/71422efa486e3838c6e676eef380816f3ab5535f)) +* **frontend:** the reduced-motion preference reaches the page ([#1151](https://github.com/ESA-Blueshell/website/issues/1151)) ([acd8b44](https://github.com/ESA-Blueshell/website/commit/acd8b44579d11999cc046ba41ed98daa2e68252c)) +* **frontend:** the user table header stays at its edge ([#1065](https://github.com/ESA-Blueshell/website/issues/1065)) ([ab82434](https://github.com/ESA-Blueshell/website/commit/ab82434b63b385a3d860982dbd4e0e690776d1dc)) +* **island:** every milestone opens as the reader goes past it ([#1155](https://github.com/ESA-Blueshell/website/issues/1155)) ([b81bb10](https://github.com/ESA-Blueshell/website/commit/b81bb105f3757f8b04283bf1b791e4d02a5e4f63)) +* **island:** the history is as wide as the words want, and stays written ([#1168](https://github.com/ESA-Blueshell/website/issues/1168)) ([cd52042](https://github.com/ESA-Blueshell/website/commit/cd5204244ed35061fed0b63077cb196da706761d)) +* **island:** the history is shorter again ([#1201](https://github.com/ESA-Blueshell/website/issues/1201)) ([a62f128](https://github.com/ESA-Blueshell/website/commit/a62f128e0853daf8072c43920981c1e7c598e165)) +* **island:** the pinned band's ground is pinned with its ink ([#1214](https://github.com/ESA-Blueshell/website/issues/1214)) ([63b45f5](https://github.com/ESA-Blueshell/website/commit/63b45f5473f310679424101ee5b8110f8f40fec6)), closes [#984](https://github.com/ESA-Blueshell/website/issues/984) +* **partners:** the sponsor pack's own artwork, and the arrows point at it ([#1205](https://github.com/ESA-Blueshell/website/issues/1205)) ([aaad433](https://github.com/ESA-Blueshell/website/commit/aaad433c610a25a5b68fc54d22549876c5da8ace)) +* **platform:** every chart names the version it runs ([#1246](https://github.com/ESA-Blueshell/website/issues/1246)) ([8812b42](https://github.com/ESA-Blueshell/website/commit/8812b428e4f761a633c90f93d92d141cc06940d8)) +* **platform:** external-dns names the policy it already enforces ([#1248](https://github.com/ESA-Blueshell/website/issues/1248)) ([fa7598f](https://github.com/ESA-Blueshell/website/commit/fa7598fc43c22421de70b8a264a46a16cee8076b)) +* **platform:** the injector retires its old pod without asking for Recreate ([#1270](https://github.com/ESA-Blueshell/website/issues/1270)) ([e7a245c](https://github.com/ESA-Blueshell/website/commit/e7a245cf9b4028977ba02502d256c701fd7352fc)) +* **platform:** the old pod goes first, on the key the chart reads ([#1250](https://github.com/ESA-Blueshell/website/issues/1250)) ([45c0edf](https://github.com/ESA-Blueshell/website/commit/45c0edf34bbbc55e224aebb0f9eb0f556eea4ac0)) +* **system-tests:** a failure log times the test it belongs to ([#1144](https://github.com/ESA-Blueshell/website/issues/1144)) ([8e7309e](https://github.com/ESA-Blueshell/website/commit/8e7309ed50810632dd757b873f4eaefda29790eb)) +* **system-tests:** the member picker is given time to answer ([#1154](https://github.com/ESA-Blueshell/website/issues/1154)) ([9f59629](https://github.com/ESA-Blueshell/website/commit/9f59629f8f76a54b1bb77de3596c4f824d7b6354)) +* **tests:** load the module before the clock starts ([#1147](https://github.com/ESA-Blueshell/website/issues/1147)) ([500ff9e](https://github.com/ESA-Blueshell/website/commit/500ff9ebc53a8da08145d554e5721d7bba649ed2)) +* **tests:** say enableAutoUnmount once, and give all three pages one events band ([#1128](https://github.com/ESA-Blueshell/website/issues/1128)) ([1059671](https://github.com/ESA-Blueshell/website/commit/1059671d98a0191f45dc93821e61f6d17854fef9)) + + +### Refactoring + +* **api:** a read maps its entity to its response once ([#1185](https://github.com/ESA-Blueshell/website/issues/1185)) ([c671ab5](https://github.com/ESA-Blueshell/website/commit/c671ab559670d452a18c113ab46e308fbaf296e9)) +* **auth:** the login cookie keeps who the reader is, and nothing else ([#1252](https://github.com/ESA-Blueshell/website/issues/1252)) ([98bcb83](https://github.com/ESA-Blueshell/website/commit/98bcb83f527ceeb4b1fbf42c554e548a03495d3f)) +* **auth:** the login page asks whether the reader signed in ([#1245](https://github.com/ESA-Blueshell/website/issues/1245)) ([eaeaca7](https://github.com/ESA-Blueshell/website/commit/eaeaca7fdc6b36d68e8a4472acbea57caf98aad1)) +* **boards:** the asset file names go ([#1218](https://github.com/ESA-Blueshell/website/issues/1218)) ([d2efc1c](https://github.com/ESA-Blueshell/website/commit/d2efc1c2878a1f7c6662f30ffebf3b1172667533)) +* **cohort:** a cohort job is a line, not a file ([#1191](https://github.com/ESA-Blueshell/website/issues/1191)) ([1db1716](https://github.com/ESA-Blueshell/website/commit/1db1716c713430d00d66a9cf7b1b3595783b8fc4)) +* **cohort:** one port over the list, with the vendor behind contact ([#1172](https://github.com/ESA-Blueshell/website/issues/1172)) ([01546d5](https://github.com/ESA-Blueshell/website/commit/01546d565eebc64e1f660ee05483c62dbdf185e3)) +* **cohorts:** the cohort pages read a domain record, not a response ([#1199](https://github.com/ESA-Blueshell/website/issues/1199)) ([f5fbe0d](https://github.com/ESA-Blueshell/website/commit/f5fbe0d756e8d828bd6905c4cec61ac356bae9e7)) +* **contact:** the module keeps only what something reads ([#1178](https://github.com/ESA-Blueshell/website/issues/1178)) ([4b32c5a](https://github.com/ESA-Blueshell/website/commit/4b32c5a6f9cbe02734aa4b5fd6861211e5d20a09)) +* **contribution:** one kind, one decision, and a preview that reads once ([#1193](https://github.com/ESA-Blueshell/website/issues/1193)) ([ecd7aad](https://github.com/ESA-Blueshell/website/commit/ecd7aad885e26a2905495cd222d171e032f1c8ad)) +* **contribution:** the bulk dialogs reach the api through a domain ([#1160](https://github.com/ESA-Blueshell/website/issues/1160)) ([9d9d385](https://github.com/ESA-Blueshell/website/commit/9d9d38546ae799ae78f1a6fd01f92c4f6e804618)), closes [#946](https://github.com/ESA-Blueshell/website/issues/946) +* **file:** a store behind the files, and the rules out from under it ([#1170](https://github.com/ESA-Blueshell/website/issues/1170)) ([2895463](https://github.com/ESA-Blueshell/website/commit/28954632d09f1ea696f5cfa23becd794a1471d89)) +* **frontend:** a domain behind each manager page ([#1188](https://github.com/ESA-Blueshell/website/issues/1188)) ([135c1ba](https://github.com/ESA-Blueshell/website/commit/135c1ba0aaacbb6e2f69209fad8266a7d57bbf8f)) +* **frontend:** a domain is entered through its door ([#1206](https://github.com/ESA-Blueshell/website/issues/1206)) ([225805d](https://github.com/ESA-Blueshell/website/commit/225805d8576497ba874484bb1c86e0f6a4f64509)) +* **frontend:** one reader for what a refusal says ([#1153](https://github.com/ESA-Blueshell/website/issues/1153)) ([0bf1f6f](https://github.com/ESA-Blueshell/website/commit/0bf1f6f3dac6485b7265a7ab64bf2ca5936943bc)) +* **frontend:** one rule has one definition ([#1123](https://github.com/ESA-Blueshell/website/issues/1123)) ([54b3725](https://github.com/ESA-Blueshell/website/commit/54b372548e3b37c54a4265d8e7fa76fe3447da15)) +* **frontend:** the navigation guard returns its answer ([#1200](https://github.com/ESA-Blueshell/website/issues/1200)) ([4a9b0d6](https://github.com/ESA-Blueshell/website/commit/4a9b0d69f0a5cb026f9c1d9799b10fa95aa9fe82)) +* **island:** one header band, and the site bar leaves the app shell ([#1103](https://github.com/ESA-Blueshell/website/issues/1103)) ([dbef38a](https://github.com/ESA-Blueshell/website/commit/dbef38a11c4201430185543960ca0d7f67a23653)), closes [#1074](https://github.com/ESA-Blueshell/website/issues/1074) +* **jobs:** queueing a job crosses one seam ([#1179](https://github.com/ESA-Blueshell/website/issues/1179)) ([363c1f3](https://github.com/ESA-Blueshell/website/commit/363c1f3255318920ea501353e9fa4a9f7a95e0e8)) +* **login:** the login and activation pages ask a domain ([#1253](https://github.com/ESA-Blueshell/website/issues/1253)) ([c4aa290](https://github.com/ESA-Blueshell/website/commit/c4aa2903ab4496eaed530221a4eee4b4d3be9fac)) +* **management:** the manager pages ask a domain ([#1210](https://github.com/ESA-Blueshell/website/issues/1210)) ([a26a658](https://github.com/ESA-Blueshell/website/commit/a26a658bbc4146fcf952cafa24bb31bcf3d92028)) +* **seed:** the boards and the esports history load on start, not in a migration ([#1328](https://github.com/ESA-Blueshell/website/issues/1328)) ([3b7803c](https://github.com/ESA-Blueshell/website/commit/3b7803c8e4d03d9074bf34fb592bd9c86ae25b30)) +* **system-tests:** every shared acceptance step has one owner ([#1098](https://github.com/ESA-Blueshell/website/issues/1098)) ([3254561](https://github.com/ESA-Blueshell/website/commit/3254561ac7232fea17ddb16de8d0189d1b828cdc)) +* **system-tests:** recovery emails say what the person got ([#1117](https://github.com/ESA-Blueshell/website/issues/1117)) ([c7c3424](https://github.com/ESA-Blueshell/website/commit/c7c3424282da8f55b8f63be472c120785bc32a92)), closes [#966](https://github.com/ESA-Blueshell/website/issues/966) +* **system-tests:** the bulk feature says what was recorded ([#1114](https://github.com/ESA-Blueshell/website/issues/1114)) ([a24eb13](https://github.com/ESA-Blueshell/website/commit/a24eb132ea5c2c4ee962530aee70856a4b098ffe)), closes [#965](https://github.com/ESA-Blueshell/website/issues/965) + + +### Documentation + +* **adr:** ADR-001 says what is true about the domains ([#1315](https://github.com/ESA-Blueshell/website/issues/1315)) ([a499910](https://github.com/ESA-Blueshell/website/commit/a499910f3d938ba8d9854b580ff3e191f53e7393)) +* **adr:** ADR-017 keeps what the build cannot check ([#1197](https://github.com/ESA-Blueshell/website/issues/1197)) ([f0838c0](https://github.com/ESA-Blueshell/website/commit/f0838c01d61af983bcbb7ba152227c162f21876a)), closes [#907](https://github.com/ESA-Blueshell/website/issues/907) +* **adr:** the anti-corruption layers are the ones we have ([#1208](https://github.com/ESA-Blueshell/website/issues/1208)) ([aafa085](https://github.com/ESA-Blueshell/website/commit/aafa085618a3475bde691ba8ee8d630ec954b6aa)), closes [#1196](https://github.com/ESA-Blueshell/website/issues/1196) +* **ci:** the diagnostics say which test they belong to, and which they do not ([#1202](https://github.com/ESA-Blueshell/website/issues/1202)) ([4dbef91](https://github.com/ESA-Blueshell/website/commit/4dbef918040e2fe477a451bea4837dabded3e5c8)) + + +### Build and Dependencies + +* **deps-dev:** bump vitest and @vitest/coverage-istanbul from 4.1.11 to 5.0.0 in /services/frontend ([#1231](https://github.com/ESA-Blueshell/website/issues/1231)) ([325a016](https://github.com/ESA-Blueshell/website/commit/325a016f2c50384d4f2d3f872dfb985a83ce4846)) +* **deps:** bump @humanfs/node ([#1225](https://github.com/ESA-Blueshell/website/issues/1225)) ([2ab68a9](https://github.com/ESA-Blueshell/website/commit/2ab68a9902b432cad49ffa8c67706d0a47497f43)) +* **deps:** bump eclipse-temurin in /services/api ([#1227](https://github.com/ESA-Blueshell/website/issues/1227)) ([04290d3](https://github.com/ESA-Blueshell/website/commit/04290d32244a5c3c075d9db53616938c0ee1dd78)) +* **deps:** bump nginxinc/nginx-unprivileged in /services/frontend ([#1161](https://github.com/ESA-Blueshell/website/issues/1161)) ([83f39bb](https://github.com/ESA-Blueshell/website/commit/83f39bb62abd70324b1f5e789d6ce4ef1579e045)) +* **deps:** bump nginxinc/nginx-unprivileged in /services/frontend ([#1228](https://github.com/ESA-Blueshell/website/issues/1228)) ([a9f3ae9](https://github.com/ESA-Blueshell/website/commit/a9f3ae90fc3431b101d224845a9275d07d18835c)) +* **deps:** bump node ([#1226](https://github.com/ESA-Blueshell/website/issues/1226)) ([33aedb6](https://github.com/ESA-Blueshell/website/commit/33aedb6d2b2ae13bc7d0a42e97d13204afda3974)) +* **deps:** bump the actions group with 3 updates ([#1163](https://github.com/ESA-Blueshell/website/issues/1163)) ([b5bd9f4](https://github.com/ESA-Blueshell/website/commit/b5bd9f47c0c858b8e754056858affe331140b6c9)) +* **deps:** bump the frontend group ([#1164](https://github.com/ESA-Blueshell/website/issues/1164)) ([2407728](https://github.com/ESA-Blueshell/website/commit/2407728efad9f76f6dca18551d1f66f04643f4e0)) +* **deps:** bump the frontend group in /services/frontend with 13 updates ([#1230](https://github.com/ESA-Blueshell/website/issues/1230)) ([7f2d8aa](https://github.com/ESA-Blueshell/website/commit/7f2d8aa631129becfb07f2c3d2d4de8a66238975)) +* **deps:** bump the gradle group across 1 directory with 8 updates ([#1229](https://github.com/ESA-Blueshell/website/issues/1229)) ([ccda337](https://github.com/ESA-Blueshell/website/commit/ccda33783fd60da17e1d62950b19fc069197e968)) +* **deps:** bump the gradle group across 2 directories with 7 updates ([#1162](https://github.com/ESA-Blueshell/website/issues/1162)) ([85779eb](https://github.com/ESA-Blueshell/website/commit/85779eb239b38b44fcf478fc9ffd49bbed008226)) +* **deps:** one bot updates this repo, and it reaches the cluster too ([#1234](https://github.com/ESA-Blueshell/website/issues/1234)) ([fc4a68b](https://github.com/ESA-Blueshell/website/commit/fc4a68bb28f0080d0f0af3686f9c30c11a22aa88)) +* **deps:** vuetify 4.2.1, and the sass variable it drops ([#1236](https://github.com/ESA-Blueshell/website/issues/1236)) ([badcd18](https://github.com/ESA-Blueshell/website/commit/badcd187765f9a208f5213958a8fa92c23bebb91)) + + +### Styling + +* **kotlin:** ktlint runs, and the tree is formatted to it ([#1285](https://github.com/ESA-Blueshell/website/issues/1285)) ([40a5b26](https://github.com/ESA-Blueshell/website/commit/40a5b269d6698d07d9cac143e2cbda62c73597b6)) + ## [1.7.1](https://github.com/ESA-Blueshell/website/compare/v1.7.0...v1.7.1) (2026-09-04) diff --git a/services/api/build.gradle.kts b/services/api/build.gradle.kts index de9ff2ec3..9c1092a57 100644 --- a/services/api/build.gradle.kts +++ b/services/api/build.gradle.kts @@ -20,7 +20,7 @@ plugins { } group = "net.blueshell" -version = "1.7.1" // x-release-please-version +version = "1.8.0" // x-release-please-version description = "The API for the Blueshell Esports website" diff --git a/services/frontend/package.json b/services/frontend/package.json index f615efeda..7558ea1be 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -1,6 +1,6 @@ { "name": "blueshell-frontend", - "version": "1.7.1", + "version": "1.8.0", "private": true, "type": "module", "scripts": {