Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: version package
Browse files Browse the repository at this point in the history
github-actions[bot] committed Jan 26, 2025
1 parent b5eadf8 commit 9ca3fa6
Showing 7 changed files with 33 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-moons-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-lies-attend.md

This file was deleted.

44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 2.22.15

### Patch Changes

- [#3277](https://github.com/wevm/viem/pull/3277) [`b5eadf8c14cf6578aaeb82b1ff78f3b12a600a7b`](https://github.com/wevm/viem/commit/b5eadf8c14cf6578aaeb82b1ff78f3b12a600a7b) Thanks [@Duncan-Ultra](https://github.com/Duncan-Ultra)! - Added Ultra EVM Mainnet chain

- [#3275](https://github.com/wevm/viem/pull/3275) [`3b21f1ad5c5679d557457144c28e089e1459373b`](https://github.com/wevm/viem/commit/3b21f1ad5c5679d557457144c28e089e1459373b) Thanks [@holic](https://github.com/holic)! - Removed hash on request cache key.

## 2.22.14

### Patch Changes
2 changes: 1 addition & 1 deletion src/errors/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '2.22.14'
export const version = '2.22.15'
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/viem",
"version": "2.22.14",
"version": "2.22.15",
"exports": {
".": "./index.ts",
"./accounts-abstraction": "./account-abstraction/index.ts",
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "viem",
"description": "TypeScript Interface for Ethereum",
"version": "2.22.14",
"version": "2.22.15",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",

0 comments on commit 9ca3fa6

Please sign in to comment.