From e9f77bf88de51f7e2bf8ccb73d7fc6deafd91dd2 Mon Sep 17 00:00:00 2001 From: Oleksandr Honcharov <0976053529@ukr.net> Date: Thu, 13 Jun 2024 22:57:52 +0300 Subject: [PATCH] v0.0.29-alpha.0 --- cef/package.json | 2 +- cli/package.json | 2 +- client/package.json | 2 +- lerna.json | 2 +- server/package.json | 2 +- shared-types/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cef/package.json b/cef/package.json index d547f9b..104bf0a 100644 --- a/cef/package.json +++ b/cef/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-cef", - "version": "0.0.28-alpha.0", + "version": "0.0.29-alpha.0", "main": "dist/index.js", "types": "dist/src/index.d.ts", "files": [ diff --git a/cli/package.json b/cli/package.json index 14db9bb..b1627e1 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-rage-fw", - "version": "0.0.28-alpha.0", + "version": "0.0.29-alpha.0", "bin": { "rage-fw": "dist/index.js" }, diff --git a/client/package.json b/client/package.json index 3ba28dc..66cf6c5 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-client", - "version": "0.0.28-alpha.0", + "version": "0.0.29-alpha.0", "main": "dist/index.js", "types": "dist/src/index.d.ts", "files": [ diff --git a/lerna.json b/lerna.json index 20fd8b9..fa601f3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.0.28-alpha.0", + "version": "0.0.29-alpha.0", "npmClient": "pnpm" } diff --git a/server/package.json b/server/package.json index 9286fdc..a138fd9 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-server", - "version": "0.0.28-alpha.0", + "version": "0.0.29-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 8f1837a..762eecb 100644 --- a/shared-types/package.json +++ b/shared-types/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-shared-types", - "version": "0.0.28-alpha.0", + "version": "0.0.29-alpha.0", "types": "types/types/index.d.ts", "files": [ "types/**/*"