File tree Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
11
## 0.14.0
6
12
7
13
- Big refactoring of the project to remove dependencies from the React (+HUD) and the Game itself.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tosios" ,
3
- "version" : " 0.14 .0" ,
3
+ "version" : " 0.15 .0" ,
4
4
"private" : true ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tosios/client" ,
3
- "version" : " 0.14 .0" ,
3
+ "version" : " 0.15 .0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@reach/router" : " ^1.2.1" ,
7
- "@tosios/common" : " 0.14 .0" ,
7
+ "@tosios/common" : " 0.15 .0" ,
8
8
"colyseus.js" : " ^0.14.0" ,
9
9
"howler" : " ^2.2.1" ,
10
10
"pixi-particles" : " ^4.2.0" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export function GitHub(): React.ReactElement {
16
16
< View flex center style = { GITHUB } >
17
17
< GitHubIcon />
18
18
< Inline size = "xxs" />
19
- < Text > GitHub (v0.14 .0)</ Text >
19
+ < Text > GitHub (v0.15 .0)</ Text >
20
20
</ View >
21
21
</ a >
22
22
) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tosios/common" ,
3
- "version" : " 0.14 .0" ,
3
+ "version" : " 0.15 .0" ,
4
4
"private" : true ,
5
5
"main" : " build/index.js" ,
6
6
"typings" : " build/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tosios/server" ,
3
- "version" : " 0.14 .0" ,
3
+ "version" : " 0.15 .0" ,
4
4
"private" : true ,
5
5
"main" : " ./build/index.js" ,
6
6
"dependencies" : {
7
7
"@colyseus/monitor" : " ^0.14.0" ,
8
8
"@colyseus/schema" : " ^1.0.3" ,
9
- "@tosios/common" : " 0.14 .0" ,
9
+ "@tosios/common" : " 0.15 .0" ,
10
10
"colyseus" : " ^0.14.2" ,
11
11
"compression" : " ^1.7.4" ,
12
12
"cors" : " ^2.8.5" ,
You can’t perform that action at this time.
0 commit comments