diff --git a/lerna.json b/lerna.json index 46e19a31..9b00887a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.7.9-alpha.1", + "version": "0.7.9", "packages": ["packages/*", "examples/*"], "npmClient": "pnpm" } diff --git a/packages/core/package.json b/packages/core/package.json index bc241a15..ec7c2d9d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/core", - "version": "0.7.9-alpha.1", + "version": "0.7.9", "description": "Dojo onchain game engine core", "author": "Loaf", "license": "MIT", diff --git a/packages/create-burner/package.json b/packages/create-burner/package.json index deaa7cff..6d6588b9 100644 --- a/packages/create-burner/package.json +++ b/packages/create-burner/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/create-burner", - "version": "0.7.9-alpha.1", + "version": "0.7.9", "description": "Useful hooks and functions to create a Starknet burner wallet", "author": "Loaf", "license": "MIT", diff --git a/packages/create-dojo/package.json b/packages/create-dojo/package.json index b300864b..ee1e7d7e 100644 --- a/packages/create-dojo/package.json +++ b/packages/create-dojo/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/create-dojo", - "version": "0.7.9-alpha.1", + "version": "0.7.9", "description": "Scaffold Dojo project from examples", "module": "index.ts", "main": "./bin/index.js", diff --git a/packages/react/package.json b/packages/react/package.json index 8e1ac31d..1d0660af 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/react", - "version": "0.7.9-alpha.1", + "version": "0.7.9", "description": "Useful React hooks for Starknet", "source": "src/index.ts", "main": "dist/index.js", diff --git a/packages/state/package.json b/packages/state/package.json index d33958bb..b756eac5 100644 --- a/packages/state/package.json +++ b/packages/state/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/state", - "version": "0.7.9-alpha.1", + "version": "0.7.9", "description": "State sync for dojo", "author": "Loaf", "license": "MIT", diff --git a/packages/torii-client/package.json b/packages/torii-client/package.json index e9b1fa84..51a21951 100644 --- a/packages/torii-client/package.json +++ b/packages/torii-client/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/torii-client", - "version": "0.7.9-alpha.1", + "version": "0.7.9", "description": "Torii client for the dojo onchain game engine", "keywords": [], "author": "Dojo", diff --git a/packages/torii-wasm/package.json b/packages/torii-wasm/package.json index 9a08a2e0..33bf2294 100644 --- a/packages/torii-wasm/package.json +++ b/packages/torii-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/torii-wasm", - "version": "0.7.9-alpha.1", + "version": "0.7.9", "description": "Torii wasm bindings for Dojo onchain game engine", "author": "", "license": "MIT", diff --git a/packages/utils-wasm/package.json b/packages/utils-wasm/package.json index a0c4a59e..5386316e 100644 --- a/packages/utils-wasm/package.json +++ b/packages/utils-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/utils-wasm", - "version": "0.7.9-alpha.1", + "version": "0.7.9", "description": "snoise wasm bindings for Dojo onchain game engine", "author": "", "license": "MIT", diff --git a/packages/utils/package.json b/packages/utils/package.json index c664c78a..f42d0591 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/utils", - "version": "0.7.9-alpha.1", + "version": "0.7.9", "description": "Helpful Dojo onchain game engine utils", "author": "Loaf", "license": "MIT",