Skip to content

Commit 4ebd04a

Browse files
author
Alchemy Bot
committed
chore(release): publish v4.64.0 [skip-ci]
1 parent 8797f63 commit 4ebd04a

35 files changed

+123
-53
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.64.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.63.2...v4.64.0) (2025-09-19)
7+
8+
### Bug Fixes
9+
10+
- address race condition between preview env and link check ([#2082](https://github.com/alchemyplatform/aa-sdk/issues/2082)) ([72df7e6](https://github.com/alchemyplatform/aa-sdk/commit/72df7e628fbb7ce28ab66ddbab148171cbf00f84))
11+
- check links on preview ([#2067](https://github.com/alchemyplatform/aa-sdk/issues/2067)) ([dbb8960](https://github.com/alchemyplatform/aa-sdk/commit/dbb8960f60b1e589b997904cc7902c2e3af6e589))
12+
- fix broken link in guide ([#2083](https://github.com/alchemyplatform/aa-sdk/issues/2083)) ([415bfdf](https://github.com/alchemyplatform/aa-sdk/commit/415bfdf7cbc633ce1b136ee16b512b30c3af2553))
13+
- remove twoslash within codeblocks due to fern issue ([#2059](https://github.com/alchemyplatform/aa-sdk/issues/2059)) ([fd3b7a6](https://github.com/alchemyplatform/aa-sdk/commit/fd3b7a634e2ac229c614e2771b843ebe56650cef))
14+
15+
### Features
16+
17+
- add link to tx docs from quickstart ([#2073](https://github.com/alchemyplatform/aa-sdk/issues/2073)) ([8367b79](https://github.com/alchemyplatform/aa-sdk/commit/8367b799f896b3dbc7f316b5964b6f72f661e50d))
18+
- server signing ([#2043](https://github.com/alchemyplatform/aa-sdk/issues/2043)) ([8797f63](https://github.com/alchemyplatform/aa-sdk/commit/8797f6342a8934dbe57c5e029599d02d56ce8145))
19+
620
## [4.63.2](https://github.com/alchemyplatform/aa-sdk/compare/v4.63.1...v4.63.2) (2025-09-16)
721

822
### Bug Fixes

aa-sdk/core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.64.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.63.2...v4.64.0) (2025-09-19)
7+
8+
### Bug Fixes
9+
10+
- address race condition between preview env and link check ([#2082](https://github.com/alchemyplatform/aa-sdk/issues/2082)) ([72df7e6](https://github.com/alchemyplatform/aa-sdk/commit/72df7e628fbb7ce28ab66ddbab148171cbf00f84))
11+
12+
### Features
13+
14+
- server signing ([#2043](https://github.com/alchemyplatform/aa-sdk/issues/2043)) ([8797f63](https://github.com/alchemyplatform/aa-sdk/commit/8797f6342a8934dbe57c5e029599d02d56ce8145))
15+
616
## [4.63.2](https://github.com/alchemyplatform/aa-sdk/compare/v4.63.1...v4.63.2) (2025-09-16)
717

818
**Note:** Version bump only for package @aa-sdk/core

aa-sdk/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aa-sdk/core",
33
"license": "MIT",
4-
"version": "4.63.2",
4+
"version": "4.64.0",
55
"description": "viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts",
66
"author": "Alchemy",
77
"type": "module",

aa-sdk/core/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is autogenerated by inject-version.ts. Any changes will be
22
// overwritten on commit!
3-
export const VERSION = "4.63.2";
3+
export const VERSION = "4.64.0";

aa-sdk/ethers/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.64.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.63.2...v4.64.0) (2025-09-19)
7+
8+
**Note:** Version bump only for package @aa-sdk/ethers
9+
610
## [4.63.2](https://github.com/alchemyplatform/aa-sdk/compare/v4.63.1...v4.63.2) (2025-09-16)
711

812
**Note:** Version bump only for package @aa-sdk/ethers

aa-sdk/ethers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aa-sdk/ethers",
33
"license": "MIT",
4-
"version": "4.63.2",
4+
"version": "4.64.0",
55
"description": "Ethers.js wrapper for @aa-sdk/core",
66
"author": "Alchemy",
77
"type": "module",
@@ -42,13 +42,13 @@
4242
"test:run": "vitest run"
4343
},
4444
"devDependencies": {
45-
"@account-kit/smart-contracts": "^4.63.2",
45+
"@account-kit/smart-contracts": "^4.64.0",
4646
"alchemy-sdk": "^3.0.0",
4747
"dotenv": "^16.0.3",
4848
"typescript-template": "*"
4949
},
5050
"dependencies": {
51-
"@aa-sdk/core": "^4.63.2",
51+
"@aa-sdk/core": "^4.64.0",
5252
"@ethersproject/abi": "^5.7.0",
5353
"@ethersproject/abstract-signer": "^5.7.0",
5454
"@ethersproject/bytes": "^5.7.0",

account-kit/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.64.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.63.2...v4.64.0) (2025-09-19)
7+
8+
**Note:** Version bump only for package @account-kit/core
9+
610
## [4.63.2](https://github.com/alchemyplatform/aa-sdk/compare/v4.63.1...v4.63.2) (2025-09-16)
711

812
### Bug Fixes

account-kit/core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@account-kit/core",
3-
"version": "4.63.2",
3+
"version": "4.64.0",
44
"description": "Core library for account kit that provides state management and framework indepednent abstractions across infra, Alchemy Signer, and Smart Contracts",
55
"author": "Alchemy",
66
"license": "MIT",
@@ -49,12 +49,12 @@
4949
"typescript-template": "*"
5050
},
5151
"dependencies": {
52-
"@account-kit/infra": "^4.63.2",
53-
"@account-kit/logging": "^4.63.2",
54-
"@account-kit/react-native-signer": "^4.63.2",
55-
"@account-kit/signer": "^4.63.2",
56-
"@account-kit/smart-contracts": "^4.63.2",
57-
"@account-kit/wallet-client": "^4.63.2",
52+
"@account-kit/infra": "^4.64.0",
53+
"@account-kit/logging": "^4.64.0",
54+
"@account-kit/react-native-signer": "^4.64.0",
55+
"@account-kit/signer": "^4.64.0",
56+
"@account-kit/smart-contracts": "^4.64.0",
57+
"@account-kit/wallet-client": "^4.64.0",
5858
"@solana/web3.js": "^1.98.0",
5959
"js-cookie": "^3.0.5",
6060
"zod": "^3.22.4",

account-kit/core/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is autogenerated by inject-version.ts. Any changes will be
22
// overwritten on commit!
3-
export const VERSION = "4.63.2";
3+
export const VERSION = "4.64.0";

account-kit/infra/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.64.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.63.2...v4.64.0) (2025-09-19)
7+
8+
**Note:** Version bump only for package @account-kit/infra
9+
610
## [4.63.2](https://github.com/alchemyplatform/aa-sdk/compare/v4.63.1...v4.63.2) (2025-09-16)
711

812
**Note:** Version bump only for package @account-kit/infra

0 commit comments

Comments
 (0)