Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RSamaium committed Dec 9, 2023
1 parent b7e910c commit afba659
Show file tree
Hide file tree
Showing 64 changed files with 358 additions and 161 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.2.0](https://github.com/RSamaium/RPG-JS/compare/v4.1.3...v4.2.0) (2023-12-09)


### Features

* inject function ([902e62f](https://github.com/RSamaium/RPG-JS/commit/902e62ff4fdd9b5bd26ee7d5be9ccae2b051f248))
* propagate event directive ([edbab50](https://github.com/RSamaium/RPG-JS/commit/edbab506a2552ff64d2f638d1e088748cbc8cc86))





## [4.1.3](https://github.com/RSamaium/RPG-JS/compare/v4.1.2...v4.1.3) (2023-11-17)

**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.1.3"
"version": "4.2.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.2.0](https://github.com/RSamaium/RPG-JS/compare/v4.1.3...v4.2.0) (2023-12-09)


### Features

* inject function ([902e62f](https://github.com/RSamaium/RPG-JS/commit/902e62ff4fdd9b5bd26ee7d5be9ccae2b051f248))
* propagate event directive ([edbab50](https://github.com/RSamaium/RPG-JS/commit/edbab506a2552ff64d2f638d1e088748cbc8cc86))





## [4.1.3](https://github.com/RSamaium/RPG-JS/compare/v4.1.2...v4.1.3) (2023-11-17)

**Note:** Version bump only for package @rpgjs/client
Expand Down
8 changes: 4 additions & 4 deletions packages/client/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/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/client",
"version": "4.1.3",
"version": "4.2.0",
"description": "",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@nanostores/react": "^0.7.1",
"@pixi/tilemap": "^4.0.0",
"@rpgjs/common": "^4.1.3",
"@rpgjs/common": "^4.2.0",
"@rpgjs/tiled": "^4.0.5",
"@rpgjs/types": "^4.0.5",
"@types/howler": "2.2.7",
Expand All @@ -47,7 +47,7 @@
"gitHead": "5abe6ca78be96524d74a052a230f2315c900ddee",
"devDependencies": {
"@babel/types": "^7.22.11",
"@rpgjs/compiler": "^4.1.3",
"@rpgjs/compiler": "^4.2.0",
"@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.0](https://github.com/RSamaium/RPG-JS/compare/v4.1.3...v4.2.0) (2023-12-09)


### Features

* inject function ([902e62f](https://github.com/RSamaium/RPG-JS/commit/902e62ff4fdd9b5bd26ee7d5be9ccae2b051f248))





## [4.1.3](https://github.com/RSamaium/RPG-JS/compare/v4.1.2...v4.1.3) (2023-11-17)

**Note:** Version bump only for package @rpgjs/common
Expand Down
4 changes: 2 additions & 2 deletions packages/common/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/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpgjs/common",
"version": "4.1.3",
"version": "4.2.0",
"description": "",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"gitHead": "5abe6ca78be96524d74a052a230f2315c900ddee",
"devDependencies": {
"@rpgjs/compiler": "^4.1.3",
"@rpgjs/compiler": "^4.2.0",
"typescript": "^5.0.4"
},
"type": "module"
Expand Down
8 changes: 8 additions & 0 deletions packages/compiler/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.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





## [4.1.3](https://github.com/RSamaium/RPG-JS/compare/v4.1.2...v4.1.3) (2023-11-17)

**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.1.3",
"version": "4.2.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.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





## [4.1.3](https://github.com/RSamaium/RPG-JS/compare/v4.1.2...v4.1.3) (2023-11-17)

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





## [4.1.3](https://github.com/RSamaium/RPG-JS/compare/v4.1.2...v4.1.3) (2023-11-17)

**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.3",
"version": "4.2.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.1.3",
"@rpgjs/server": "^4.1.3",
"@rpgjs/client": "^4.2.0",
"@rpgjs/server": "^4.2.0",
"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.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





## [4.1.3](https://github.com/RSamaium/RPG-JS/compare/v4.1.2...v4.1.3) (2023-11-17)

**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.3",
"version": "4.2.0",
"description": "",
"main": "index.ts",
"types": "index.d.ts",
Expand All @@ -11,8 +11,8 @@
"author": "Samuel Ronce",
"license": "MIT",
"dependencies": {
"@rpgjs/client": "^4.1.3",
"@rpgjs/server": "^4.1.3"
"@rpgjs/client": "^4.2.0",
"@rpgjs/server": "^4.2.0"
},
"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.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





## [4.1.3](https://github.com/RSamaium/RPG-JS/compare/v4.1.2...v4.1.3) (2023-11-17)

**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.

Loading

0 comments on commit afba659

Please sign in to comment.