diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aba6fd0..d40dc857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.8](https://github.com/dojoengine/dojo.js/compare/v1.0.7...v1.0.8) (2025-01-06) + + +### Bug Fixes + +* added historical option for event getters ([ff2adef](https://github.com/dojoengine/dojo.js/commit/ff2adeff1c628be8a8c9966cee55c9270f26a8b9)) +* build-examples ([ffc30b4](https://github.com/dojoengine/dojo.js/commit/ffc30b41671fd29c7e230635ab6c254c198f6c60)) +* compile calldata using abi ([3341a7a](https://github.com/dojoengine/dojo.js/commit/3341a7a5f3b8af1172a12624f82bac77adbe0304)) +* create-dojo update catalog versions ([33821e5](https://github.com/dojoengine/dojo.js/commit/33821e5be04b503f7eba92323b7c31d2ebee9b9e)) +* dojo-starter dojo version ([dd0ea9f](https://github.com/dojoengine/dojo.js/commit/dd0ea9f6902bf6391b938a857153bb4f7437abc1)) +* github actions pnpm version ([3b6067b](https://github.com/dojoengine/dojo.js/commit/3b6067b13882c6e1535ae358fc4ce07291e3222f)) +* support in operator ([b9cb6be](https://github.com/dojoengine/dojo.js/commit/b9cb6be14e56750e0aefdd42f6b35a1197761710)) +* typedoc ([5d2c518](https://github.com/dojoengine/dojo.js/commit/5d2c518f1dcb1013af03364c23ed74de3f13c352)) +* typedoc ci ([a7cb74b](https://github.com/dojoengine/dojo.js/commit/a7cb74b1b62ee09b08fb9815c08a668955654f3f)) + + +### Features + +* fix react-sdk example + predeployed connector + historical events ([50cc19e](https://github.com/dojoengine/dojo.js/commit/50cc19ea944c5712e5df6062e4b73e472c21e877)) +* require typedoc job to pass before merging to main ([f41c7a3](https://github.com/dojoengine/dojo.js/commit/f41c7a316940e4bbfdffbd784edd117a2c0344c4)) +* update dojo-starter version ([8dd2ca0](https://github.com/dojoengine/dojo.js/commit/8dd2ca07b77bbc34ff6eeb14596abf52df19a0e9)) +* upgrade starknet peerDependency ([9c60112](https://github.com/dojoengine/dojo.js/commit/9c6011275c7213d68175a0dd51275caae55e2e61)) + + + + + ## [1.0.7](https://github.com/dojoengine/dojo.js/compare/v1.0.6...v1.0.7) (2024-12-27) diff --git a/lerna.json b/lerna.json index 4a6ea4c7..a0f4db83 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.7", + "version": "1.0.8", "packages": ["packages/*"], "npmClient": "pnpm" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1db39db1..95a44dba 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.8](https://github.com/dojoengine/dojo.js/compare/v1.0.7...v1.0.8) (2025-01-06) + + +### Bug Fixes + +* compile calldata using abi ([3341a7a](https://github.com/dojoengine/dojo.js/commit/3341a7a5f3b8af1172a12624f82bac77adbe0304)) + + +### Features + +* upgrade starknet peerDependency ([9c60112](https://github.com/dojoengine/dojo.js/commit/9c6011275c7213d68175a0dd51275caae55e2e61)) + + + + + ## [1.0.7](https://github.com/dojoengine/dojo.js/compare/v1.0.6...v1.0.7) (2024-12-27) **Note:** Version bump only for package @dojoengine/core diff --git a/packages/core/package.json b/packages/core/package.json index 3b61c0d6..2e574a01 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/core", - "version": "1.0.7", + "version": "1.0.8", "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 5dd92794..9b610dc7 100644 --- a/packages/create-burner/CHANGELOG.md +++ b/packages/create-burner/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.8](https://github.com/dojoengine/dojo.js/compare/v1.0.7...v1.0.8) (2025-01-06) + + +### Features + +* upgrade starknet peerDependency ([9c60112](https://github.com/dojoengine/dojo.js/commit/9c6011275c7213d68175a0dd51275caae55e2e61)) + + + + + ## [1.0.7](https://github.com/dojoengine/dojo.js/compare/v1.0.6...v1.0.7) (2024-12-27) diff --git a/packages/create-burner/package.json b/packages/create-burner/package.json index 76bcaa3f..c4500f1d 100644 --- a/packages/create-burner/package.json +++ b/packages/create-burner/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/create-burner", - "version": "1.0.7", + "version": "1.0.8", "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 116d3e4f..49b447c8 100644 --- a/packages/create-dojo/CHANGELOG.md +++ b/packages/create-dojo/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.8](https://github.com/dojoengine/dojo.js/compare/v1.0.7...v1.0.8) (2025-01-06) + + +### Bug Fixes + +* create-dojo update catalog versions ([33821e5](https://github.com/dojoengine/dojo.js/commit/33821e5be04b503f7eba92323b7c31d2ebee9b9e)) + + + + + ## [1.0.7](https://github.com/dojoengine/dojo.js/compare/v1.0.6...v1.0.7) (2024-12-27) **Note:** Version bump only for package @dojoengine/create-dojo diff --git a/packages/create-dojo/package.json b/packages/create-dojo/package.json index 8d1126ec..1d23b56f 100644 --- a/packages/create-dojo/package.json +++ b/packages/create-dojo/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/create-dojo", - "version": "1.0.7", + "version": "1.0.8", "description": "dojo: scaffolding dojo projects via npx", "author": "dojo", "module": "index.ts", @@ -26,10 +26,10 @@ "commander": "^12.1.0", "cross-spawn": "^7.0.3", "fs-extra": "^11.2.0", - "prompts": "^2.4.2", - "type-fest": "^4.26.1", "js-yaml": "^4.1.0", - "node-fetch": "^2.6.9" + "node-fetch": "^2.6.9", + "prompts": "^2.4.2", + "type-fest": "^4.26.1" }, "devDependencies": { "@types/cross-spawn": "^6.0.6", diff --git a/packages/predeployed-connector/CHANGELOG.md b/packages/predeployed-connector/CHANGELOG.md index 3e05efb2..8922c122 100644 --- a/packages/predeployed-connector/CHANGELOG.md +++ b/packages/predeployed-connector/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.8](https://github.com/dojoengine/sdk/compare/v1.0.7...v1.0.8) (2025-01-06) + + +### Bug Fixes + +* build-examples ([ffc30b4](https://github.com/dojoengine/sdk/commit/ffc30b41671fd29c7e230635ab6c254c198f6c60)) + + +### Features + +* fix react-sdk example + predeployed connector + historical events ([50cc19e](https://github.com/dojoengine/sdk/commit/50cc19ea944c5712e5df6062e4b73e472c21e877)) +* upgrade starknet peerDependency ([9c60112](https://github.com/dojoengine/sdk/commit/9c6011275c7213d68175a0dd51275caae55e2e61)) + + + + + ## [1.0.7](https://github.com/dojoengine/sdk/compare/v1.0.6...v1.0.7) (2024-12-27) **Note:** Version bump only for package @dojoengine/predeployed-connector diff --git a/packages/predeployed-connector/package.json b/packages/predeployed-connector/package.json index 90c03295..a01288a4 100644 --- a/packages/predeployed-connector/package.json +++ b/packages/predeployed-connector/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/predeployed-connector", - "version": "1.0.7", + "version": "1.0.8", "description": "Dojo SDK: Build onchain and provable apps faster", "author": "Dojo Team", "license": "MIT", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 3b32e954..3f44c1a5 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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.8](https://github.com/dojoengine/dojo.js/compare/v1.0.7...v1.0.8) (2025-01-06) + + +### Features + +* upgrade starknet peerDependency ([9c60112](https://github.com/dojoengine/dojo.js/commit/9c6011275c7213d68175a0dd51275caae55e2e61)) + + + + + ## [1.0.7](https://github.com/dojoengine/dojo.js/compare/v1.0.6...v1.0.7) (2024-12-27) **Note:** Version bump only for package @dojoengine/react diff --git a/packages/react/package.json b/packages/react/package.json index 817a91e5..aa687698 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/react", - "version": "1.0.7", + "version": "1.0.8", "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 ef8f8720..afa48062 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.8](https://github.com/dojoengine/sdk/compare/v1.0.7...v1.0.8) (2025-01-06) + + +### Bug Fixes + +* added historical option for event getters ([ff2adef](https://github.com/dojoengine/sdk/commit/ff2adeff1c628be8a8c9966cee55c9270f26a8b9)) +* build-examples ([ffc30b4](https://github.com/dojoengine/sdk/commit/ffc30b41671fd29c7e230635ab6c254c198f6c60)) +* support in operator ([b9cb6be](https://github.com/dojoengine/sdk/commit/b9cb6be14e56750e0aefdd42f6b35a1197761710)) +* typedoc ([5d2c518](https://github.com/dojoengine/sdk/commit/5d2c518f1dcb1013af03364c23ed74de3f13c352)) +* typedoc ci ([a7cb74b](https://github.com/dojoengine/sdk/commit/a7cb74b1b62ee09b08fb9815c08a668955654f3f)) + + +### Features + +* fix react-sdk example + predeployed connector + historical events ([50cc19e](https://github.com/dojoengine/sdk/commit/50cc19ea944c5712e5df6062e4b73e472c21e877)) +* upgrade starknet peerDependency ([9c60112](https://github.com/dojoengine/sdk/commit/9c6011275c7213d68175a0dd51275caae55e2e61)) + + + + + ## [1.0.7](https://github.com/dojoengine/sdk/compare/v1.0.6...v1.0.7) (2024-12-27) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 6ba5c098..fe17b654 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/sdk", - "version": "1.0.7", + "version": "1.0.8", "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 5f1d4440..8f50bc12 100644 --- a/packages/state/CHANGELOG.md +++ b/packages/state/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.8](https://github.com/dojoengine/dojo.js/compare/v1.0.7...v1.0.8) (2025-01-06) + + +### Features + +* upgrade starknet peerDependency ([9c60112](https://github.com/dojoengine/dojo.js/commit/9c6011275c7213d68175a0dd51275caae55e2e61)) + + + + + ## [1.0.7](https://github.com/dojoengine/dojo.js/compare/v1.0.6...v1.0.7) (2024-12-27) **Note:** Version bump only for package @dojoengine/state diff --git a/packages/state/package.json b/packages/state/package.json index 4cf09370..55dc251b 100644 --- a/packages/state/package.json +++ b/packages/state/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/state", - "version": "1.0.7", + "version": "1.0.8", "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 9df7bd07..1f74d444 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.8](https://github.com/dojoengine/dojo.js/compare/v1.0.7...v1.0.8) (2025-01-06) + +**Note:** Version bump only for package @dojoengine/torii-client + + + + + ## [1.0.7](https://github.com/dojoengine/dojo.js/compare/v1.0.6...v1.0.7) (2024-12-27) **Note:** Version bump only for package @dojoengine/torii-client diff --git a/packages/torii-client/package.json b/packages/torii-client/package.json index f1c18d1a..78b8778a 100644 --- a/packages/torii-client/package.json +++ b/packages/torii-client/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/torii-client", - "version": "1.0.7", + "version": "1.0.8", "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 27655afa..dc918fd2 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.8](https://github.com/dojoengine/dojo.js/compare/v1.0.7...v1.0.8) (2025-01-06) + +**Note:** Version bump only for package @dojoengine/torii-wasm + + + + + ## [1.0.7](https://github.com/dojoengine/dojo.js/compare/v1.0.6...v1.0.7) (2024-12-27) **Note:** Version bump only for package @dojoengine/torii-wasm diff --git a/packages/torii-wasm/package.json b/packages/torii-wasm/package.json index b0a2fbeb..6af74cbf 100644 --- a/packages/torii-wasm/package.json +++ b/packages/torii-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/torii-wasm", - "version": "1.0.7", + "version": "1.0.8", "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 3c6e0415..fb5037f4 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.8](https://github.com/dojoengine/dojo.js/compare/v1.0.7...v1.0.8) (2025-01-06) + +**Note:** Version bump only for package @dojoengine/utils-wasm + + + + + ## [1.0.7](https://github.com/dojoengine/dojo.js/compare/v1.0.6...v1.0.7) (2024-12-27) **Note:** Version bump only for package @dojoengine/utils-wasm diff --git a/packages/utils-wasm/package.json b/packages/utils-wasm/package.json index 46656f6b..370cd208 100644 --- a/packages/utils-wasm/package.json +++ b/packages/utils-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/utils-wasm", - "version": "1.0.7", + "version": "1.0.8", "description": "dojo: wasm utils ", "author": "dojo", "license": "MIT", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 12c44380..bdf0b5fc 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/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.8](https://github.com/dojoengine/dojo.js/compare/v1.0.7...v1.0.8) (2025-01-06) + + +### Features + +* upgrade starknet peerDependency ([9c60112](https://github.com/dojoengine/dojo.js/commit/9c6011275c7213d68175a0dd51275caae55e2e61)) + + + + + ## [1.0.7](https://github.com/dojoengine/dojo.js/compare/v1.0.6...v1.0.7) (2024-12-27) **Note:** Version bump only for package @dojoengine/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 22674bab..b6505ebf 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@dojoengine/utils", - "version": "1.0.7", + "version": "1.0.8", "description": "dojo: utils ", "author": "dojo", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 17e24a60..82f598d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,7 +13,7 @@ catalogs: specifier: ^3.6.2 version: 3.6.2 starknet: - specifier: ^6.20.0 + specifier: ^6.11.0 version: 6.20.3 importers: @@ -16850,7 +16850,7 @@ snapshots: '@scure/bip32@1.3.2': dependencies: '@noble/curves': 1.2.0 - '@noble/hashes': 1.3.2 + '@noble/hashes': 1.3.3 '@scure/base': 1.1.9 '@scure/bip32@1.5.0': @@ -16867,7 +16867,7 @@ snapshots: '@scure/bip39@1.2.1': dependencies: - '@noble/hashes': 1.3.2 + '@noble/hashes': 1.3.3 '@scure/base': 1.1.9 '@scure/bip39@1.4.0': @@ -20379,7 +20379,7 @@ snapshots: eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1))(eslint@8.57.1) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) eslint-plugin-jsx-a11y: 6.10.2(eslint@8.57.1) eslint-plugin-react: 7.37.3(eslint@8.57.1) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.1) @@ -20410,7 +20410,7 @@ snapshots: is-glob: 4.0.3 stable-hash: 0.0.4 optionalDependencies: - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) transitivePeerDependencies: - supports-color @@ -20425,7 +20425,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1): + eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.8