Skip to content

Commit 683a26e

Browse files
Bump to 0.15.0
1 parent 42296e9 commit 683a26e

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## 0.15.0
6+
7+
- Migrate Colyseus to 0.14.0.
8+
- Replace browser crosshair with a friendlier one.
9+
- Add first sound effects for explosions.
10+
511
## 0.14.0
612

713
- Big refactoring of the project to remove dependencies from the React (+HUD) and the Game itself.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tosios",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@tosios/client",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"private": true,
55
"dependencies": {
66
"@reach/router": "^1.2.1",
7-
"@tosios/common": "0.14.0",
7+
"@tosios/common": "0.15.0",
88
"colyseus.js": "^0.14.0",
99
"howler": "^2.2.1",
1010
"pixi-particles": "^4.2.0",

packages/client/src/components/GitHub.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function GitHub(): React.ReactElement {
1616
<View flex center style={GITHUB}>
1717
<GitHubIcon />
1818
<Inline size="xxs" />
19-
<Text>GitHub (v0.14.0)</Text>
19+
<Text>GitHub (v0.15.0)</Text>
2020
</View>
2121
</a>
2222
);

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tosios/common",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"private": true,
55
"main": "build/index.js",
66
"typings": "build/index.d.ts",

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@tosios/server",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"private": true,
55
"main": "./build/index.js",
66
"dependencies": {
77
"@colyseus/monitor": "^0.14.0",
88
"@colyseus/schema": "^1.0.3",
9-
"@tosios/common": "0.14.0",
9+
"@tosios/common": "0.15.0",
1010
"colyseus": "^0.14.2",
1111
"compression": "^1.7.4",
1212
"cors": "^2.8.5",

0 commit comments

Comments
 (0)