Skip to content

Commit abccd05

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

File tree

10 files changed

+16
-21
lines changed

10 files changed

+16
-21
lines changed

.changeset/perky-mugs-travel.md

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

.changeset/soft-schools-dig.md

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

.changeset/wild-eels-repeat.md

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

CHANGELOG.md

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

3+
## 0.10.2
4+
5+
### Patch Changes
6+
7+
- [`8204289`](https://github.com/tempoxyz/tempo-ts/commit/82042894c38404b0cd282d59819269adb4cd238d) Thanks [@jxom](https://github.com/jxom)! - Updated `tempoDev` chain id.
8+
9+
- [`a0e1745`](https://github.com/tempoxyz/tempo-ts/commit/a0e17454c3f8a36175b3131a3e06784b12f3d443) Thanks [@jxom](https://github.com/jxom)! - Added missing properties to actions.
10+
11+
- [`888f10b`](https://github.com/tempoxyz/tempo-ts/commit/888f10be87641444171572e5f2898b2e6b969402) Thanks [@jxom](https://github.com/jxom)! - Fixed issue where zeroish `nonceKey`s would not use protocol nonce. This is an issue to be fixed upstream in Tempo.
12+
313
## 0.10.1
414

515
### Patch Changes

examples/_template-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@tanstack/react-query": "^5",
1616
"react": "^19",
1717
"react-dom": "^19",
18-
"tempo.ts": "~0.10.1",
18+
"tempo.ts": "~0.10.2",
1919
"viem": "^2",
2020
"wagmi": "^3"
2121
},

examples/accounts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ox": "~0.9.17",
1818
"react": "^19",
1919
"react-dom": "^19",
20-
"tempo.ts": "~0.10.1",
20+
"tempo.ts": "~0.10.2",
2121
"viem": "^2",
2222
"wagmi": "^3"
2323
},

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

examples/payments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@tanstack/react-query": "^5",
1616
"react": "^19",
1717
"react-dom": "^19",
18-
"tempo.ts": "~0.10.1",
18+
"tempo.ts": "~0.10.2",
1919
"viem": "^2",
2020
"wagmi": "^3"
2121
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"[!start-pkg]": "",
7070
"name": "tempo.ts",
7171
"type": "module",
72-
"version": "0.10.1",
72+
"version": "0.10.2",
7373
"dependencies": {
7474
"@remix-run/fetch-router": "~0.12.0",
7575
"idb-keyval": "^6.2.2",

0 commit comments

Comments
 (0)