Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump #276

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"packages": ["packages/*", "examples/*"],
"npmClient": "pnpm",
"command": {
Expand Down
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": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "dojo: Core package for interacting with dojo worlds. Execution client and other helpful functions",
"author": "dojo",
"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": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "dojo: 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": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "dojo: scaffolding dojo projects via npx",
"author": "dojo",
"module": "index.ts",
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": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "dojo: React hooks for working with the dojo engine stack.",
"author": "dojo",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dojoengine/sdk",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "Dojo SDK for interacting with the Dojo provable game engine.",
"author": "Dojo Team",
"license": "MIT",
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": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "dojo: State syncing for dojo games. Currently supports RECS.",
"author": "dojo",
"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": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "dojo: package bundles torii wasm into a helpful export for web",
"author": "dojo",
"license": "MIT",
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": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "dojo: WASM bindings for torii",
"author": "ohayo",
"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": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "dojo: wasm utils ",
"author": "dojo",
"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": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "dojo: utils ",
"author": "dojo",
"license": "MIT",
Expand Down
Loading