diff --git a/CHANGELOG.md b/CHANGELOG.md index d24a85ed..7e00f233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.30](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2024-11-09) + + +### Bug Fixes + +* formatting ([c28c5dd](https://github.com/dojoengine/dojo.js/commit/c28c5dd1721cf136cff3a805ecc5c4d07c69529d)) +* remove ([de13d64](https://github.com/dojoengine/dojo.js/commit/de13d641ab0e4a33e8a4b6d4b10ecb23efa0983d)) + + +### Features + +* docs ([1bf47fa](https://github.com/dojoengine/dojo.js/commit/1bf47fae3afef5ab7f02f9ed288141e735ab2788)) +* improve release ([83654cc](https://github.com/dojoengine/dojo.js/commit/83654ccc59f856e54ab83ec2b5720ebec97650a3)) + + + + + # [1.0.0-alpha.29](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2024-11-08) diff --git a/lerna.json b/lerna.json index fd028ddf..43814795 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-alpha.29", + "version": "1.0.0-alpha.30", "packages": ["packages/*"], "npmClient": "pnpm" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f8600147..78b8bdab 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.30](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2024-11-09) + +**Note:** Version bump only for package @dojoengine/core + + + + + # [1.0.0-alpha.29](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2024-11-08) **Note:** Version bump only for package @dojoengine/core diff --git a/packages/core/package.json b/packages/core/package.json index 14fe90d8..ac5f7b96 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/core", - "version": "1.0.0-alpha.29", + "version": "1.0.0-alpha.30", "description": "dojo: Core package for interacting with dojo worlds. Execution client and other helpful functions", "author": "dojo", "license": "MIT", diff --git a/packages/create-burner/CHANGELOG.md b/packages/create-burner/CHANGELOG.md index 497be09c..d633697a 100644 --- a/packages/create-burner/CHANGELOG.md +++ b/packages/create-burner/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.30](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2024-11-09) + +**Note:** Version bump only for package @dojoengine/create-burner + + + + + # [1.0.0-alpha.29](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2024-11-08) **Note:** Version bump only for package @dojoengine/create-burner diff --git a/packages/create-burner/package.json b/packages/create-burner/package.json index b6d9186e..79e4cd55 100644 --- a/packages/create-burner/package.json +++ b/packages/create-burner/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/create-burner", - "version": "1.0.0-alpha.29", + "version": "1.0.0-alpha.30", "description": "dojo: Useful hooks and functions to create a Starknet burner wallet", "author": "Loaf", "license": "MIT", diff --git a/packages/create-dojo/CHANGELOG.md b/packages/create-dojo/CHANGELOG.md index 05a718a4..6022c3cc 100644 --- a/packages/create-dojo/CHANGELOG.md +++ b/packages/create-dojo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.30](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2024-11-09) + +**Note:** Version bump only for package @dojoengine/create-dojo + + + + + # [1.0.0-alpha.29](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2024-11-08) **Note:** Version bump only for package @dojoengine/create-dojo diff --git a/packages/create-dojo/package.json b/packages/create-dojo/package.json index 78ca7721..5b6b8de2 100644 --- a/packages/create-dojo/package.json +++ b/packages/create-dojo/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/create-dojo", - "version": "1.0.0-alpha.29", + "version": "1.0.0-alpha.30", "description": "dojo: scaffolding dojo projects via npx", "author": "dojo", "module": "index.ts", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index d2b6f4b0..89404e1b 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.30](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2024-11-09) + +**Note:** Version bump only for package @dojoengine/react + + + + + # [1.0.0-alpha.29](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2024-11-08) **Note:** Version bump only for package @dojoengine/react diff --git a/packages/react/package.json b/packages/react/package.json index f3b2a7d1..9f61d289 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/react", - "version": "1.0.0-alpha.29", + "version": "1.0.0-alpha.30", "description": "dojo: React hooks for working with the dojo engine stack.", "author": "dojo", "source": "src/index.ts", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 8caa1a41..13f9eeb8 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.30](https://github.com/dojoengine/sdk/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2024-11-09) + + +### Features + +* docs ([1bf47fa](https://github.com/dojoengine/sdk/commit/1bf47fae3afef5ab7f02f9ed288141e735ab2788)) + + + + + # [1.0.0-alpha.29](https://github.com/dojoengine/sdk/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2024-11-08) **Note:** Version bump only for package @dojoengine/sdk diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 88c007da..a5e25cb6 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/sdk", - "version": "1.0.0-alpha.29", + "version": "1.0.0-alpha.30", "description": "Dojo SDK: Build onchain and provable apps faster", "author": "Dojo Team", "license": "MIT", diff --git a/packages/state/CHANGELOG.md b/packages/state/CHANGELOG.md index 4e697584..6b2625ce 100644 --- a/packages/state/CHANGELOG.md +++ b/packages/state/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.30](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2024-11-09) + +**Note:** Version bump only for package @dojoengine/state + + + + + # [1.0.0-alpha.29](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2024-11-08) diff --git a/packages/state/package.json b/packages/state/package.json index 537fcab9..ed6fdaf4 100644 --- a/packages/state/package.json +++ b/packages/state/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/state", - "version": "1.0.0-alpha.29", + "version": "1.0.0-alpha.30", "description": "dojo: State syncing for dojo games", "author": "dojo", "license": "MIT", diff --git a/packages/torii-client/CHANGELOG.md b/packages/torii-client/CHANGELOG.md index 20747343..039ad5bb 100644 --- a/packages/torii-client/CHANGELOG.md +++ b/packages/torii-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.30](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2024-11-09) + +**Note:** Version bump only for package @dojoengine/torii-client + + + + + # [1.0.0-alpha.29](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2024-11-08) **Note:** Version bump only for package @dojoengine/torii-client diff --git a/packages/torii-client/package.json b/packages/torii-client/package.json index 2852ee2f..500ad7e4 100644 --- a/packages/torii-client/package.json +++ b/packages/torii-client/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/torii-client", - "version": "1.0.0-alpha.29", + "version": "1.0.0-alpha.30", "description": "dojo: package bundles torii wasm into a helpful export for web", "author": "dojo", "license": "MIT", diff --git a/packages/torii-wasm/CHANGELOG.md b/packages/torii-wasm/CHANGELOG.md index 0d2e495e..51dbd064 100644 --- a/packages/torii-wasm/CHANGELOG.md +++ b/packages/torii-wasm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.30](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2024-11-09) + +**Note:** Version bump only for package @dojoengine/torii-wasm + + + + + # [1.0.0-alpha.29](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2024-11-08) **Note:** Version bump only for package @dojoengine/torii-wasm diff --git a/packages/torii-wasm/package.json b/packages/torii-wasm/package.json index 2886c955..30d24e52 100644 --- a/packages/torii-wasm/package.json +++ b/packages/torii-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/torii-wasm", - "version": "1.0.0-alpha.29", + "version": "1.0.0-alpha.30", "description": "dojo: WASM bindings for torii", "author": "ohayo", "license": "MIT", diff --git a/packages/utils-wasm/CHANGELOG.md b/packages/utils-wasm/CHANGELOG.md index 2115795f..fd5778ec 100644 --- a/packages/utils-wasm/CHANGELOG.md +++ b/packages/utils-wasm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.30](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2024-11-09) + +**Note:** Version bump only for package @dojoengine/utils-wasm + + + + + # [1.0.0-alpha.29](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2024-11-08) **Note:** Version bump only for package @dojoengine/utils-wasm diff --git a/packages/utils-wasm/package.json b/packages/utils-wasm/package.json index fa895e1a..69adb800 100644 --- a/packages/utils-wasm/package.json +++ b/packages/utils-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/utils-wasm", - "version": "1.0.0-alpha.29", + "version": "1.0.0-alpha.30", "description": "dojo: wasm utils ", "author": "dojo", "license": "MIT", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 01120202..b4b3bbb4 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.30](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2024-11-09) + +**Note:** Version bump only for package @dojoengine/utils + + + + + # [1.0.0-alpha.29](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2024-11-08) **Note:** Version bump only for package @dojoengine/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index b89aaa5d..55d27e5c 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/utils", - "version": "1.0.0-alpha.29", + "version": "1.0.0-alpha.30", "description": "dojo: utils ", "author": "dojo", "license": "MIT",