Skip to content

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
# [1.6.0](1.5.0...1.6.0) (2019-05-25)

### Bug Fixes

* **CoreFeed:** FIxes a layout issue with the core feed and tractor beam core. Closes [#2119](#2119) ([33ee6c8](33ee6c8))

### Features

* **Core Layouts:** Add the ability to export and import core layouts from the core. Closes [#2017](#2017) ([419038e](419038e))
* **Engines:** Max engine speed is now shown on the systems core. Closes [#2166](#2166) ([159b539](159b539))
* **Interfaces:** Add the ability to assign interfaces as cards to stations. Closes [#2162](#2162) ([c59a604](c59a604))
* **Interfaces:** Adds interfaces as an option for set configs. Closes [#2163](#2163) ([92ce479](92ce479))
* **Surveys:** Adds ability to export and import surveys. ([16fda93](16fda93))
* **Surveys:** Adds the ability to transmit survey data to Google Sheets. See the documentation page on https://thoriumsim.com/docs/forms_google_sheets for more information. ([772a0f0](772a0f0))
  • Loading branch information
semantic-release-bot committed May 25, 2019
1 parent 397ef2c commit 8383139
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.6.0](https://github.com/Thorium-Sim/thorium/compare/1.5.0...1.6.0) (2019-05-25)


### Bug Fixes

* **CoreFeed:** FIxes a layout issue with the core feed and tractor beam core. Closes [#2119](https://github.com/Thorium-Sim/thorium/issues/2119) ([33ee6c8](https://github.com/Thorium-Sim/thorium/commit/33ee6c8))


### Features

* **Core Layouts:** Add the ability to export and import core layouts from the core. Closes [#2017](https://github.com/Thorium-Sim/thorium/issues/2017) ([419038e](https://github.com/Thorium-Sim/thorium/commit/419038e))
* **Engines:** Max engine speed is now shown on the systems core. Closes [#2166](https://github.com/Thorium-Sim/thorium/issues/2166) ([159b539](https://github.com/Thorium-Sim/thorium/commit/159b539))
* **Interfaces:** Add the ability to assign interfaces as cards to stations. Closes [#2162](https://github.com/Thorium-Sim/thorium/issues/2162) ([c59a604](https://github.com/Thorium-Sim/thorium/commit/c59a604))
* **Interfaces:** Adds interfaces as an option for set configs. Closes [#2163](https://github.com/Thorium-Sim/thorium/issues/2163) ([92ce479](https://github.com/Thorium-Sim/thorium/commit/92ce479))
* **Surveys:** Adds ability to export and import surveys. ([16fda93](https://github.com/Thorium-Sim/thorium/commit/16fda93))
* **Surveys:** Adds the ability to transmit survey data to Google Sheets. See the documentation page on https://thoriumsim.com/docs/forms_google_sheets for more information. ([772a0f0](https://github.com/Thorium-Sim/thorium/commit/772a0f0))

# [1.5.0](https://github.com/Thorium-Sim/thorium/compare/1.4.2...1.5.0) (2019-05-24)


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.5.0",
"version": "1.6.0",
"description": "Starship Simulator Controls built with React",
"repository": {
"type": "git",
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thorium",
"version": "1.5.0",
"version": "1.6.0",
"description": "Starship Simulator Controls",
"private": true,
"repository": {
Expand Down Expand Up @@ -150,9 +150,7 @@
},
"eslintConfig": {
"extends": "react-app",
"plugins": [
"react-hooks"
],
"plugins": ["react-hooks"],
"rules": {
"jsx-a11y/href-no-hash": "off",
"react-hooks/rules-of-hooks": "error"
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.5.0",
"version": "1.6.0",
"description": "Starship Simulator Controls Server, built with GraphQL",
"private": true,
"repository": {
Expand Down

0 comments on commit 8383139

Please sign in to comment.