From d5c56f30be686498318a7fa974340967fc23f6a2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Jul 2019 13:56:04 +0000 Subject: [PATCH] chore(release): 1.17.4 ## [1.17.4](https://github.com/Thorium-Sim/thorium/compare/1.17.3...1.17.4) (2019-07-17) ### Bug Fixes * **Damage Reports:** Fixes an issue with configuring legacy Damage Reports where the damage team type cannot be selected. Closes [#2448](https://github.com/Thorium-Sim/thorium/issues/2448) ([2ca5c7d](https://github.com/Thorium-Sim/thorium/commit/2ca5c7d)) * **Damage Reports:** Fixes the internal call Legacy Damage Report configuration. Closes [#2447](https://github.com/Thorium-Sim/thorium/issues/2447) ([f74c536](https://github.com/Thorium-Sim/thorium/commit/f74c536)) * **Damage Reports:** Legacy damage reports no longer assign damage teams that don't have crew. Closes [#2418](https://github.com/Thorium-Sim/thorium/issues/2418) ([1f87ca1](https://github.com/Thorium-Sim/thorium/commit/1f87ca1)) * **Sets:** When removing stations, all sets also remove the station. Closes [#2449](https://github.com/Thorium-Sim/thorium/issues/2449) ([a09ac2b](https://github.com/Thorium-Sim/thorium/commit/a09ac2b)) --- CHANGELOG.md | 10 ++++++++++ client/package.json | 2 +- package.json | 2 +- server/package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a425040b..833b707fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.17.4](https://github.com/Thorium-Sim/thorium/compare/1.17.3...1.17.4) (2019-07-17) + + +### Bug Fixes + +* **Damage Reports:** Fixes an issue with configuring legacy Damage Reports where the damage team type cannot be selected. Closes [#2448](https://github.com/Thorium-Sim/thorium/issues/2448) ([2ca5c7d](https://github.com/Thorium-Sim/thorium/commit/2ca5c7d)) +* **Damage Reports:** Fixes the internal call Legacy Damage Report configuration. Closes [#2447](https://github.com/Thorium-Sim/thorium/issues/2447) ([f74c536](https://github.com/Thorium-Sim/thorium/commit/f74c536)) +* **Damage Reports:** Legacy damage reports no longer assign damage teams that don't have crew. Closes [#2418](https://github.com/Thorium-Sim/thorium/issues/2418) ([1f87ca1](https://github.com/Thorium-Sim/thorium/commit/1f87ca1)) +* **Sets:** When removing stations, all sets also remove the station. Closes [#2449](https://github.com/Thorium-Sim/thorium/issues/2449) ([a09ac2b](https://github.com/Thorium-Sim/thorium/commit/a09ac2b)) + ## [1.17.3](https://github.com/Thorium-Sim/thorium/compare/1.17.2...1.17.3) (2019-07-15) diff --git a/client/package.json b/client/package.json index 800e66362..0db4e53fe 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "thorium-client", - "version": "1.17.3", + "version": "1.17.4", "description": "Starship Simulator Controls built with React", "repository": { "type": "git", diff --git a/package.json b/package.json index 3ace9eba9..a36251d2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thorium", - "version": "1.17.3", + "version": "1.17.4", "description": "Starship Simulator Controls", "private": true, "repository": { diff --git a/server/package.json b/server/package.json index 59bee1959..931a856fe 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "thorium-server", - "version": "1.17.3", + "version": "1.17.4", "description": "Starship Simulator Controls Server, built with GraphQL", "private": true, "repository": {