Skip to content

Commit fc0a3b9

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

6 files changed

Lines changed: 10 additions & 11 deletions

File tree

.changeset/tip1011-scope-tweaks.md

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

src/CHANGELOG.md

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

3+
## 0.14.13
4+
5+
### Patch Changes
6+
7+
- [`68f8fa0`](https://github.com/wevm/ox/commit/68f8fa0514032e5495b6c527c61c957e1545850d) Thanks [@jxom](https://github.com/jxom)! - viem/tempo: Renamed `contractAddress` to `address` on `KeyAuthorization.Scope`. Added support for human-readable ABI signatures in `selector` (e.g. `'transfer(address,uint256)'`), which are automatically encoded into 4-byte selectors.
8+
39
## 0.14.12
410

511
### Patch Changes

src/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wevm/ox",
3-
"version": "0.14.12",
3+
"version": "0.14.13",
44
"publish": {
55
"include": ["LICENSE", "README.md", "CHANGELOG.md", "**/*.ts"],
66
"exclude": [

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ox",
33
"description": "Ethereum Standard Library",
4-
"version": "0.14.12",
4+
"version": "0.14.13",
55
"type": "module",
66
"main": "./_cjs/index.js",
77
"module": "./_esm/index.js",

src/tempo/KeyAuthorization.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,9 +2035,7 @@ describe('toTuple', () => {
20352035
{
20362036
address: token,
20372037
selector: 'function transfer(address,uint256)',
2038-
recipients: [
2039-
'0x1111111111111111111111111111111111111111',
2040-
],
2038+
recipients: ['0x1111111111111111111111111111111111111111'],
20412039
},
20422040
],
20432041
})

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/** @internal */
2-
export const version = '0.14.12'
2+
export const version = '0.14.13'

0 commit comments

Comments
 (0)