Skip to content

Commit

Permalink
chore(release): 2.4.2
Browse files Browse the repository at this point in the history
## [2.4.2](v2.4.1...2.4.2) (2020-02-04)

### Bug Fixes

* **Server:** Fixes an issue where the server crashes regularly. Closes [#2735](#2735) ([0d3a6e6](0d3a6e6))
  • Loading branch information
semantic-release-bot authored and Alex Anderson committed Feb 4, 2020
1 parent 867c8d4 commit 19db33f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.4.2](https://github.com/Thorium-Sim/thorium/compare/v2.4.1...2.4.2) (2020-02-04)

### Bug Fixes

- **Server:** Fixes an issue where the server crashes regularly. Closes
[#2735](https://github.com/Thorium-Sim/thorium/issues/2735)
([0d3a6e6](https://github.com/Thorium-Sim/thorium/commit/0d3a6e6d570374b46d3348a8953795452ef79aae))

## [2.4.1](https://github.com/Thorium-Sim/thorium/compare/v2.4.0...2.4.1) (2020-02-01)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thorium",
"version": "2.4.1",
"version": "2.4.2",
"description": "Starship Simulator Controls",
"private": true,
"repository": {
Expand Down Expand Up @@ -288,7 +288,7 @@
"acorn-loose": "^7.0.0",
"apollo-cache-hermes": "^0.8.9",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.13",
"apollo-link-context": "^1.0.19",
"apollo-link-error": "^1.1.12",
Expand Down
40 changes: 30 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4352,26 +4352,34 @@ apollo-cache-inmemory@^1.6.3:
ts-invariant "^0.4.0"
tslib "^1.9.3"

[email protected], apollo-cache@^1.0.0, apollo-cache@^1.3.2:
[email protected]:
version "1.3.4"
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.3.4.tgz#0c9f63c793e1cd6e34c450f7668e77aff58c9a42"
integrity sha512-7X5aGbqaOWYG+SSkCzJNHTz2ZKDcyRwtmvW4mGVLRqdQs+HxfXS4dUS2CcwrAj449se6tZ6NLUMnjko4KMt3KA==
dependencies:
apollo-utilities "^1.3.3"
tslib "^1.10.0"

apollo-cache@^1.0.0, apollo-cache@^1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.3.2.tgz#df4dce56240d6c95c613510d7e409f7214e6d26a"
integrity sha512-+KA685AV5ETEJfjZuviRTEImGA11uNBp/MJGnaCvkgr+BYRrGLruVKBv6WvyFod27WEB2sp7SsG8cNBKANhGLg==
dependencies:
apollo-utilities "^1.3.2"
tslib "^1.9.3"

apollo-client@^2.6.4:
version "2.6.4"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.6.4.tgz#872c32927263a0d34655c5ef8a8949fbb20b6140"
integrity sha512-oWOwEOxQ9neHHVZrQhHDbI6bIibp9SHgxaLRVPoGvOFy7OH5XUykZE7hBQAVxq99tQjBzgytaZffQkeWo1B4VQ==
apollo-client@^2.6.8:
version "2.6.8"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.6.8.tgz#01cebc18692abf90c6b3806414e081696b0fa537"
integrity sha512-0zvJtAcONiozpa5z5zgou83iEKkBaXhhSSXJebFHRXs100SecDojyUWKjwTtBPn9HbM6o5xrvC5mo9VQ5fgAjw==
dependencies:
"@types/zen-observable" "^0.8.0"
apollo-cache "1.3.2"
apollo-cache "1.3.4"
apollo-link "^1.0.0"
apollo-utilities "1.3.2"
apollo-utilities "1.3.3"
symbol-observable "^1.0.2"
ts-invariant "^0.4.0"
tslib "^1.9.3"
tslib "^1.10.0"
zen-observable "^0.8.0"

apollo-datasource@^0.6.0:
Expand Down Expand Up @@ -4629,7 +4637,17 @@ apollo-tracing@^0.8.8:
apollo-server-env "^2.4.3"
graphql-extensions "^0.10.7"

[email protected], apollo-utilities@^1.0.0, apollo-utilities@^1.0.1, apollo-utilities@^1.3.0, apollo-utilities@^1.3.2:
[email protected], apollo-utilities@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.3.tgz#f1854715a7be80cd810bc3ac95df085815c0787c"
integrity sha512-F14aX2R/fKNYMvhuP2t9GD9fggID7zp5I96MF5QeKYWDWTrkRdHRp4+SVfXUVN+cXOaB/IebfvRtzPf25CM0zw==
dependencies:
"@wry/equality" "^0.1.2"
fast-json-stable-stringify "^2.0.0"
ts-invariant "^0.4.0"
tslib "^1.10.0"

apollo-utilities@^1.0.0, apollo-utilities@^1.0.1, apollo-utilities@^1.3.0, apollo-utilities@^1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.2.tgz#8cbdcf8b012f664cd6cb5767f6130f5aed9115c9"
integrity sha512-JWNHj8XChz7S4OZghV6yc9FNnzEXj285QYp/nLNh943iObycI5GTDO3NGR9Dth12LRrSFMeDOConPfPln+WGfg==
Expand Down Expand Up @@ -11504,6 +11522,7 @@ html-minifier-terser@^5.0.1:
clean-css "^4.2.1"
commander "^4.0.0"
he "^1.2.0"
param-case "^2.1.1"
relateurl "^0.2.7"
terser "^4.3.9"

Expand All @@ -11516,6 +11535,7 @@ html-minifier@^3.5.20:
clean-css "4.2.x"
commander "2.17.x"
he "1.2.x"
param-case "2.1.x"
relateurl "0.2.x"
uglify-js "3.4.x"

Expand Down Expand Up @@ -22125,7 +22145,7 @@ [email protected], upper-case@^2.0.1:
dependencies:
tslib "^1.10.0"

upper-case@^1.0.3, upper-case@^1.1.1:
upper-case@^1.1.1:
version "1.1.3"
resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598"
integrity sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=
Expand Down

0 comments on commit 19db33f

Please sign in to comment.