From 045614379df4141cddb5bd1c240c03d7929ad42c Mon Sep 17 00:00:00 2001 From: Oleksandr Honcharov <0976053529@ukr.net> Date: Thu, 13 Jun 2024 05:13:10 +0300 Subject: [PATCH] v0.0.21-alpha.0 --- cef/package.json | 2 +- client/package.json | 2 +- lerna.json | 2 +- server/package.json | 2 +- shared-types/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cef/package.json b/cef/package.json index a34eff2..04ee62b 100644 --- a/cef/package.json +++ b/cef/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-cef", - "version": "0.0.20-alpha.0", + "version": "0.0.21-alpha.0", "main": "dist/index.js", "types": "dist/src/index.d.ts", "files": [ diff --git a/client/package.json b/client/package.json index 76c39de..9ea8ead 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-client", - "version": "0.0.20-alpha.0", + "version": "0.0.21-alpha.0", "main": "dist/index.js", "types": "dist/src/index.d.ts", "files": [ diff --git a/lerna.json b/lerna.json index 2dc86c4..7a83650 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.0.20-alpha.0", + "version": "0.0.21-alpha.0", "npmClient": "pnpm" } diff --git a/server/package.json b/server/package.json index f73bc95..65423ca 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-server", - "version": "0.0.20-alpha.0", + "version": "0.0.21-alpha.0", "main": "dist/index.js", "types": "dist/src/index.d.ts", "files": [ diff --git a/shared-types/package.json b/shared-types/package.json index ed048d3..54bcd43 100644 --- a/shared-types/package.json +++ b/shared-types/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-shared-types", - "version": "0.0.20-alpha.0", + "version": "0.0.21-alpha.0", "types": "types/types/index.d.ts", "files": [ "types/**/*"