diff --git a/cef/package.json b/cef/package.json index f1f8f6b..7ccf79e 100644 --- a/cef/package.json +++ b/cef/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-cef", - "version": "0.0.24-alpha.0", + "version": "0.0.25-alpha.0", "main": "dist/index.js", "types": "dist/src/index.d.ts", "files": [ diff --git a/cli/.gitignore b/cli/.gitignore deleted file mode 100644 index b137bd2..0000000 --- a/cli/.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -# build -bin/ - -# deps -node_modules/ -package-lock.json -yarn.lock -pnpm-lock.yaml - -# dev -.vscode/ -.idea/ \ No newline at end of file diff --git a/cli/package.json b/cli/package.json index 2d13e68..084046a 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { - "name": "rage-fw", - "version": "0.0.24-alpha.0", + "name": "create-rage-fw", + "version": "0.0.25-alpha.0", "bin": { "rage-fw": "dist/index.js" }, diff --git a/client/package.json b/client/package.json index 2e71c10..d9b9475 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-client", - "version": "0.0.24-alpha.0", + "version": "0.0.25-alpha.0", "main": "dist/index.js", "types": "dist/src/index.d.ts", "files": [ diff --git a/lerna.json b/lerna.json index 6c450c6..71183c9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.0.24-alpha.0", + "version": "0.0.25-alpha.0", "npmClient": "pnpm" } diff --git a/server/package.json b/server/package.json index 2ccfbcf..eed6d24 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-server", - "version": "0.0.24-alpha.0", + "version": "0.0.25-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 981386f..a0aa4dd 100644 --- a/shared-types/package.json +++ b/shared-types/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-shared-types", - "version": "0.0.24-alpha.0", + "version": "0.0.25-alpha.0", "types": "types/types/index.d.ts", "files": [ "types/**/*"