Skip to content

Commit

Permalink
chore(release): 1.8.3
Browse files Browse the repository at this point in the history
## [1.8.3](1.8.2...1.8.3) (2019-06-03)

### Bug Fixes

* **Stability:** Refactors a lot of data fetching code to helpfully solve some memory leak issues on both the client and server. *Please get in touch on Discord or via email or the issue reporter if you run into any problems.* ([1bf0518](1bf0518))
  • Loading branch information
semantic-release-bot committed Jun 3, 2019
1 parent 1bf0518 commit e7784b5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.8.3](https://github.com/Thorium-Sim/thorium/compare/1.8.2...1.8.3) (2019-06-03)


### Bug Fixes

* **Stability:** Refactors a lot of data fetching code to helpfully solve some memory leak issues on both the client and server. *Please get in touch on Discord or via email or the issue reporter if you run into any problems.* ([1bf0518](https://github.com/Thorium-Sim/thorium/commit/1bf0518))

## [1.8.2](https://github.com/Thorium-Sim/thorium/compare/1.8.1...1.8.2) (2019-06-01)


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.8.2",
"version": "1.8.3",
"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.8.2",
"version": "1.8.3",
"description": "Starship Simulator Controls",
"private": true,
"repository": {
Expand Down Expand Up @@ -151,9 +151,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.8.2",
"version": "1.8.3",
"description": "Starship Simulator Controls Server, built with GraphQL",
"private": true,
"repository": {
Expand Down

0 comments on commit e7784b5

Please sign in to comment.