Skip to content

Commit

Permalink
Bump to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halftheopposite committed Nov 17, 2020
1 parent 42296e9 commit 683a26e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## 0.15.0

- Migrate Colyseus to 0.14.0.
- Replace browser crosshair with a friendlier one.
- Add first sound effects for explosions.

## 0.14.0

- Big refactoring of the project to remove dependencies from the React (+HUD) and the Game itself.
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": "tosios",
"version": "0.14.0",
"version": "0.15.0",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@tosios/client",
"version": "0.14.0",
"version": "0.15.0",
"private": true,
"dependencies": {
"@reach/router": "^1.2.1",
"@tosios/common": "0.14.0",
"@tosios/common": "0.15.0",
"colyseus.js": "^0.14.0",
"howler": "^2.2.1",
"pixi-particles": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/components/GitHub.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function GitHub(): React.ReactElement {
<View flex center style={GITHUB}>
<GitHubIcon />
<Inline size="xxs" />
<Text>GitHub (v0.14.0)</Text>
<Text>GitHub (v0.15.0)</Text>
</View>
</a>
);
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tosios/common",
"version": "0.14.0",
"version": "0.15.0",
"private": true,
"main": "build/index.js",
"typings": "build/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@tosios/server",
"version": "0.14.0",
"version": "0.15.0",
"private": true,
"main": "./build/index.js",
"dependencies": {
"@colyseus/monitor": "^0.14.0",
"@colyseus/schema": "^1.0.3",
"@tosios/common": "0.14.0",
"@tosios/common": "0.15.0",
"colyseus": "^0.14.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
Expand Down

0 comments on commit 683a26e

Please sign in to comment.