Skip to content

Commit cf7d9fb

Browse files
author
Alchemy Bot
committed
chore(release): publish v4.86.1 [skip-ci]
1 parent 91eeca3 commit cf7d9fb

28 files changed

Lines changed: 105 additions & 47 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.86.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.86.0...v4.86.1) (2026-03-24)
7+
8+
### Bug Fixes
9+
10+
- **ci:** add stub gha for v5 publishing, stricter v5 pkg reference ([#2401](https://github.com/alchemyplatform/aa-sdk/issues/2401)) ([0301c92](https://github.com/alchemyplatform/aa-sdk/commit/0301c92bd8ee07dab88a5717facd30f1dfd94bd3))
11+
612
# [4.86.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.84.1...v4.86.0) (2026-03-11)
713

814
### Bug Fixes

aa-sdk/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.86.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.86.0...v4.86.1) (2026-03-24)
7+
8+
**Note:** Version bump only for package @aa-sdk/core
9+
610
# [4.86.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.84.1...v4.86.0) (2026-03-11)
711

812
**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.86.0",
4+
"version": "4.86.1",
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/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.86.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.86.0...v4.86.1) (2026-03-24)
7+
8+
**Note:** Version bump only for package @aa-sdk/ethers
9+
610
# [4.86.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.84.1...v4.86.0) (2026-03-11)
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.86.0",
4+
"version": "4.86.1",
55
"description": "Ethers.js wrapper for @aa-sdk/core",
66
"author": "Alchemy",
77
"type": "module",
@@ -41,13 +41,13 @@
4141
"test:run": "vitest run"
4242
},
4343
"devDependencies": {
44-
"@account-kit/smart-contracts": "^4.86.0",
44+
"@account-kit/smart-contracts": "^4.86.1",
4545
"alchemy-sdk": "^3.0.0",
4646
"dotenv": "^16.0.3",
4747
"typescript-template": "*"
4848
},
4949
"dependencies": {
50-
"@aa-sdk/core": "^4.86.0",
50+
"@aa-sdk/core": "^4.86.1",
5151
"@ethersproject/abi": "^5.7.0",
5252
"@ethersproject/abstract-signer": "^5.7.0",
5353
"@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.86.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.86.0...v4.86.1) (2026-03-24)
7+
8+
**Note:** Version bump only for package @account-kit/core
9+
610
# [4.86.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.84.1...v4.86.0) (2026-03-11)
711

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

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.86.0",
3+
"version": "4.86.1",
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",
@@ -48,12 +48,12 @@
4848
"typescript-template": "*"
4949
},
5050
"dependencies": {
51-
"@account-kit/infra": "^4.86.0",
52-
"@account-kit/logging": "^4.86.0",
53-
"@account-kit/react-native-signer": "^4.86.0",
54-
"@account-kit/signer": "^4.86.0",
55-
"@account-kit/smart-contracts": "^4.86.0",
56-
"@account-kit/wallet-client": "^4.86.0",
51+
"@account-kit/infra": "^4.86.1",
52+
"@account-kit/logging": "^4.86.1",
53+
"@account-kit/react-native-signer": "^4.86.1",
54+
"@account-kit/signer": "^4.86.1",
55+
"@account-kit/smart-contracts": "^4.86.1",
56+
"@account-kit/wallet-client": "^4.86.1",
5757
"@solana/web3.js": "^1.98.0",
5858
"js-cookie": "^3.0.5",
5959
"zod": "^3.22.4",

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.86.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.86.0...v4.86.1) (2026-03-24)
7+
8+
**Note:** Version bump only for package @account-kit/infra
9+
610
# [4.86.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.84.1...v4.86.0) (2026-03-11)
711

812
### Features

account-kit/infra/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@account-kit/infra",
3-
"version": "4.86.0",
3+
"version": "4.86.1",
44
"description": "adapters for @aa-sdk/core for interacting with alchemy services",
55
"author": "Alchemy",
66
"license": "MIT",
@@ -47,8 +47,8 @@
4747
"typescript-template": "*"
4848
},
4949
"dependencies": {
50-
"@aa-sdk/core": "^4.86.0",
51-
"@account-kit/logging": "^4.86.0",
50+
"@aa-sdk/core": "^4.86.1",
51+
"@account-kit/logging": "^4.86.1",
5252
"eventemitter3": "^5.0.1",
5353
"zod": "^3.22.4"
5454
},

account-kit/logging/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.86.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.86.0...v4.86.1) (2026-03-24)
7+
8+
**Note:** Version bump only for package @account-kit/logging
9+
610
# [4.86.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.84.1...v4.86.0) (2026-03-11)
711

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

0 commit comments

Comments
 (0)