Skip to content

Commit

Permalink
v0.7.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed May 30, 2024
1 parent 61e458d commit b6cfc4c
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.0-alpha.0",
"version": "0.7.0-alpha.1",
"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.0",
"version": "0.7.0-alpha.1",
"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.0-alpha.0",
"version": "0.7.0-alpha.1",
"description": "Useful hooks and functions to create a Starknet burner wallet",
"author": "Loaf",
"license": "MIT",
Expand All @@ -24,6 +24,7 @@
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@scure/bip32": "^1.4.0",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@types/js-cookie": "^3.0.3",
Expand All @@ -35,8 +36,7 @@
"jsdom": "^24.0.0",
"tsup": "^8.0.1",
"typescript": "^5.0.3",
"vitest": "^1.2.2",
"@scure/bip32": "^1.4.0"
"vitest": "^1.2.2"
},
"dependencies": {
"@dojoengine/core": "workspace:*",
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.0",
"version": "0.7.0-alpha.1",
"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.0",
"version": "0.7.0-alpha.1",
"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.0",
"version": "0.7.0-alpha.1",
"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.0",
"version": "0.7.0-alpha.1",
"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.0",
"version": "0.7.0-alpha.1",
"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.0",
"version": "0.7.0-alpha.1",
"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.0",
"version": "0.7.0-alpha.1",
"description": "Helpful Dojo onchain game engine utils",
"author": "Loaf",
"license": "MIT",
Expand Down

0 comments on commit b6cfc4c

Please sign in to comment.