Skip to content

Commit 7fb3224

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

File tree

11 files changed

+20
-26
lines changed

11 files changed

+20
-26
lines changed

.changeset/crisp-parts-feel.md

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

.changeset/sour-chicken-tie.md

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

.changeset/sparkly-ducks-talk.md

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

.changeset/witty-pugs-pay.md

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

CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- [#108](https://github.com/tempoxyz/tempo-ts/pull/108) [`c2f353a`](https://github.com/tempoxyz/tempo-ts/commit/c2f353a1e7b0da380d3600f5839cfb61fcb52b17) Thanks [@jxom](https://github.com/jxom)! - **Breaking (`tempo.ts/wagmi`):** Changed default `expiry` of `Connector.webAuthn` connector access keys to one day (previously unlimited).
8+
9+
- [#108](https://github.com/tempoxyz/tempo-ts/pull/108) [`c2f353a`](https://github.com/tempoxyz/tempo-ts/commit/c2f353a1e7b0da380d3600f5839cfb61fcb52b17) Thanks [@jxom](https://github.com/jxom)! - `tempo.ts/wagmi`: Added ability to pass `expiry` and `limits` to `webAuthn#grantAccessKey`.
10+
11+
- [#108](https://github.com/tempoxyz/tempo-ts/pull/108) [`c2f353a`](https://github.com/tempoxyz/tempo-ts/commit/c2f353a1e7b0da380d3600f5839cfb61fcb52b17) Thanks [@jxom](https://github.com/jxom)! - **Breaking (`tempo.ts/wagmi`):** Removed `"lax"` option from `Connector.webAuthn#grantAccessKey` connector. The "lax" behavior is now the default. To opt-in to "strict mode", set `strict: true` in the `grantAccessKey` options.
12+
13+
### Patch Changes
14+
15+
- [#38](https://github.com/tempoxyz/tempo-ts/pull/38) [`0861c0d`](https://github.com/tempoxyz/tempo-ts/commit/0861c0d07ccd73a3be4f2562f969df3bd43a9398) Thanks [@jxom](https://github.com/jxom)! - `tempo.ts/ox`: Added `AuthorizationTempo` for Tempo-flavoured 7702 auths.
16+
317
## 0.9.0
418

519
### Minor 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.9.0",
18+
"tempo.ts": "~0.10.0",
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.9.0",
20+
"tempo.ts": "~0.10.0",
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.9.0",
15+
"tempo.ts": "~0.10.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.9.0",
15+
"tempo.ts": "~0.10.0",
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.9.0",
18+
"tempo.ts": "~0.10.0",
1919
"viem": "^2",
2020
"wagmi": "^3"
2121
},

0 commit comments

Comments
 (0)