Skip to content

Commit

Permalink
chore: version packages (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 1, 2024
1 parent 84987ac commit e982471
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-flowers-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-drinks-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-waves-stare.md

This file was deleted.

12 changes: 12 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# ox

## 0.4.0

### Minor Changes

- [#35](https://github.com/wevm/ox/pull/35) [`4680b06`](https://github.com/wevm/ox/commit/4680b06d4715b1b62d903f45490d325506a1e959) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Updated `Signature.toHex` to serialize the last byte as `v` instead of `yParity` for widened compatibility.

### Patch Changes

- [`15f9863`](https://github.com/wevm/ox/commit/15f98630c46ec0c09998162a92a5e8bac709e32d) Thanks [@jxom](https://github.com/jxom)! - Added assertion for ABI-encoding integer ranges.

- [`2e0d4af`](https://github.com/wevm/ox/commit/2e0d4af5c6e26c09a9b83971be0fc06415ee4976) Thanks [@jxom](https://github.com/jxom)! - Added support for block identifiers.

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wevm/ox",
"version": "0.3.1",
"version": "0.4.0",
"publish": {
"include": ["LICENSE", "README.md", "CHANGELOG.md", "**/*.ts"],
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ox",
"description": "Ethereum Standard Library",
"version": "0.3.1",
"version": "0.4.0",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/** @internal */
export const version = '0.3.1'
export const version = '0.4.0'

0 comments on commit e982471

Please sign in to comment.