Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RSamaium committed Jan 29, 2024
1 parent 50eb39b commit 4794b65
Show file tree
Hide file tree
Showing 76 changed files with 456 additions and 194 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/RSamaium/RPG-JS/compare/v4.2.2...v4.3.0) (2024-01-29)


### Bug Fixes

* build spec ([65d48c0](https://github.com/RSamaium/RPG-JS/commit/65d48c04f8bdf53759205147ec80e00c96ed5fd9))
* server url env ([e6a1237](https://github.com/RSamaium/RPG-JS/commit/e6a1237e360f7a25e2e8194127473e8a74d0b0ab))
* unit tests compiler ([1292365](https://github.com/RSamaium/RPG-JS/commit/129236510198a08dbf376977068939b47d1ae350))
* unit tests compiler ([6277f1b](https://github.com/RSamaium/RPG-JS/commit/6277f1b6f201c1f06b5058a3c985e41952520b55))
* wallet address ([4f95fa5](https://github.com/RSamaium/RPG-JS/commit/4f95fa551f2dcc1cce23cc14a8dbbef677d25353))


### Features

* loading the game in a React app ([437917a](https://github.com/RSamaium/RPG-JS/commit/437917ace5de1a88777d84c4b39a48e147f77de4))
* reat app integration ([1b9b5d8](https://github.com/RSamaium/RPG-JS/commit/1b9b5d8bb5dd02bcf4a68ccd5eee19c6fc00a4eb))





## [4.2.2](https://github.com/RSamaium/RPG-JS/compare/v4.2.1...v4.2.2) (2024-01-15)

**Note:** Version bump only for package rpgjs
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/plugins/agones/module",
"tests/*"
],
"version": "4.2.2"
"version": "4.3.0"
}
12 changes: 12 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/RSamaium/RPG-JS/compare/v4.2.2...v4.3.0) (2024-01-29)


### Features

* loading the game in a React app ([437917a](https://github.com/RSamaium/RPG-JS/commit/437917ace5de1a88777d84c4b39a48e147f77de4))
* reat app integration ([1b9b5d8](https://github.com/RSamaium/RPG-JS/commit/1b9b5d8bb5dd02bcf4a68ccd5eee19c6fc00a4eb))





## [4.2.2](https://github.com/RSamaium/RPG-JS/compare/v4.2.1...v4.2.2) (2024-01-15)

**Note:** Version bump only for package @rpgjs/client
Expand Down
10 changes: 5 additions & 5 deletions packages/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/client",
"version": "4.2.2",
"version": "4.3.0",
"description": "",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -29,8 +29,8 @@
"dependencies": {
"@nanostores/react": "^0.7.1",
"@pixi/tilemap": "^4.0.0",
"@rpgjs/common": "^4.2.1",
"@rpgjs/tiled": "^4.2.1",
"@rpgjs/common": "^4.3.0",
"@rpgjs/tiled": "^4.3.0",
"@rpgjs/types": "^4.0.5",
"@types/howler": "2.2.7",
"howler": "2.2.3",
Expand All @@ -46,7 +46,7 @@
"gitHead": "5abe6ca78be96524d74a052a230f2315c900ddee",
"devDependencies": {
"@babel/types": "^7.22.11",
"@rpgjs/compiler": "^4.2.1",
"@rpgjs/compiler": "^4.3.0",
"@types/css-font-loading-module": "^0.0.8",
"@types/node": "^18.16.0",
"@types/react": "^18.2.25",
Expand Down
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/RSamaium/RPG-JS/compare/v4.2.2...v4.3.0) (2024-01-29)

**Note:** Version bump only for package @rpgjs/common





## [4.2.1](https://github.com/RSamaium/RPG-JS/compare/v4.2.0...v4.2.1) (2024-01-12)


Expand Down
6 changes: 3 additions & 3 deletions packages/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/common",
"version": "4.2.1",
"version": "4.3.0",
"description": "",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"author": "Samuel Ronce",
"license": "MIT",
"dependencies": {
"@rpgjs/tiled": "^4.2.1",
"@rpgjs/tiled": "^4.3.0",
"@rpgjs/types": "^4.0.5",
"rbush": "^3.0.1",
"rxjs": "^7.8.0",
Expand All @@ -25,7 +25,7 @@
},
"gitHead": "5abe6ca78be96524d74a052a230f2315c900ddee",
"devDependencies": {
"@rpgjs/compiler": "^4.2.1",
"@rpgjs/compiler": "^4.3.0",
"typescript": "^5.0.4"
},
"type": "module"
Expand Down
20 changes: 20 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/RSamaium/RPG-JS/compare/v4.2.2...v4.3.0) (2024-01-29)


### Bug Fixes

* build spec ([65d48c0](https://github.com/RSamaium/RPG-JS/commit/65d48c04f8bdf53759205147ec80e00c96ed5fd9))
* server url env ([e6a1237](https://github.com/RSamaium/RPG-JS/commit/e6a1237e360f7a25e2e8194127473e8a74d0b0ab))
* unit tests compiler ([1292365](https://github.com/RSamaium/RPG-JS/commit/129236510198a08dbf376977068939b47d1ae350))
* unit tests compiler ([6277f1b](https://github.com/RSamaium/RPG-JS/commit/6277f1b6f201c1f06b5058a3c985e41952520b55))


### Features

* loading the game in a React app ([437917a](https://github.com/RSamaium/RPG-JS/commit/437917ace5de1a88777d84c4b39a48e147f77de4))
* reat app integration ([1b9b5d8](https://github.com/RSamaium/RPG-JS/commit/1b9b5d8bb5dd02bcf4a68ccd5eee19c6fc00a4eb))





## [4.2.1](https://github.com/RSamaium/RPG-JS/compare/v4.2.0...v4.2.1) (2024-01-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/compiler/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/compiler",
"version": "4.2.1",
"version": "4.3.0",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/database/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/RSamaium/RPG-JS/compare/v4.2.2...v4.3.0) (2024-01-29)

**Note:** Version bump only for package @rpgjs/database





## [4.2.1](https://github.com/RSamaium/RPG-JS/compare/v4.2.0...v4.2.1) (2024-01-12)

**Note:** Version bump only for package @rpgjs/database
Expand Down
6 changes: 3 additions & 3 deletions packages/database/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/database",
"version": "4.2.1",
"version": "4.3.0",
"description": "",
"main": "lib/index.js",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"gitHead": "5abe6ca78be96524d74a052a230f2315c900ddee",
"devDependencies": {
"@rpgjs/compiler": "^4.2.1",
"@rpgjs/compiler": "^4.3.0",
"typescript": "^5.0.2"
},
"type": "module"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/agones/module/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/RSamaium/RPG-JS/compare/v4.2.2...v4.3.0) (2024-01-29)

**Note:** Version bump only for package @rpgjs/agones





## [4.2.2](https://github.com/RSamaium/RPG-JS/compare/v4.2.1...v4.2.2) (2024-01-15)

**Note:** Version bump only for package @rpgjs/agones
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/agones/module/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/plugins/agones/module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/agones",
"version": "4.2.2",
"version": "4.3.0",
"description": "",
"main": "src/index.ts",
"scripts": {
Expand All @@ -14,8 +14,8 @@
"license": "MIT",
"dependencies": {
"@google-cloud/agones-sdk": "^1.33.0",
"@rpgjs/client": "^4.2.2",
"@rpgjs/server": "^4.2.2",
"@rpgjs/client": "^4.3.0",
"@rpgjs/server": "^4.3.0",
"redis": "^4.6.7",
"rxjs": "^7.8.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/RSamaium/RPG-JS/compare/v4.2.2...v4.3.0) (2024-01-29)

**Note:** Version bump only for package @rpgjs/auth
4 changes: 2 additions & 2 deletions packages/plugins/auth/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/plugins/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/auth",
"version": "1.0.0",
"version": "4.3.0",
"description": "",
"main": "src/index.ts",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"license": "MIT",
"type": "module",
"dependencies": {
"@rpgjs/server": "^4.2.2",
"@rpgjs/server": "^4.3.0",
"jsonwebtoken": "^9.0.2",
"siwe": "^2.1.4",
"zod": "^3.22.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/chat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/RSamaium/RPG-JS/compare/v4.2.2...v4.3.0) (2024-01-29)

**Note:** Version bump only for package @rpgjs/chat





## [4.2.2](https://github.com/RSamaium/RPG-JS/compare/v4.2.1...v4.2.2) (2024-01-15)

**Note:** Version bump only for package @rpgjs/chat
Expand Down
Loading

0 comments on commit 4794b65

Please sign in to comment.