diff --git a/.changeset/chilly-parents-take.md b/.changeset/chilly-parents-take.md deleted file mode 100644 index bcad2e63..00000000 --- a/.changeset/chilly-parents-take.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"fuelrats.com": minor ---- - -Reimplement rescue leaderboard in order to remove react-table@6 - -- This clears one of our last remaining blockers to upgrading React. diff --git a/.changeset/docker-support.md b/.changeset/docker-support.md deleted file mode 100644 index 3b2a5bb3..00000000 --- a/.changeset/docker-support.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuelrats.com": minor ---- - -Add Docker support with secrets management \ No newline at end of file diff --git a/.changeset/fancy-sides-know.md b/.changeset/fancy-sides-know.md deleted file mode 100644 index 1cb3ec6a..00000000 --- a/.changeset/fancy-sides-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuelrats.com": minor ---- - -Node 22 Compatibility diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a4875a..d0553efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # fuelrats.com Changelog +## 2.18.0 + +### Minor Changes + +- [#461](https://github.com/FuelRats/fuelrats.com/pull/461) [`a118f12`](https://github.com/FuelRats/fuelrats.com/commit/a118f12e6311bdc30853c9d6f0d094a00cd26d16) Thanks [@UncleClapton](https://github.com/UncleClapton)! - Reimplement rescue leaderboard in order to remove react-table@6 + + - This clears one of our last remaining blockers to upgrading React. + +- [#460](https://github.com/FuelRats/fuelrats.com/pull/460) [`29a268f`](https://github.com/FuelRats/fuelrats.com/commit/29a268f88dc994aefa648a1bc4c6848ee55a38a2) Thanks [@SuperManifolds](https://github.com/SuperManifolds)! - Add Docker support with secrets management + +- [#450](https://github.com/FuelRats/fuelrats.com/pull/450) [`ac464d6`](https://github.com/FuelRats/fuelrats.com/commit/ac464d6703f6ff735c846409bbb3274e51a28b35) Thanks [@UncleClapton](https://github.com/UncleClapton)! - Node 22 Compatibility + ## 2.17.1 ### Patch Changes diff --git a/package.json b/package.json index 3265d1af..ce631938 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fuelrats.com", - "version": "2.17.1", + "version": "2.18.0", "private": true, "description": "The primary website of The Fuel Rats!", "homepage": "https://fuelrats.com/",