From 452b1bf21898d2a3faf36b5154ffcea0de717273 Mon Sep 17 00:00:00 2001 From: Cameron Welter Date: Thu, 28 Jan 2021 19:56:17 +0000 Subject: [PATCH] v2.12.7 --- CHANGELOG.md | 32 +++++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb710845..bf83c77e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,33 @@ For detailed rules of this file, see [Changelog Rules](#changelog-rules) ## [Unreleased][] +### ✨ Added +* Added closing button to RescueDetailsContent so rats and dispatch can close the details on the last case of the board once it has been cleared. Thanks @Master-Guy! - [#303][] + + +### ⚡ Changed +* + + +### 🐛 Fixed +* + + +### ⚙ Tasks +* + +[#303]: https://github.com/fuelRats/fuelrats.com/pull/303 +[Unreleased]: https://github.com/FuelRats/fuelrats.com/compare/v2.12.6...HEAD + + + + + +## [2.12.7][] - 2021-01-28 + ### ✨ Added * Create developer panel on profile so devs can control their clients. - [#302][] * This is a very early working version. The asethetics can come later 😅. -* Added closing button to RescueDetailsContent so rats and dispatch can close the details on the last case of the board once it has been cleared. Thanks @Master-Guy! - [#303][] ### ⚡ Changed @@ -31,13 +54,13 @@ For detailed rules of this file, see [Changelog Rules](#changelog-rules) * Upgrade to Yarn 2 (but not PnP, that comes later when the bugs are solved). * Add @Master-Guy as a contributor! 🥳 - [#304][] + [#302]: https://github.com/fuelRats/fuelrats.com/pull/302 -[#303]: https://github.com/fuelRats/fuelrats.com/pull/303 [#304]: https://github.com/fuelRats/fuelrats.com/pull/304 [#305]: https://github.com/fuelRats/fuelrats.com/pull/305 [#306]: https://github.com/fuelRats/fuelrats.com/pull/306 [#307]: https://github.com/fuelRats/fuelrats.com/pull/307 -[Unreleased]: https://github.com/FuelRats/fuelrats.com/compare/v2.12.6...HEAD +[2.12.7]: https://github.com/FuelRats/fuelrats.com/compare/v2.12.6...v2.12.7 @@ -48,12 +71,15 @@ For detailed rules of this file, see [Changelog Rules](#changelog-rules) ### ✨ Added * Added a message to the verification page which appears when a user attempts to verify a e-mail twice. - [#297][] + ### 🐛 Fixed * Change cases sorting to "last created first" on initial dispatch board load. Thanks @diraven! - [#298][] + ### ⚙ Tasks * Add @diraven as a contributor! 🎊 - [#299][] + [#297]: https://github.com/fuelrats/fuelrats.com/pull/297 [#298]: https://github.com/fuelRats/fuelrats.com/pull/298 [#299]: https://github.com/fuelRats/fuelrats.com/pull/299] diff --git a/package.json b/package.json index 9ec8a157..867fde3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fuelrats.com", - "version": "2.12.6", + "version": "2.12.7", "description": "The primary website of The Fuel Rats!", "main": "dist/server.js", "license": "BSD-3-Clause",