Skip to content

Commit

Permalink
v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Jun 25, 2024
1 parent 0642883 commit 802f0b2
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 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.4",
"version": "0.7.5",
"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.4",
"version": "0.7.5",
"description": "Dojo onchain game engine core",
"author": "Loaf",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions 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.4",
"version": "0.7.5",
"description": "Useful hooks and functions to create a Starknet burner wallet",
"author": "Loaf",
"license": "MIT",
Expand All @@ -13,8 +13,8 @@
},
"peerDependencies": {
"react": "^18.2.0",
"starknet": "^6.1.5",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"starknet": "^6.1.5"
},
"exports": {
".": {
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.4",
"version": "0.7.5",
"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.4",
"version": "0.7.5",
"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.4",
"version": "0.7.5",
"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.4",
"version": "0.7.5",
"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.4",
"version": "0.7.5",
"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.4",
"version": "0.7.5",
"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.4",
"version": "0.7.5",
"description": "Helpful Dojo onchain game engine utils",
"author": "Loaf",
"license": "MIT",
Expand Down

0 comments on commit 802f0b2

Please sign in to comment.