Skip to content

Commit fca2e4a

Browse files
committed
v1.0.1
1 parent b08d849 commit fca2e4a

File tree

22 files changed

+130
-11
lines changed

22 files changed

+130
-11
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.1](https://github.com/dojoengine/dojo.js/compare/v1.0.0...v1.0.1) (2024-11-26)
7+
8+
9+
### Bug Fixes
10+
11+
* change historical to false for events ([d4437d2](https://github.com/dojoengine/dojo.js/commit/d4437d299f02588622fed1396c8b45182be91828))
12+
* changelog ([0260c42](https://github.com/dojoengine/dojo.js/commit/0260c423df0e27cb554fac4043b1a373625908d9))
13+
* conditions to flatten clause ([f7297e8](https://github.com/dojoengine/dojo.js/commit/f7297e8b6bd739e04848c623d491b0ba8d112abb))
14+
* create-dojo + update manifest path ([cd9db9d](https://github.com/dojoengine/dojo.js/commit/cd9db9d8f9c9bec82e2634f5c86d74d084b31397))
15+
* sdk function params refac to object param ([822bdc4](https://github.com/dojoengine/dojo.js/commit/822bdc4161ca478ee8e3ff3e3121ee91fb260397))
16+
17+
18+
### Features
19+
20+
* add examples ([e7715f6](https://github.com/dojoengine/dojo.js/commit/e7715f6bc503d2e0d90e08c5878028066fbb41f7))
21+
* add querybuilder ([daf20b0](https://github.com/dojoengine/dojo.js/commit/daf20b039db6850a21b4d5ac51c8be7227ffd4a8))
22+
* add torii tokens functions to dojo sdk ([be5c1a8](https://github.com/dojoengine/dojo.js/commit/be5c1a82f0467f2dc93ea9c9eab91fb580ac6e8f))
23+
24+
25+
26+
27+
628
# [1.0.0](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.30...v1.0.0) (2024-11-11)
729

830

lerna.json

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

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.1](https://github.com/dojoengine/dojo.js/compare/v1.0.0...v1.0.1) (2024-11-26)
7+
8+
**Note:** Version bump only for package @dojoengine/core
9+
10+
11+
12+
13+
614
# [1.0.0](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.30...v1.0.0) (2024-11-11)
715

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dojoengine/core",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
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

Lines changed: 8 additions & 0 deletions
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.1](https://github.com/dojoengine/dojo.js/compare/v1.0.0...v1.0.1) (2024-11-26)
7+
8+
**Note:** Version bump only for package @dojoengine/create-burner
9+
10+
11+
12+
13+
614
# [1.0.0](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.30...v1.0.0) (2024-11-11)
715

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

packages/create-burner/package.json

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

packages/create-dojo/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.1](https://github.com/dojoengine/dojo.js/compare/v1.0.0...v1.0.1) (2024-11-26)
7+
8+
9+
### Bug Fixes
10+
11+
* create-dojo + update manifest path ([cd9db9d](https://github.com/dojoengine/dojo.js/commit/cd9db9d8f9c9bec82e2634f5c86d74d084b31397))
12+
13+
14+
15+
16+
617
# [1.0.0](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.30...v1.0.0) (2024-11-11)
718

819
**Note:** Version bump only for package @dojoengine/create-dojo

packages/create-dojo/package.json

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

packages/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.1](https://github.com/dojoengine/dojo.js/compare/v1.0.0...v1.0.1) (2024-11-26)
7+
8+
**Note:** Version bump only for package @dojoengine/react
9+
10+
11+
12+
13+
614
# [1.0.0](https://github.com/dojoengine/dojo.js/compare/v1.0.0-alpha.30...v1.0.0) (2024-11-11)
715

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

packages/react/package.json

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

0 commit comments

Comments
 (0)