Skip to content

Commit d5c56f3

Browse files
chore(release): 1.17.4
## [1.17.4](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](#2448) ([2ca5c7d](2ca5c7d)) * **Damage Reports:** Fixes the internal call Legacy Damage Report configuration. Closes [#2447](#2447) ([f74c536](f74c536)) * **Damage Reports:** Legacy damage reports no longer assign damage teams that don't have crew. Closes [#2418](#2418) ([1f87ca1](1f87ca1)) * **Sets:** When removing stations, all sets also remove the station. Closes [#2449](#2449) ([a09ac2b](a09ac2b))
1 parent fba89c7 commit d5c56f3

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.17.4](https://github.com/Thorium-Sim/thorium/compare/1.17.3...1.17.4) (2019-07-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
* **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))
8+
* **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))
9+
* **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))
10+
111
## [1.17.3](https://github.com/Thorium-Sim/thorium/compare/1.17.2...1.17.3) (2019-07-15)
212

313

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thorium-client",
3-
"version": "1.17.3",
3+
"version": "1.17.4",
44
"description": "Starship Simulator Controls built with React",
55
"repository": {
66
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thorium",
3-
"version": "1.17.3",
3+
"version": "1.17.4",
44
"description": "Starship Simulator Controls",
55
"private": true,
66
"repository": {

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thorium-server",
3-
"version": "1.17.3",
3+
"version": "1.17.4",
44
"description": "Starship Simulator Controls Server, built with GraphQL",
55
"private": true,
66
"repository": {

0 commit comments

Comments
 (0)