diff --git a/client/package.json b/client/package.json index c99e9db..537e931 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-client", - "version": "0.0.2-alpha.0", + "version": "0.0.3-alpha.0", "main": "dist/index.js", "type": "module", "files": [ @@ -17,5 +17,6 @@ "keywords": [], "author": "SashaGoncharov19", "license": "MIT", - "description": "Client side of rage-fw" + "description": "Client side of rage-fw", + "gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0" } diff --git a/lerna.json b/lerna.json index 7e2b739..b43f58f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.0.2-alpha.0", + "version": "0.0.3-alpha.0", "npmClient": "pnpm" } diff --git a/server/package.json b/server/package.json index 2976f7f..a612d31 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-server", - "version": "0.0.2-alpha.0", + "version": "0.0.3-alpha.0", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", @@ -17,5 +17,6 @@ "keywords": [], "author": "SashaGoncharov19", "license": "MIT", - "description": "Server side for rage-fw" + "description": "Server side for rage-fw", + "gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0" } diff --git a/shared-types/package.json b/shared-types/package.json index b30091c..59c0736 100644 --- a/shared-types/package.json +++ b/shared-types/package.json @@ -1,11 +1,12 @@ { "name": "rage-fw-shared-types", - "version": "0.0.2-alpha.0", + "version": "0.0.3-alpha.0", "types": "types/types/index.d.ts", "files": [ "types/**/*" ], "author": "SashaGoncharov19", "license": "MIT", - "type": "module" + "type": "module", + "gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0" } diff --git a/shared/package.json b/shared/package.json index f69c083..3dfa12a 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "rage-fw-shared", - "version": "0.0.2-alpha.0", + "version": "0.0.3-alpha.0", "type": "module", "main": "index.d.ts", "files": [ @@ -12,5 +12,6 @@ "keywords": [], "author": "SashaGoncharov19", "license": "MIT", - "description": "Shared client types for rage-fw" + "description": "Shared client types for rage-fw", + "gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0" }