Skip to content

Commit 6ee93db

Browse files
author
RSamaium
committed
chore: release v5.0.0-alpha.24
1 parent 9c6f997 commit 6ee93db

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rpgjs",
3-
"version": "5.0.0-alpha.23",
3+
"version": "5.0.0-alpha.24",
44
"scripts": {
55
"build": "tsx bin/build.ts",
66
"dev": "tsx bin/dev.ts",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rpgjs/client",
3-
"version": "5.0.0-alpha.23",
3+
"version": "5.0.0-alpha.24",
44
"description": "RPGJS is a framework for creating RPG/MMORPG games",
55
"main": "dist/index.js",
66
"types": "./dist/index.d.ts",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rpgjs/common",
3-
"version": "5.0.0-alpha.23",
3+
"version": "5.0.0-alpha.24",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"publishConfig": {

packages/physic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rpgjs/physic",
3-
"version": "5.0.0-alpha.23",
3+
"version": "5.0.0-alpha.24",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rpgjs/server",
3-
"version": "5.0.0-alpha.23",
3+
"version": "5.0.0-alpha.24",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"publishConfig": {

packages/tiledmap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rpgjs/tiledmap",
3-
"version": "5.0.0-alpha.23",
3+
"version": "5.0.0-alpha.24",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"scripts": {

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rpgjs/vite",
3-
"version": "5.0.0-alpha.23",
3+
"version": "5.0.0-alpha.24",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"scripts": {

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rpgjs/vue",
3-
"version": "5.0.0-alpha.23",
3+
"version": "5.0.0-alpha.24",
44
"description": "Vue.js integration for RPGJS - Allows rendering Vue components over the game canvas",
55
"main": "dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)