Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Jan 6, 2025
1 parent f41c7a3 commit 64589c0
Show file tree
Hide file tree
Showing 25 changed files with 181 additions and 21 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.7",
"version": "1.0.8",
"packages": ["packages/*"],
"npmClient": "pnpm"
}
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.7",
"version": "1.0.8",
"description": "dojo: Core package for interacting with dojo worlds. Execution client and other helpful functions",
"author": "dojo",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/create-burner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.7",
"version": "1.0.8",
"description": "dojo: Useful hooks and functions to create a Starknet burner wallet",
"author": "Loaf",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/create-dojo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions 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.7",
"version": "1.0.8",
"description": "dojo: scaffolding dojo projects via npx",
"author": "dojo",
"module": "index.ts",
Expand All @@ -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",
Expand Down
17 changes: 17 additions & 0 deletions packages/predeployed-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/predeployed-connector/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.7",
"version": "1.0.8",
"description": "dojo: React hooks for working with the dojo engine stack.",
"author": "dojo",
"source": "src/index.ts",
Expand Down
21 changes: 21 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.7",
"version": "1.0.8",
"description": "Dojo SDK: Build onchain and provable apps faster",
"author": "Dojo Team",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/state/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.7",
"version": "1.0.8",
"description": "dojo: State syncing for dojo games",
"author": "dojo",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/torii-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.7",
"version": "1.0.8",
"description": "dojo: package bundles torii wasm into a helpful export for web",
"author": "dojo",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/torii-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.7",
"version": "1.0.8",
"description": "dojo: WASM bindings for torii",
"author": "ohayo",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.7",
"version": "1.0.8",
"description": "dojo: wasm utils ",
"author": "dojo",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.7",
"version": "1.0.8",
"description": "dojo: utils ",
"author": "dojo",
"license": "MIT",
Expand Down
Loading

0 comments on commit 64589c0

Please sign in to comment.