Skip to content

Commit 41ba235

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

File tree

7 files changed

+24
-29
lines changed

7 files changed

+24
-29
lines changed

.changeset/purple-pillows-sparkle.md

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

.changeset/rich-plants-trade.md

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

.changeset/tame-eagles-happen.md

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

src/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- [#138](https://github.com/wevm/ox/pull/138) [`29a2f43`](https://github.com/wevm/ox/commit/29a2f4357c90fad0c4ba69e3ebf3665bdd5c30d1) Thanks [@wbj-cb](https://github.com/wbj-cb)! - **Breaking:** Aligned to latest ERC-8021 specification. Modified `Attribution.toDataSuffix` parameters to include `codeRegistry` instead of `registryAddress`.
8+
9+
```diff ts twoslash
10+
Attribution.toDataSuffix({
11+
codes: ['baseapp', 'morpho'],
12+
- registryAddress: '0xcccccccccccccccccccccccccccccccccccccccc',
13+
+ codeRegistry: {
14+
+ address: '0xcccccccccccccccccccccccccccccccccccccccc`
15+
+ chainId: 8453,
16+
+ }
17+
})
18+
```
19+
20+
- [`f8bf590`](https://github.com/wevm/ox/commit/f8bf5908bfaf3b1a5d39c38cea98ed58fc9f7935) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Renamed `TransactionEnvelope*` to `TxEnvelope*`.
21+
22+
- [#140](https://github.com/wevm/ox/pull/140) [`7997629`](https://github.com/wevm/ox/commit/79976295604ef5281c33a89af9d59a6fafc9ddd0) Thanks [@jxom](https://github.com/jxom)! - Added `ox/tempo` entrypoint.
23+
324
## 0.9.17
425

526
### 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.9.17",
3+
"version": "0.10.0",
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.9.17",
4+
"version": "0.10.0",
55
"type": "module",
66
"main": "./_cjs/index.js",
77
"module": "./_esm/index.js",

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.9.17'
2+
export const version = '0.10.0'

0 commit comments

Comments
 (0)