Skip to content

Commit

Permalink
v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RSamaium committed Jan 12, 2024
1 parent 2e6e06f commit cb34156
Show file tree
Hide file tree
Showing 67 changed files with 383 additions and 170 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* lag after action ([d057e17](https://github.com/RSamaium/RPG-JS/commit/d057e1736475e03a0553882a53b96a4d77e65acf))
* [#277](https://github.com/RSamaium/RPG-JS/issues/277) #community-256 ([924ec6d](https://github.com/RSamaium/RPG-JS/commit/924ec6d6636b51eeb46cb1509c7244f69a8adb49)), closes [#community-256](https://github.com/RSamaium/RPG-JS/issues/community-256)
* #community-261 ([8221085](https://github.com/RSamaium/RPG-JS/commit/8221085a962b1555aa20ba154b6790d4522da971)), closes [#community-261](https://github.com/RSamaium/RPG-JS/issues/community-261)
* simple-room exports ([9592d18](https://github.com/RSamaium/RPG-JS/commit/9592d186cdb7d66dba4fe7b49d31b2fc97686677))
* spritesheetDirectories warning ([4b34a15](https://github.com/RSamaium/RPG-JS/commit/4b34a15d60261501069100fb22aa0901b32a1d98))
* tiled parser throw error ([4adfaea](https://github.com/RSamaium/RPG-JS/commit/4adfaea557b386556b459d7f64b8a24a24116aa8))





# [4.2.0](https://github.com/RSamaium/RPG-JS/compare/v4.1.3...v4.2.0) (2023-12-09)


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.0"
"version": "4.2.1"
}
11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* #community-261 ([8221085](https://github.com/RSamaium/RPG-JS/commit/8221085a962b1555aa20ba154b6790d4522da971)), closes [#community-261](https://github.com/RSamaium/RPG-JS/issues/community-261)





# [4.2.0](https://github.com/RSamaium/RPG-JS/compare/v4.1.3...v4.2.0) (2023-12-09)


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.0",
"version": "4.2.1",
"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.0",
"@rpgjs/tiled": "^4.0.5",
"@rpgjs/common": "^4.2.1",
"@rpgjs/tiled": "^4.2.1",
"@rpgjs/types": "^4.0.5",
"@types/howler": "2.2.7",
"howler": "2.2.3",
Expand All @@ -47,7 +47,7 @@
"gitHead": "5abe6ca78be96524d74a052a230f2315c900ddee",
"devDependencies": {
"@babel/types": "^7.22.11",
"@rpgjs/compiler": "^4.2.0",
"@rpgjs/compiler": "^4.2.1",
"@types/css-font-loading-module": "^0.0.8",
"@types/node": "^18.16.0",
"@types/react": "^18.2.25",
Expand Down
11 changes: 11 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* lag after action ([d057e17](https://github.com/RSamaium/RPG-JS/commit/d057e1736475e03a0553882a53b96a4d77e65acf))





# [4.2.0](https://github.com/RSamaium/RPG-JS/compare/v4.1.3...v4.2.0) (2023-12-09)


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.0",
"version": "4.2.1",
"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.0.5",
"@rpgjs/tiled": "^4.2.1",
"@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.0",
"@rpgjs/compiler": "^4.2.1",
"typescript": "^5.0.4"
},
"type": "module"
Expand Down
12 changes: 12 additions & 0 deletions packages/compiler/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.2.1](https://github.com/RSamaium/RPG-JS/compare/v4.2.0...v4.2.1) (2024-01-12)


### Bug Fixes

* [#277](https://github.com/RSamaium/RPG-JS/issues/277) #community-256 ([924ec6d](https://github.com/RSamaium/RPG-JS/commit/924ec6d6636b51eeb46cb1509c7244f69a8adb49)), closes [#community-256](https://github.com/RSamaium/RPG-JS/issues/community-256)
* spritesheetDirectories warning ([4b34a15](https://github.com/RSamaium/RPG-JS/commit/4b34a15d60261501069100fb22aa0901b32a1d98))





# [4.2.0](https://github.com/RSamaium/RPG-JS/compare/v4.1.3...v4.2.0) (2023-12-09)

**Note:** Version bump only for package @rpgjs/compiler
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.0",
"version": "4.2.1",
"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.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





# [4.2.0](https://github.com/RSamaium/RPG-JS/compare/v4.1.3...v4.2.0) (2023-12-09)

**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.0",
"version": "4.2.1",
"description": "",
"main": "lib/index.js",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"gitHead": "5abe6ca78be96524d74a052a230f2315c900ddee",
"devDependencies": {
"@rpgjs/compiler": "^4.2.0",
"@rpgjs/compiler": "^4.2.1",
"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.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/agones





# [4.2.0](https://github.com/RSamaium/RPG-JS/compare/v4.1.3...v4.2.0) (2023-12-09)

**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.0",
"version": "4.2.1",
"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.0",
"@rpgjs/server": "^4.2.0",
"@rpgjs/client": "^4.2.1",
"@rpgjs/server": "^4.2.1",
"redis": "^4.6.7",
"rxjs": "^7.8.1"
},
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.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/chat





# [4.2.0](https://github.com/RSamaium/RPG-JS/compare/v4.1.3...v4.2.0) (2023-12-09)

**Note:** Version bump only for package @rpgjs/chat
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/chat/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/chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/chat",
"version": "4.2.0",
"version": "4.2.1",
"description": "",
"main": "index.ts",
"types": "index.d.ts",
Expand All @@ -11,8 +11,8 @@
"author": "Samuel Ronce",
"license": "MIT",
"dependencies": {
"@rpgjs/client": "^4.2.0",
"@rpgjs/server": "^4.2.0"
"@rpgjs/client": "^4.2.1",
"@rpgjs/server": "^4.2.1"
},
"gitHead": "5abe6ca78be96524d74a052a230f2315c900ddee"
}
8 changes: 8 additions & 0 deletions packages/plugins/default-gui/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.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/default-gui





# [4.2.0](https://github.com/RSamaium/RPG-JS/compare/v4.1.3...v4.2.0) (2023-12-09)

**Note:** Version bump only for package @rpgjs/default-gui
Expand Down
Loading

0 comments on commit cb34156

Please sign in to comment.