Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Commit 5faba54

Browse files
chore: version packages (#72)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e8f5593 commit 5faba54

12 files changed

Lines changed: 22 additions & 31 deletions

File tree

.changeset/dark-pigs-pick.md

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

.changeset/eighty-otters-argue.md

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

.changeset/few-flies-refuse.md

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

.changeset/six-birds-flash.md

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

.changeset/true-shoes-push.md

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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# tempo.ts
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#71](https://github.com/tempoxyz/tempo-ts/pull/71) [`95d4649`](https://github.com/tempoxyz/tempo-ts/commit/95d464995bc13d5ba46a91f9e2a6f7b1c14675e0) Thanks [@gorried](https://github.com/gorried)! - Renamed `Instance#faucet.address` to `faucet.addresses` in order to support multiple tokens.
8+
9+
- [#78](https://github.com/tempoxyz/tempo-ts/pull/78) [`6c20dc0`](https://github.com/tempoxyz/tempo-ts/commit/6c20dc090b21a092e90855c7244d9c9d5d22930d) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Removed `feePayer` from `Transaction`. Extract the `feePayer` from `TransactionReceipt` instead.
10+
11+
### Patch Changes
12+
13+
- [`57ee208`](https://github.com/tempoxyz/tempo-ts/commit/57ee2084c40929dba587ccd5b4ed1aac4cb327b9) Thanks [@jxom](https://github.com/jxom)! - Removed sig envelope assertions on account signing.
14+
15+
- [#74](https://github.com/tempoxyz/tempo-ts/pull/74) [`b604600`](https://github.com/tempoxyz/tempo-ts/commit/b604600fd2c0202807175d4f669db648cb5dae95) Thanks [@gorried](https://github.com/gorried)! - Fixed formatting of `addresses` when starting prool `Instance`
16+
17+
- [`e82713f`](https://github.com/tempoxyz/tempo-ts/commit/e82713f192206e94a63e425307cb1566ce800092) Thanks [@jxom](https://github.com/jxom)! - Normalized `credential` before storing.
18+
319
## 0.5.4
420

521
### Patch Changes

examples/_template-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@tanstack/react-query": "^5",
1313
"react": "^19",
1414
"react-dom": "^19",
15-
"tempo.ts": "~0.5.4",
15+
"tempo.ts": "~0.6.0",
1616
"viem": "^2",
1717
"wagmi": "^3"
1818
},

examples/accounts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@tanstack/react-query": "^5",
1313
"react": "^19",
1414
"react-dom": "^19",
15-
"tempo.ts": "~0.5.4",
15+
"tempo.ts": "~0.6.0",
1616
"viem": "^2",
1717
"wagmi": "^3"
1818
},

examples/exchange/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@tanstack/react-query": "^5",
1313
"react": "^19",
1414
"react-dom": "^19",
15-
"tempo.ts": "~0.5.4",
15+
"tempo.ts": "~0.6.0",
1616
"viem": "^2",
1717
"wagmi": "^3"
1818
},

examples/issuance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@tanstack/react-query": "^5",
1313
"react": "^19",
1414
"react-dom": "^19",
15-
"tempo.ts": "~0.5.4",
15+
"tempo.ts": "~0.6.0",
1616
"viem": "^2",
1717
"wagmi": "^3"
1818
},

0 commit comments

Comments
 (0)