diff --git a/cef/package.json b/cef/package.json index 2bdbcf9..9b9a1ca 100644 --- a/cef/package.json +++ b/cef/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-cef", - "version": "0.0.26-alpha.0", + "version": "0.0.27-alpha.0", "main": "dist/index.js", "types": "dist/src/index.d.ts", "files": [ diff --git a/cli/package.json b/cli/package.json index 4c096d6..41a3ec3 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-rage-fw", - "version": "0.0.26-alpha.0", + "version": "0.0.27-alpha.0", "bin": { "rage-fw": "dist/index.js" }, @@ -10,6 +10,9 @@ "build": "tsup", "start": "npx ./dist create" }, + "files": [ + "dist/**/*" + ], "description": "CLI to scaffold a template project for RageFW", "keywords": [], "author": "rilaxik", diff --git a/client/package.json b/client/package.json index 14fbdd8..8dca772 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-client", - "version": "0.0.26-alpha.0", + "version": "0.0.27-alpha.0", "main": "dist/index.js", "types": "dist/src/index.d.ts", "files": [ diff --git a/lerna.json b/lerna.json index 6a94816..1fe1618 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.0.26-alpha.0", + "version": "0.0.27-alpha.0", "npmClient": "pnpm" } diff --git a/server/package.json b/server/package.json index 0f9aa6d..f4589e6 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-server", - "version": "0.0.26-alpha.0", + "version": "0.0.27-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 0efc518..21320c4 100644 --- a/shared-types/package.json +++ b/shared-types/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-shared-types", - "version": "0.0.26-alpha.0", + "version": "0.0.27-alpha.0", "types": "types/types/index.d.ts", "files": [ "types/**/*"