Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Jun 14, 2024
1 parent 68224e2 commit 2f15519
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.7.0-alpha.2",
"version": "0.7.0",
"packages": ["packages/*", "examples/*"],
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/core",
"version": "0.7.0-alpha.2",
"version": "0.7.0",
"description": "Dojo onchain game engine core",
"author": "Loaf",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-burner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/create-burner",
"version": "0.7.0-alpha.2",
"version": "0.7.0",
"description": "Useful hooks and functions to create a Starknet burner wallet",
"author": "Loaf",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-dojo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/create-dojo",
"version": "0.7.0-alpha.2",
"version": "0.7.0",
"description": "Scaffold Dojo project from examples",
"module": "index.ts",
"main": "./bin/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/react",
"version": "0.7.0-alpha.2",
"version": "0.7.0",
"description": "Useful React hooks for Starknet",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/state",
"version": "0.7.0-alpha.2",
"version": "0.7.0",
"description": "State sync for dojo",
"author": "Loaf",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/torii-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/torii-client",
"version": "0.7.0-alpha.2",
"version": "0.7.0",
"description": "Torii client for the dojo onchain game engine",
"keywords": [],
"author": "Dojo",
Expand Down
2 changes: 1 addition & 1 deletion packages/torii-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/torii-wasm",
"version": "0.7.0-alpha.2",
"version": "0.7.0",
"description": "Torii wasm bindings for Dojo onchain game engine",
"author": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/utils-wasm",
"version": "0.7.0-alpha.2",
"version": "0.7.0",
"description": "snoise wasm bindings for Dojo onchain game engine",
"author": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/utils",
"version": "0.7.0-alpha.2",
"version": "0.7.0",
"description": "Helpful Dojo onchain game engine utils",
"author": "Loaf",
"license": "MIT",
Expand Down

0 comments on commit 2f15519

Please sign in to comment.