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

Commit 21de761

Browse files
chore: version packages (#68)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 70b021c commit 21de761

8 files changed

Lines changed: 12 additions & 11 deletions

File tree

.changeset/two-peas-sniff.md

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

CHANGELOG.md

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

3+
## 0.5.4
4+
5+
### Patch Changes
6+
7+
- [`3961295`](https://github.com/tempoxyz/tempo-ts/commit/3961295ef1079deb6b5031114614216aa69bbd57) Thanks [@jxom](https://github.com/jxom)! - Added `timeout` property to `faucet.fundSync`.
8+
39
## 0.5.3
410

511
### 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.3",
15+
"tempo.ts": "~0.5.4",
1616
"viem": "^2",
1717
"wagmi": "^2"
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.3",
15+
"tempo.ts": "~0.5.4",
1616
"viem": "^2",
1717
"wagmi": "^2"
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.3",
15+
"tempo.ts": "~0.5.4",
1616
"viem": "^2",
1717
"wagmi": "^2"
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.3",
15+
"tempo.ts": "~0.5.4",
1616
"viem": "^2",
1717
"wagmi": "^2"
1818
},

examples/payments/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.3",
15+
"tempo.ts": "~0.5.4",
1616
"viem": "^2",
1717
"wagmi": "^2"
1818
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"[!start-pkg]": "",
6565
"name": "tempo.ts",
6666
"type": "module",
67-
"version": "0.5.3",
67+
"version": "0.5.4",
6868
"dependencies": {
6969
"ox": "~0.9.9"
7070
},

0 commit comments

Comments
 (0)