Skip to content

Commit f52a83e

Browse files
committed
v1.0.2
1 parent 7110496 commit f52a83e

22 files changed

+110
-11
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/dojoengine/dojo.js/compare/v1.0.1...v1.0.2) (2024-11-27)
7+
8+
9+
### Bug Fixes
10+
11+
* release build issue with sdk + querybuilder type ([25d3363](https://github.com/dojoengine/dojo.js/commit/25d33639b7bc699d082d038b835c15da31c08783))
12+
13+
14+
### Features
15+
16+
* build examples on ci ([c76c74b](https://github.com/dojoengine/dojo.js/commit/c76c74b354572371f189a881b35ede49eb4c9502))
17+
18+
19+
20+
21+
622
## [1.0.1](https://github.com/dojoengine/dojo.js/compare/v1.0.0...v1.0.1) (2024-11-26)
723

824

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.1",
2+
"version": "1.0.2",
33
"packages": ["packages/*"],
44
"npmClient": "pnpm"
55
}

packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/dojoengine/dojo.js/compare/v1.0.1...v1.0.2) (2024-11-27)
7+
8+
**Note:** Version bump only for package @dojoengine/core
9+
10+
11+
12+
13+
614
## [1.0.1](https://github.com/dojoengine/dojo.js/compare/v1.0.0...v1.0.1) (2024-11-26)
715

816
**Note:** Version bump only for package @dojoengine/core

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dojoengine/core",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "dojo: Core package for interacting with dojo worlds. Execution client and other helpful functions",
55
"author": "dojo",
66
"license": "MIT",

packages/create-burner/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/dojoengine/dojo.js/compare/v1.0.1...v1.0.2) (2024-11-27)
7+
8+
**Note:** Version bump only for package @dojoengine/create-burner
9+
10+
11+
12+
13+
614
## [1.0.1](https://github.com/dojoengine/dojo.js/compare/v1.0.0...v1.0.1) (2024-11-26)
715

816
**Note:** Version bump only for package @dojoengine/create-burner

packages/create-burner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dojoengine/create-burner",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "dojo: Useful hooks and functions to create a Starknet burner wallet",
55
"author": "Loaf",
66
"license": "MIT",

packages/create-dojo/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/dojoengine/dojo.js/compare/v1.0.1...v1.0.2) (2024-11-27)
7+
8+
**Note:** Version bump only for package @dojoengine/create-dojo
9+
10+
11+
12+
13+
614
## [1.0.1](https://github.com/dojoengine/dojo.js/compare/v1.0.0...v1.0.1) (2024-11-26)
715

816

packages/create-dojo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dojoengine/create-dojo",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "dojo: scaffolding dojo projects via npx",
55
"author": "dojo",
66
"module": "index.ts",

packages/react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/dojoengine/dojo.js/compare/v1.0.1...v1.0.2) (2024-11-27)
7+
8+
**Note:** Version bump only for package @dojoengine/react
9+
10+
11+
12+
13+
614
## [1.0.1](https://github.com/dojoengine/dojo.js/compare/v1.0.0...v1.0.1) (2024-11-26)
715

816
**Note:** Version bump only for package @dojoengine/react

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dojoengine/react",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "dojo: React hooks for working with the dojo engine stack.",
55
"author": "dojo",
66
"source": "src/index.ts",

packages/sdk/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/dojoengine/sdk/compare/v1.0.1...v1.0.2) (2024-11-27)
7+
8+
9+
### Bug Fixes
10+
11+
* release build issue with sdk + querybuilder type ([25d3363](https://github.com/dojoengine/sdk/commit/25d33639b7bc699d082d038b835c15da31c08783))
12+
13+
14+
15+
16+
617
## [1.0.1](https://github.com/dojoengine/sdk/compare/v1.0.0...v1.0.1) (2024-11-26)
718

819

packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dojoengine/sdk",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Dojo SDK: Build onchain and provable apps faster",
55
"author": "Dojo Team",
66
"license": "MIT",

packages/state/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/dojoengine/dojo.js/compare/v1.0.1...v1.0.2) (2024-11-27)
7+
8+
**Note:** Version bump only for package @dojoengine/state
9+
10+
11+
12+
13+
614
## [1.0.1](https://github.com/dojoengine/dojo.js/compare/v1.0.0...v1.0.1) (2024-11-26)
715

816

packages/state/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dojoengine/state",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "dojo: State syncing for dojo games",
55
"author": "dojo",
66
"license": "MIT",

packages/torii-client/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/dojoengine/dojo.js/compare/v1.0.1...v1.0.2) (2024-11-27)
7+
8+
**Note:** Version bump only for package @dojoengine/torii-client
9+
10+
11+
12+
13+
614
## [1.0.1](https://github.com/dojoengine/dojo.js/compare/v1.0.0...v1.0.1) (2024-11-26)
715

816
**Note:** Version bump only for package @dojoengine/torii-client

packages/torii-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dojoengine/torii-client",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "dojo: package bundles torii wasm into a helpful export for web",
55
"author": "dojo",
66
"license": "MIT",

packages/torii-wasm/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/dojoengine/dojo.js/compare/v1.0.1...v1.0.2) (2024-11-27)
7+
8+
**Note:** Version bump only for package @dojoengine/torii-wasm
9+
10+
11+
12+
13+
614
## [1.0.1](https://github.com/dojoengine/dojo.js/compare/v1.0.0...v1.0.1) (2024-11-26)
715

816
**Note:** Version bump only for package @dojoengine/torii-wasm

packages/torii-wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dojoengine/torii-wasm",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "dojo: WASM bindings for torii",
55
"author": "ohayo",
66
"license": "MIT",

packages/utils-wasm/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/dojoengine/dojo.js/compare/v1.0.1...v1.0.2) (2024-11-27)
7+
8+
**Note:** Version bump only for package @dojoengine/utils-wasm
9+
10+
11+
12+
13+
614
## [1.0.1](https://github.com/dojoengine/dojo.js/compare/v1.0.0...v1.0.1) (2024-11-26)
715

816
**Note:** Version bump only for package @dojoengine/utils-wasm

packages/utils-wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dojoengine/utils-wasm",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "dojo: wasm utils ",
55
"author": "dojo",
66
"license": "MIT",

packages/utils/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/dojoengine/dojo.js/compare/v1.0.1...v1.0.2) (2024-11-27)
7+
8+
**Note:** Version bump only for package @dojoengine/utils
9+
10+
11+
12+
13+
614
## [1.0.1](https://github.com/dojoengine/dojo.js/compare/v1.0.0...v1.0.1) (2024-11-26)
715

816
**Note:** Version bump only for package @dojoengine/utils

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dojoengine/utils",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "dojo: utils ",
55
"author": "dojo",
66
"license": "MIT",

0 commit comments

Comments
 (0)