diff --git a/CHANGELOG.md b/CHANGELOG.md index 135218cd..3b2d4238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + + +### Bug Fixes + +* **doc:** react gui ([ecfcc4d](https://github.com/RSamaium/RPG-JS/commit/ecfcc4d0ad2ecf3a5ef6f55fd7526ab9cd4b102c)) +* **gui:** don't propagate events ([1439e0f](https://github.com/RSamaium/RPG-JS/commit/1439e0fa4718cbdc07cd2ceb8ff4067e116cef9b)) + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) diff --git a/lerna.json b/lerna.json index b45ed7b7..9f7ec8ab 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "packages/plugins/agones/module", "tests/*" ], - "version": "4.1.1" + "version": "4.1.2" } diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 9d8888d1..8bc7a6a0 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + + +### Bug Fixes + +* **gui:** don't propagate events ([1439e0f](https://github.com/RSamaium/RPG-JS/commit/1439e0fa4718cbdc07cd2ceb8ff4067e116cef9b)) + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) diff --git a/packages/client/package-lock.json b/packages/client/package-lock.json index baa4c06d..fb8c02d7 100644 --- a/packages/client/package-lock.json +++ b/packages/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rpgjs/client", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rpgjs/client", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "@nanostores/react": "^0.7.1", diff --git a/packages/client/package.json b/packages/client/package.json index 1223147e..96ed8e73 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/client", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/plugins/agones/module/CHANGELOG.md b/packages/plugins/agones/module/CHANGELOG.md index 9df4cbc3..c4828276 100644 --- a/packages/plugins/agones/module/CHANGELOG.md +++ b/packages/plugins/agones/module/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + +**Note:** Version bump only for package @rpgjs/agones + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) **Note:** Version bump only for package @rpgjs/agones diff --git a/packages/plugins/agones/module/package-lock.json b/packages/plugins/agones/module/package-lock.json index a38b4b35..b5ba52ef 100644 --- a/packages/plugins/agones/module/package-lock.json +++ b/packages/plugins/agones/module/package-lock.json @@ -1,17 +1,17 @@ { "name": "@rpgjs/agones", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rpgjs/agones", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "@google-cloud/agones-sdk": "^1.33.0", - "@rpgjs/client": "^4.1.1", - "@rpgjs/server": "^4.1.1", + "@rpgjs/client": "^4.1.2", + "@rpgjs/server": "^4.1.2", "redis": "^4.6.7", "rxjs": "^7.8.1" } diff --git a/packages/plugins/agones/module/package.json b/packages/plugins/agones/module/package.json index df56e013..aaf94e18 100644 --- a/packages/plugins/agones/module/package.json +++ b/packages/plugins/agones/module/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/agones", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "src/index.ts", "scripts": { @@ -14,8 +14,8 @@ "license": "MIT", "dependencies": { "@google-cloud/agones-sdk": "^1.33.0", - "@rpgjs/client": "^4.1.1", - "@rpgjs/server": "^4.1.1", + "@rpgjs/client": "^4.1.2", + "@rpgjs/server": "^4.1.2", "redis": "^4.6.7", "rxjs": "^7.8.1" }, diff --git a/packages/plugins/chat/CHANGELOG.md b/packages/plugins/chat/CHANGELOG.md index aa37748b..227ef580 100644 --- a/packages/plugins/chat/CHANGELOG.md +++ b/packages/plugins/chat/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + +**Note:** Version bump only for package @rpgjs/chat + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) **Note:** Version bump only for package @rpgjs/chat diff --git a/packages/plugins/chat/package-lock.json b/packages/plugins/chat/package-lock.json index 087be799..b7dc5833 100644 --- a/packages/plugins/chat/package-lock.json +++ b/packages/plugins/chat/package-lock.json @@ -1,15 +1,15 @@ { "name": "@rpgjs/chat", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rpgjs/chat", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { - "@rpgjs/client": "^4.1.1" + "@rpgjs/client": "^4.1.2" } }, "../../client": { diff --git a/packages/plugins/chat/package.json b/packages/plugins/chat/package.json index a7d870eb..03dd7842 100644 --- a/packages/plugins/chat/package.json +++ b/packages/plugins/chat/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/chat", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "index.ts", "types": "index.d.ts", @@ -11,8 +11,8 @@ "author": "Samuel Ronce", "license": "MIT", "dependencies": { - "@rpgjs/client": "^4.1.1", - "@rpgjs/server": "^4.1.1" + "@rpgjs/client": "^4.1.2", + "@rpgjs/server": "^4.1.2" }, "gitHead": "5abe6ca78be96524d74a052a230f2315c900ddee" } diff --git a/packages/plugins/default-gui/CHANGELOG.md b/packages/plugins/default-gui/CHANGELOG.md index 633e6a1d..e7d689ed 100644 --- a/packages/plugins/default-gui/CHANGELOG.md +++ b/packages/plugins/default-gui/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + +**Note:** Version bump only for package @rpgjs/default-gui + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) **Note:** Version bump only for package @rpgjs/default-gui diff --git a/packages/plugins/default-gui/package-lock.json b/packages/plugins/default-gui/package-lock.json index c0ec69fd..daa16fc1 100644 --- a/packages/plugins/default-gui/package-lock.json +++ b/packages/plugins/default-gui/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rpgjs/default-gui", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rpgjs/default-gui", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "rxjs": "^7.8.0", diff --git a/packages/plugins/default-gui/package.json b/packages/plugins/default-gui/package.json index 0eddf66b..2661b6fa 100644 --- a/packages/plugins/default-gui/package.json +++ b/packages/plugins/default-gui/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/default-gui", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "src/index.ts", "publishConfig": { @@ -13,7 +13,7 @@ "author": "Samuel Ronce", "license": "MIT", "dependencies": { - "@rpgjs/client": "^4.1.1", + "@rpgjs/client": "^4.1.2", "rxjs": "^7.8.0", "typescript": "^5.0.2", "vue": "^3.2.47" diff --git a/packages/plugins/emotion-bubbles/CHANGELOG.md b/packages/plugins/emotion-bubbles/CHANGELOG.md index 66d109a9..fc778cf1 100644 --- a/packages/plugins/emotion-bubbles/CHANGELOG.md +++ b/packages/plugins/emotion-bubbles/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + +**Note:** Version bump only for package @rpgjs/plugin-emotion-bubbles + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) **Note:** Version bump only for package @rpgjs/plugin-emotion-bubbles diff --git a/packages/plugins/emotion-bubbles/package-lock.json b/packages/plugins/emotion-bubbles/package-lock.json index c8c53c9b..c94718fd 100644 --- a/packages/plugins/emotion-bubbles/package-lock.json +++ b/packages/plugins/emotion-bubbles/package-lock.json @@ -1,15 +1,15 @@ { "name": "@rpgjs/plugin-emotion-bubbles", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rpgjs/plugin-emotion-bubbles", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { - "@rpgjs/client": "^4.1.1" + "@rpgjs/client": "^4.1.2" } }, "../../client": { diff --git a/packages/plugins/emotion-bubbles/package.json b/packages/plugins/emotion-bubbles/package.json index d283a1eb..d30caf9b 100644 --- a/packages/plugins/emotion-bubbles/package.json +++ b/packages/plugins/emotion-bubbles/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/plugin-emotion-bubbles", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "src/index.ts", "scripts": { @@ -14,8 +14,8 @@ "author": "Samuel Ronce", "license": "MIT", "dependencies": { - "@rpgjs/client": "^4.1.1", - "@rpgjs/server": "^4.1.1" + "@rpgjs/client": "^4.1.2", + "@rpgjs/server": "^4.1.2" }, "gitHead": "5abe6ca78be96524d74a052a230f2315c900ddee" } diff --git a/packages/plugins/fx/CHANGELOG.md b/packages/plugins/fx/CHANGELOG.md index 6bfcdf38..f6e1b5ec 100644 --- a/packages/plugins/fx/CHANGELOG.md +++ b/packages/plugins/fx/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + +**Note:** Version bump only for package @rpgjs/fx + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) **Note:** Version bump only for package @rpgjs/fx diff --git a/packages/plugins/fx/package-lock.json b/packages/plugins/fx/package-lock.json index 04ead626..91d2292c 100644 --- a/packages/plugins/fx/package-lock.json +++ b/packages/plugins/fx/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rpgjs/fx", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rpgjs/fx", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "jszip": "3.10.1", diff --git a/packages/plugins/fx/package.json b/packages/plugins/fx/package.json index 80be9696..528ae488 100644 --- a/packages/plugins/fx/package.json +++ b/packages/plugins/fx/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/fx", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "src/index.ts", "types": "index.d.ts", @@ -19,7 +19,7 @@ "author": "Samuel Ronce", "license": "MIT", "dependencies": { - "@rpgjs/client": "^4.1.1", + "@rpgjs/client": "^4.1.2", "jszip": "3.10.1", "revolt-fx": "1.1.1" }, diff --git a/packages/plugins/gamepad/CHANGELOG.md b/packages/plugins/gamepad/CHANGELOG.md index 1510dff8..6847ee97 100644 --- a/packages/plugins/gamepad/CHANGELOG.md +++ b/packages/plugins/gamepad/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + +**Note:** Version bump only for package @rpgjs/gamepad + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) **Note:** Version bump only for package @rpgjs/gamepad diff --git a/packages/plugins/gamepad/package-lock.json b/packages/plugins/gamepad/package-lock.json index 690b59c7..e45afdc6 100644 --- a/packages/plugins/gamepad/package-lock.json +++ b/packages/plugins/gamepad/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rpgjs/gamepad", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rpgjs/gamepad", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "joypad.js": "^2.3.3" diff --git a/packages/plugins/gamepad/package.json b/packages/plugins/gamepad/package.json index 3e11e750..03391bba 100644 --- a/packages/plugins/gamepad/package.json +++ b/packages/plugins/gamepad/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/gamepad", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "index.ts", "keywords": [], @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@rpgjs/client": "^4.1.1", + "@rpgjs/client": "^4.1.2", "joypad.js": "^2.3.3" }, "gitHead": "5abe6ca78be96524d74a052a230f2315c900ddee" diff --git a/packages/plugins/interpreter/CHANGELOG.md b/packages/plugins/interpreter/CHANGELOG.md index 89cef995..f4cbb8ed 100644 --- a/packages/plugins/interpreter/CHANGELOG.md +++ b/packages/plugins/interpreter/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + +**Note:** Version bump only for package @rpgjs/interpreter + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) **Note:** Version bump only for package @rpgjs/interpreter diff --git a/packages/plugins/interpreter/package-lock.json b/packages/plugins/interpreter/package-lock.json index 440b41c1..a972c6ec 100644 --- a/packages/plugins/interpreter/package-lock.json +++ b/packages/plugins/interpreter/package-lock.json @@ -1,15 +1,15 @@ { "name": "@rpgjs/interpreter", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rpgjs/interpreter", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { - "@rpgjs/server": "^4.1.1", + "@rpgjs/server": "^4.1.2", "rxjs": "^7.8.1", "zod": "^3.21.4" } diff --git a/packages/plugins/interpreter/package.json b/packages/plugins/interpreter/package.json index dcc313a2..fe010053 100644 --- a/packages/plugins/interpreter/package.json +++ b/packages/plugins/interpreter/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/interpreter", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "src/index.ts", "scripts": { @@ -17,7 +17,7 @@ "author": "Samuel Ronce", "license": "MIT", "dependencies": { - "@rpgjs/server": "^4.1.1", + "@rpgjs/server": "^4.1.2", "rxjs": "^7.8.1", "zod": "^3.21.4" }, diff --git a/packages/plugins/mobile-gui/CHANGELOG.md b/packages/plugins/mobile-gui/CHANGELOG.md index d5e854ec..ab08ff3a 100644 --- a/packages/plugins/mobile-gui/CHANGELOG.md +++ b/packages/plugins/mobile-gui/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + + +### Bug Fixes + +* **gui:** don't propagate events ([1439e0f](https://github.com/RSamaium/RPG-JS/commit/1439e0fa4718cbdc07cd2ceb8ff4067e116cef9b)) + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) **Note:** Version bump only for package @rpgjs/mobile-gui diff --git a/packages/plugins/mobile-gui/package-lock.json b/packages/plugins/mobile-gui/package-lock.json index d80fb587..fbf465fd 100644 --- a/packages/plugins/mobile-gui/package-lock.json +++ b/packages/plugins/mobile-gui/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rpgjs/mobile-gui", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rpgjs/mobile-gui", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "nipplejs": "^0.10.1", diff --git a/packages/plugins/mobile-gui/package.json b/packages/plugins/mobile-gui/package.json index 77b8b2c5..f23fa783 100644 --- a/packages/plugins/mobile-gui/package.json +++ b/packages/plugins/mobile-gui/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/mobile-gui", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "src/index.ts", "scripts": { @@ -16,7 +16,7 @@ "author": "Samuel Ronce", "license": "MIT", "dependencies": { - "@rpgjs/client": "^4.1.1", + "@rpgjs/client": "^4.1.2", "nipplejs": "^0.10.1", "vue": "^3.2.47" }, diff --git a/packages/plugins/save/CHANGELOG.md b/packages/plugins/save/CHANGELOG.md index 68d7272f..38096c7a 100644 --- a/packages/plugins/save/CHANGELOG.md +++ b/packages/plugins/save/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + +**Note:** Version bump only for package @rpgjs/save + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) **Note:** Version bump only for package @rpgjs/save diff --git a/packages/plugins/save/package-lock.json b/packages/plugins/save/package-lock.json index 913281a1..01cb92a8 100644 --- a/packages/plugins/save/package-lock.json +++ b/packages/plugins/save/package-lock.json @@ -1,15 +1,15 @@ { "name": "@rpgjs/save", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rpgjs/save", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { - "@rpgjs/client": "^4.1.1" + "@rpgjs/client": "^4.1.2" } }, "../../client": { diff --git a/packages/plugins/save/package.json b/packages/plugins/save/package.json index 3caa85ad..72abc727 100644 --- a/packages/plugins/save/package.json +++ b/packages/plugins/save/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/save", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "index.ts", "types": "index.d.ts", @@ -11,8 +11,8 @@ "author": "Samuel Ronce", "license": "MIT", "dependencies": { - "@rpgjs/client": "^4.1.1", - "@rpgjs/server": "^4.1.1" + "@rpgjs/client": "^4.1.2", + "@rpgjs/server": "^4.1.2" }, "gitHead": "5abe6ca78be96524d74a052a230f2315c900ddee" } diff --git a/packages/plugins/starter-kit/CHANGELOG.md b/packages/plugins/starter-kit/CHANGELOG.md index 98fe056e..9e3fb474 100644 --- a/packages/plugins/starter-kit/CHANGELOG.md +++ b/packages/plugins/starter-kit/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + +**Note:** Version bump only for package @rpgjs/starter-kit + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) **Note:** Version bump only for package @rpgjs/starter-kit diff --git a/packages/plugins/starter-kit/package-lock.json b/packages/plugins/starter-kit/package-lock.json index 6d0bee93..fec79aec 100644 --- a/packages/plugins/starter-kit/package-lock.json +++ b/packages/plugins/starter-kit/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rpgjs/starter-kit", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rpgjs/starter-kit", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "devDependencies": { "typescript": "^4.1.3" diff --git a/packages/plugins/starter-kit/package.json b/packages/plugins/starter-kit/package.json index 42ff4036..b5ebd233 100644 --- a/packages/plugins/starter-kit/package.json +++ b/packages/plugins/starter-kit/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/starter-kit", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "src/index.ts", "private": true, @@ -19,9 +19,9 @@ "typescript": "^4.1.3" }, "dependencies": { - "@rpgjs/client": "^4.1.1", + "@rpgjs/client": "^4.1.2", "@rpgjs/database": "^4.1.1", - "@rpgjs/server": "^4.1.1" + "@rpgjs/server": "^4.1.2" }, "gitHead": "11ef47d2e4c982de49aa6c155ab43bf4695d142e" } diff --git a/packages/plugins/title-screen/CHANGELOG.md b/packages/plugins/title-screen/CHANGELOG.md index 975122a9..171a170f 100644 --- a/packages/plugins/title-screen/CHANGELOG.md +++ b/packages/plugins/title-screen/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + +**Note:** Version bump only for package @rpgjs/title-screen + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) **Note:** Version bump only for package @rpgjs/title-screen diff --git a/packages/plugins/title-screen/package-lock.json b/packages/plugins/title-screen/package-lock.json index ac6ee98e..04a1614e 100644 --- a/packages/plugins/title-screen/package-lock.json +++ b/packages/plugins/title-screen/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rpgjs/title-screen", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rpgjs/title-screen", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "axios": "^1.4.0", diff --git a/packages/plugins/title-screen/package.json b/packages/plugins/title-screen/package.json index 95607ac4..687c5271 100644 --- a/packages/plugins/title-screen/package.json +++ b/packages/plugins/title-screen/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/title-screen", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "src/index.ts", "types": "index.d.ts", @@ -11,8 +11,8 @@ "author": "Samuel Ronce", "license": "MIT", "dependencies": { - "@rpgjs/client": "^4.1.1", - "@rpgjs/server": "^4.1.1", + "@rpgjs/client": "^4.1.2", + "@rpgjs/server": "^4.1.2", "axios": "^1.4.0", "body-parser": "^1.20.2", "mongoose": "^7.4.3", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 0de66079..9fc54c97 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + +**Note:** Version bump only for package @rpgjs/runtime + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) **Note:** Version bump only for package @rpgjs/runtime diff --git a/packages/runtime/package.json b/packages/runtime/package.json index da16dc10..9254d166 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/runtime", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "index.js", "scripts": { @@ -10,10 +10,10 @@ "author": "", "license": "MIT", "dependencies": { - "@rpgjs/client": "^4.1.1", + "@rpgjs/client": "^4.1.2", "@rpgjs/database": "^4.1.1", - "@rpgjs/server": "^4.1.1", - "@rpgjs/standalone": "^4.1.1" + "@rpgjs/server": "^4.1.2", + "@rpgjs/standalone": "^4.1.2" }, "devDependencies": { "@rpgjs/compiler": "^4.1.1" diff --git a/packages/sample/CHANGELOG.md b/packages/sample/CHANGELOG.md index cd6e7d5e..e0e5ce52 100644 --- a/packages/sample/CHANGELOG.md +++ b/packages/sample/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + +**Note:** Version bump only for package @rpgjs/sample3 + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) **Note:** Version bump only for package @rpgjs/sample3 diff --git a/packages/sample/package-lock.json b/packages/sample/package-lock.json index 213a50e6..2ed850eb 100644 --- a/packages/sample/package-lock.json +++ b/packages/sample/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rpgjs/sample3", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rpgjs/sample3", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "socket.io-client": "^4.1.2", diff --git a/packages/sample/package.json b/packages/sample/package.json index a9c1b9dc..8195f24b 100644 --- a/packages/sample/package.json +++ b/packages/sample/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/sample3", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "src/server.ts", "types": "index.d.ts", @@ -15,22 +15,22 @@ "private": true, "license": "MIT", "dependencies": { - "@rpgjs/agones": "^4.1.1", - "@rpgjs/chat": "^4.1.1", - "@rpgjs/client": "^4.1.1", + "@rpgjs/agones": "^4.1.2", + "@rpgjs/chat": "^4.1.2", + "@rpgjs/client": "^4.1.2", "@rpgjs/compiler": "^4.1.1", "@rpgjs/database": "^4.1.1", - "@rpgjs/default-gui": "^4.1.1", - "@rpgjs/fx": "^4.1.1", - "@rpgjs/gamepad": "^4.1.1", - "@rpgjs/mobile-gui": "^4.1.1", - "@rpgjs/plugin-emotion-bubbles": "^4.1.1", - "@rpgjs/save": "^4.1.1", - "@rpgjs/server": "^4.1.1", - "@rpgjs/standalone": "^4.1.1", - "@rpgjs/starter-kit": "^4.1.1", - "@rpgjs/testing": "^4.1.1", - "@rpgjs/title-screen": "^4.1.1", + "@rpgjs/default-gui": "^4.1.2", + "@rpgjs/fx": "^4.1.2", + "@rpgjs/gamepad": "^4.1.2", + "@rpgjs/mobile-gui": "^4.1.2", + "@rpgjs/plugin-emotion-bubbles": "^4.1.2", + "@rpgjs/save": "^4.1.2", + "@rpgjs/server": "^4.1.2", + "@rpgjs/standalone": "^4.1.2", + "@rpgjs/starter-kit": "^4.1.2", + "@rpgjs/testing": "^4.1.2", + "@rpgjs/title-screen": "^4.1.2", "@rpgjs/types": "^4.0.5", "socket.io-client": "^4.1.2", "vue": "^3.2.47" diff --git a/packages/sample2/CHANGELOG.md b/packages/sample2/CHANGELOG.md index 85656137..6428a221 100644 --- a/packages/sample2/CHANGELOG.md +++ b/packages/sample2/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + + +### Bug Fixes + +* **gui:** don't propagate events ([1439e0f](https://github.com/RSamaium/RPG-JS/commit/1439e0fa4718cbdc07cd2ceb8ff4067e116cef9b)) + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) **Note:** Version bump only for package sample2 diff --git a/packages/sample2/package-lock.json b/packages/sample2/package-lock.json index a6069888..bf9f85be 100644 --- a/packages/sample2/package-lock.json +++ b/packages/sample2/package-lock.json @@ -1,28 +1,28 @@ { "name": "sample2", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sample2", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "@nanostores/react": "^0.7.1", - "@rpgjs/chat": "^4.1.1", - "@rpgjs/client": "^4.1.1", + "@rpgjs/chat": "^4.1.2", + "@rpgjs/client": "^4.1.2", "@rpgjs/common": "^4.1.1", "@rpgjs/compiler": "^4.1.1", "@rpgjs/database": "^4.1.1", - "@rpgjs/default-gui": "^4.1.1", - "@rpgjs/gamepad": "^4.1.1", - "@rpgjs/mobile-gui": "^4.1.1", - "@rpgjs/plugin-emotion-bubbles": "^4.1.1", - "@rpgjs/save": "^4.1.1", - "@rpgjs/server": "^4.1.1", - "@rpgjs/standalone": "^4.1.1", - "@rpgjs/title-screen": "^4.1.1", + "@rpgjs/default-gui": "^4.1.2", + "@rpgjs/gamepad": "^4.1.2", + "@rpgjs/mobile-gui": "^4.1.2", + "@rpgjs/plugin-emotion-bubbles": "^4.1.2", + "@rpgjs/save": "^4.1.2", + "@rpgjs/server": "^4.1.2", + "@rpgjs/standalone": "^4.1.2", + "@rpgjs/title-screen": "^4.1.2", "react": "^18.2.0", "react-dom": "^18.2.0", "rpgjs-helloworld": "^0.0.1", diff --git a/packages/sample2/package.json b/packages/sample2/package.json index f34cd7fa..93dc32f5 100644 --- a/packages/sample2/package.json +++ b/packages/sample2/package.json @@ -1,6 +1,6 @@ { "name": "sample2", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "index.js", "scripts": { @@ -13,19 +13,19 @@ "license": "MIT", "dependencies": { "@nanostores/react": "^0.7.1", - "@rpgjs/chat": "^4.1.1", - "@rpgjs/client": "^4.1.1", + "@rpgjs/chat": "^4.1.2", + "@rpgjs/client": "^4.1.2", "@rpgjs/common": "^4.1.1", "@rpgjs/compiler": "^4.1.1", "@rpgjs/database": "^4.1.1", - "@rpgjs/default-gui": "^4.1.1", - "@rpgjs/gamepad": "^4.1.1", - "@rpgjs/mobile-gui": "^4.1.1", - "@rpgjs/plugin-emotion-bubbles": "^4.1.1", - "@rpgjs/save": "^4.1.1", - "@rpgjs/server": "^4.1.1", - "@rpgjs/standalone": "^4.1.1", - "@rpgjs/title-screen": "^4.1.1", + "@rpgjs/default-gui": "^4.1.2", + "@rpgjs/gamepad": "^4.1.2", + "@rpgjs/mobile-gui": "^4.1.2", + "@rpgjs/plugin-emotion-bubbles": "^4.1.2", + "@rpgjs/save": "^4.1.2", + "@rpgjs/server": "^4.1.2", + "@rpgjs/standalone": "^4.1.2", + "@rpgjs/title-screen": "^4.1.2", "react": "^18.2.0", "react-dom": "^18.2.0", "rpgjs-helloworld": "^0.0.1", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 52d7a42b..65ed5c7a 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + +**Note:** Version bump only for package @rpgjs/server + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) **Note:** Version bump only for package @rpgjs/server diff --git a/packages/server/package-lock.json b/packages/server/package-lock.json index 0373796c..7691213e 100644 --- a/packages/server/package-lock.json +++ b/packages/server/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rpgjs/server", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rpgjs/server", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "@rpgjs/common": "^4.1.1", diff --git a/packages/server/package.json b/packages/server/package.json index a200a677..73bca8b2 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/server", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/standalone/CHANGELOG.md b/packages/standalone/CHANGELOG.md index 9d83e365..0926bdcd 100644 --- a/packages/standalone/CHANGELOG.md +++ b/packages/standalone/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + +**Note:** Version bump only for package @rpgjs/standalone + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) **Note:** Version bump only for package @rpgjs/standalone diff --git a/packages/standalone/package-lock.json b/packages/standalone/package-lock.json index f4634da1..1ad0180f 100644 --- a/packages/standalone/package-lock.json +++ b/packages/standalone/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rpgjs/standalone", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rpgjs/standalone", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "devDependencies": { "typescript": "^5.0.2" diff --git a/packages/standalone/package.json b/packages/standalone/package.json index 0e150d20..51cbd901 100644 --- a/packages/standalone/package.json +++ b/packages/standalone/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/standalone", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "src/index.ts", "scripts": { @@ -10,9 +10,9 @@ "author": "Samuel Ronce", "license": "MIT", "dependencies": { - "@rpgjs/client": "^4.1.1", + "@rpgjs/client": "^4.1.2", "@rpgjs/common": "^4.1.1", - "@rpgjs/server": "^4.1.1" + "@rpgjs/server": "^4.1.2" }, "devDependencies": { "@rpgjs/compiler": "^4.1.1", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index 5f5dc6a3..33934682 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -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.1.2](https://github.com/RSamaium/RPG-JS/compare/v4.1.1...v4.1.2) (2023-10-30) + +**Note:** Version bump only for package @rpgjs/testing + + + + + ## [4.1.1](https://github.com/RSamaium/RPG-JS/compare/v4.1.0...v4.1.1) (2023-10-27) diff --git a/packages/testing/package-lock.json b/packages/testing/package-lock.json index 9b648556..1aac00d9 100644 --- a/packages/testing/package-lock.json +++ b/packages/testing/package-lock.json @@ -1,17 +1,17 @@ { "name": "@rpgjs/testing", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rpgjs/testing", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { - "@rpgjs/client": "^4.1.1", + "@rpgjs/client": "^4.1.2", "@rpgjs/common": "^4.1.1", - "@rpgjs/server": "^4.1.1", + "@rpgjs/server": "^4.1.2", "@rpgjs/types": "^4.0.5" }, "devDependencies": { diff --git a/packages/testing/package.json b/packages/testing/package.json index fec0ecae..c6ea705b 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@rpgjs/testing", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "lib/index.js", "publishConfig": { @@ -14,9 +14,9 @@ "author": "Samuel Ronce", "license": "MIT", "dependencies": { - "@rpgjs/client": "^4.1.1", + "@rpgjs/client": "^4.1.2", "@rpgjs/common": "^4.1.1", - "@rpgjs/server": "^4.1.1", + "@rpgjs/server": "^4.1.2", "@rpgjs/types": "^4.0.5" }, "gitHead": "5abe6ca78be96524d74a052a230f2315c900ddee",