Skip to content

Commit e93e4e2

Browse files
authored
Merge branch 'main' into jake/signer-get-passkey-status
2 parents e8bc6f6 + 8ee8571 commit e93e4e2

32 files changed

+101
-46
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.20.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.20.0...v4.20.1) (2025-03-28)
7+
8+
### Bug Fixes
9+
10+
- eip1193 account address check [#1430](https://github.com/alchemyplatform/aa-sdk/issues/1430) ([#1493](https://github.com/alchemyplatform/aa-sdk/issues/1493)) ([05d0a63](https://github.com/alchemyplatform/aa-sdk/commit/05d0a632754fdc089a803cd8f2d967c0d6549982))
11+
- resolve import path immediately for tailwind plugin ([#1494](https://github.com/alchemyplatform/aa-sdk/issues/1494)) ([5abffd2](https://github.com/alchemyplatform/aa-sdk/commit/5abffd2c3b29dd46e79e4c8aed86f7c69723c5c1))
12+
613
# [4.20.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.19.0...v4.20.0) (2025-03-28)
714

815
### Bug Fixes

aa-sdk/core/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.20.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.20.0...v4.20.1) (2025-03-28)
7+
8+
### Bug Fixes
9+
10+
- eip1193 account address check [#1430](https://github.com/alchemyplatform/aa-sdk/issues/1430) ([#1493](https://github.com/alchemyplatform/aa-sdk/issues/1493)) ([05d0a63](https://github.com/alchemyplatform/aa-sdk/commit/05d0a632754fdc089a803cd8f2d967c0d6549982))
11+
612
# [4.20.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.19.0...v4.20.0) (2025-03-28)
713

814
**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.20.0",
4+
"version": "4.20.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/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.20.0";
3+
export const VERSION = "4.20.1";

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.20.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.20.0...v4.20.1) (2025-03-28)
7+
8+
**Note:** Version bump only for package @aa-sdk/ethers
9+
610
# [4.20.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.19.0...v4.20.0) (2025-03-28)
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.20.0",
4+
"version": "4.20.1",
55
"description": "Ethers.js wrapper for @aa-sdk/core",
66
"author": "Alchemy",
77
"type": "module",
@@ -42,15 +42,15 @@
4242
"test:run": "vitest run"
4343
},
4444
"devDependencies": {
45-
"@account-kit/smart-contracts": "^4.20.0",
45+
"@account-kit/smart-contracts": "^4.20.1",
4646
"alchemy-sdk": "^3.0.0",
4747
"dotenv": "^16.0.3",
4848
"typescript": "^5.0.4",
4949
"typescript-template": "*",
5050
"vitest": "^2.0.4"
5151
},
5252
"dependencies": {
53-
"@aa-sdk/core": "^4.20.0",
53+
"@aa-sdk/core": "^4.20.1",
5454
"@ethersproject/abi": "^5.7.0",
5555
"@ethersproject/abstract-signer": "^5.7.0",
5656
"@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.20.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.20.0...v4.20.1) (2025-03-28)
7+
8+
**Note:** Version bump only for package @account-kit/core
9+
610
# [4.20.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.19.0...v4.20.0) (2025-03-28)
711

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

account-kit/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@account-kit/core",
3-
"version": "4.20.0",
3+
"version": "4.20.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",
@@ -51,11 +51,11 @@
5151
"vitest": "^2.0.4"
5252
},
5353
"dependencies": {
54-
"@account-kit/infra": "^4.20.0",
55-
"@account-kit/logging": "^4.20.0",
56-
"@account-kit/react-native-signer": "^4.20.0",
57-
"@account-kit/signer": "^4.20.0",
58-
"@account-kit/smart-contracts": "^4.20.0",
54+
"@account-kit/infra": "^4.20.1",
55+
"@account-kit/logging": "^4.20.1",
56+
"@account-kit/react-native-signer": "^4.20.1",
57+
"@account-kit/signer": "^4.20.1",
58+
"@account-kit/smart-contracts": "^4.20.1",
5959
"js-cookie": "^3.0.5",
6060
"zod": "^3.22.4",
6161
"zustand": "^5.0.0-rc.2"

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.20.0";
3+
export const VERSION = "4.20.1";

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.20.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.20.0...v4.20.1) (2025-03-28)
7+
8+
**Note:** Version bump only for package @account-kit/infra
9+
610
# [4.20.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.19.0...v4.20.0) (2025-03-28)
711

812
### Features

0 commit comments

Comments
 (0)