Skip to content

Commit

Permalink
chore(release): 1.17.4
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jul 17, 2019
1 parent fba89c7 commit d5c56f3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thorium",
"version": "1.17.3",
"version": "1.17.4",
"description": "Starship Simulator Controls",
"private": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d5c56f3

Please sign in to comment.