Skip to content

Commit d58f2a3

Browse files
committed
chore: release
1 parent 2ad7dc3 commit d58f2a3

File tree

24 files changed

+108
-41
lines changed

24 files changed

+108
-41
lines changed

.changeset/beige-ends-shave.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.changeset/good-apes-like.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.5.9
4+
5+
### Patch Changes
6+
7+
- c8037ed: fix: removed \_hashedKey from subscription callback
8+
- 1bbe42e: feat: add subscribeToken endpoint
9+
310
## 1.5.8
411

512
### Patch Changes

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.5.8",
3+
"version": "1.5.9",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 1.5.9
4+
5+
### Patch Changes
6+
7+
- c8037ed: fix: removed \_hashedKey from subscription callback
8+
- 1bbe42e: feat: add subscribeToken endpoint
9+
- Updated dependencies [c8037ed]
10+
- Updated dependencies [1bbe42e]
11+
- @dojoengine/core@1.5.9
12+
313
## 1.5.8
414

515
### Patch Changes

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.5.8",
3+
"version": "1.5.9",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.5.9
4+
5+
### Patch Changes
6+
7+
- c8037ed: fix: removed \_hashedKey from subscription callback
8+
- 1bbe42e: feat: add subscribeToken endpoint
9+
310
## 1.5.8
411

512
### Patch Changes

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.5.8",
3+
"version": "1.5.9",
44
"description": "dojo: scaffolding dojo projects via npx",
55
"author": "dojo",
66
"module": "index.ts",

packages/predeployed-connector/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.5.9
4+
5+
### Patch Changes
6+
7+
- c8037ed: fix: removed \_hashedKey from subscription callback
8+
- 1bbe42e: feat: add subscribeToken endpoint
9+
310
## 1.5.8
411

512
### Patch Changes

packages/predeployed-connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dojoengine/predeployed-connector",
3-
"version": "1.5.8",
3+
"version": "1.5.9",
44
"description": "Dojo SDK: Build onchain and provable apps faster",
55
"author": "Dojo Team",
66
"license": "MIT",

0 commit comments

Comments
 (0)