Skip to content

Commit

Permalink
v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RSamaium committed Oct 30, 2023
1 parent 5248f31 commit 9e5c8ba
Show file tree
Hide file tree
Showing 55 changed files with 284 additions and 119 deletions.
12 changes: 12 additions & 0 deletions 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.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)


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.1.1"
"version": "4.1.2"
}
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.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)


Expand Down
4 changes: 2 additions & 2 deletions packages/client/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/client/package.json
Original file line number Diff line number Diff line change
@@ -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",
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.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
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.1.1",
"version": "4.1.2",
"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.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"
},
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.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
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.1.1",
"version": "4.1.2",
"description": "",
"main": "index.ts",
"types": "index.d.ts",
Expand All @@ -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"
}
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.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
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/default-gui/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/default-gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/default-gui",
"version": "4.1.1",
"version": "4.1.2",
"description": "",
"main": "src/index.ts",
"publishConfig": {
Expand All @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/emotion-bubbles/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.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
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/emotion-bubbles/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/emotion-bubbles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/plugin-emotion-bubbles",
"version": "4.1.1",
"version": "4.1.2",
"description": "",
"main": "src/index.ts",
"scripts": {
Expand All @@ -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"
}
8 changes: 8 additions & 0 deletions packages/plugins/fx/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.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
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/fx/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/fx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/fx",
"version": "4.1.1",
"version": "4.1.2",
"description": "",
"main": "src/index.ts",
"types": "index.d.ts",
Expand All @@ -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"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/gamepad/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.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
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/gamepad/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/gamepad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/gamepad",
"version": "4.1.1",
"version": "4.1.2",
"description": "",
"main": "index.ts",
"keywords": [],
Expand All @@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@rpgjs/client": "^4.1.1",
"@rpgjs/client": "^4.1.2",
"joypad.js": "^2.3.3"
},
"gitHead": "5abe6ca78be96524d74a052a230f2315c900ddee"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/interpreter/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.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
Expand Down
Loading

0 comments on commit 9e5c8ba

Please sign in to comment.