Skip to content

Commit

Permalink
chore(release): publish v3.18.1 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchemy Bot committed Jun 4, 2024
1 parent dc87b2f commit 4eb6781
Show file tree
Hide file tree
Showing 17 changed files with 53 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.18.1](https://github.com/alchemyplatform/aa-sdk/compare/v3.18.0...v3.18.1) (2024-06-04)

### Bug Fixes

- fix paymaster override for multisig plugin ([#676](https://github.com/alchemyplatform/aa-sdk/issues/676)) ([6db5bfc](https://github.com/alchemyplatform/aa-sdk/commit/6db5bfc7d9003417354df36728323752542d7723))
- update the version of the store so that we don't have clashes ([#703](https://github.com/alchemyplatform/aa-sdk/issues/703)) ([dc87b2f](https://github.com/alchemyplatform/aa-sdk/commit/dc87b2f313dc8bec806b7301acce4dd07e260903))

# [3.18.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.17.2...v3.18.0) (2024-06-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.18.0",
"version": "3.18.1",
"npmClient": "yarn",
"conventionalCommits": true,
"changelog": true,
Expand Down
4 changes: 4 additions & 0 deletions packages/accounts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.18.1](https://github.com/alchemyplatform/aa-sdk/compare/v3.18.0...v3.18.1) (2024-06-04)

**Note:** Version bump only for package @alchemy/aa-accounts

# [3.18.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.17.2...v3.18.0) (2024-06-04)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alchemy/aa-accounts",
"version": "3.18.0",
"version": "3.18.1",
"description": "A collection of ERC-4337 compliant smart contract account interfaces",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -74,7 +74,7 @@
"homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
"gitHead": "ee46e8bb857de3b631044fa70714ea706d9e317d",
"dependencies": {
"@alchemy/aa-core": "^3.18.0",
"@alchemy/aa-core": "^3.18.1",
"viem": "2.8.6"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/alchemy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.18.1](https://github.com/alchemyplatform/aa-sdk/compare/v3.18.0...v3.18.1) (2024-06-04)

### Bug Fixes

- fix paymaster override for multisig plugin ([#676](https://github.com/alchemyplatform/aa-sdk/issues/676)) ([6db5bfc](https://github.com/alchemyplatform/aa-sdk/commit/6db5bfc7d9003417354df36728323752542d7723))
- update the version of the store so that we don't have clashes ([#703](https://github.com/alchemyplatform/aa-sdk/issues/703)) ([dc87b2f](https://github.com/alchemyplatform/aa-sdk/commit/dc87b2f313dc8bec806b7301acce4dd07e260903))

# [3.18.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.17.2...v3.18.0) (2024-06-04)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/alchemy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alchemy/aa-alchemy",
"version": "3.18.0",
"version": "3.18.1",
"description": "adapters for @alchemy/aa-core for interacting with alchemy services",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -65,7 +65,7 @@
"vitest": "^0.31.0"
},
"dependencies": {
"@alchemy/aa-core": "^3.18.0",
"@alchemy/aa-core": "^3.18.1",
"@tanstack/react-form": "^0.19.4",
"@tanstack/zod-form-adapter": "^0.19.4",
"@turnkey/http": "^2.6.2",
Expand Down Expand Up @@ -120,7 +120,7 @@
"homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
"gitHead": "ee46e8bb857de3b631044fa70714ea706d9e317d",
"optionalDependencies": {
"@alchemy/aa-accounts": "^3.18.0",
"@alchemy/aa-accounts": "^3.18.1",
"alchemy-sdk": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/alchemy/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This file is autogenerated by inject-version.ts. Any changes will be
// overwritten on commit!
export const VERSION = "3.18.0";
export const VERSION = "3.18.1";
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.18.1](https://github.com/alchemyplatform/aa-sdk/compare/v3.18.0...v3.18.1) (2024-06-04)

### Bug Fixes

- fix paymaster override for multisig plugin ([#676](https://github.com/alchemyplatform/aa-sdk/issues/676)) ([6db5bfc](https://github.com/alchemyplatform/aa-sdk/commit/6db5bfc7d9003417354df36728323752542d7723))

# [3.18.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.17.2...v3.18.0) (2024-06-04)

**Note:** Version bump only for package @alchemy/aa-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alchemy/aa-core",
"license": "MIT",
"version": "3.18.0",
"version": "3.18.1",
"description": "viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts",
"author": "Alchemy",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This file is autogenerated by inject-version.ts. Any changes will be
// overwritten on commit!
export const VERSION = "3.18.0";
export const VERSION = "3.18.1";
4 changes: 4 additions & 0 deletions packages/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.18.1](https://github.com/alchemyplatform/aa-sdk/compare/v3.18.0...v3.18.1) (2024-06-04)

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

# [3.18.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.17.2...v3.18.0) (2024-06-04)

**Note:** Version bump only for package @alchemy/aa-ethers
Expand Down
4 changes: 2 additions & 2 deletions packages/ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alchemy/aa-ethers",
"license": "MIT",
"version": "3.18.0",
"version": "3.18.1",
"description": "Ethers.js wrapper for @alchemy/aa-core",
"author": "Alchemy",
"type": "module",
Expand Down Expand Up @@ -49,7 +49,7 @@
"vitest": "^0.31.0"
},
"dependencies": {
"@alchemy/aa-core": "^3.18.0",
"@alchemy/aa-core": "^3.18.1",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugingen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.18.1](https://github.com/alchemyplatform/aa-sdk/compare/v3.18.0...v3.18.1) (2024-06-04)

**Note:** Version bump only for package @alchemy/plugingen

# [3.18.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.17.2...v3.18.0) (2024-06-04)

**Note:** Version bump only for package @alchemy/plugingen
Expand Down
6 changes: 3 additions & 3 deletions packages/plugingen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alchemy/plugingen",
"version": "3.18.0",
"version": "3.18.1",
"description": "A CLI tool that enables you to generate TS code for your ERC-6900 plugins",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -60,8 +60,8 @@
},
"homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
"dependencies": {
"@alchemy/aa-accounts": "^3.18.0",
"@alchemy/aa-core": "^3.18.0",
"@alchemy/aa-accounts": "^3.18.1",
"@alchemy/aa-core": "^3.18.1",
"bundle-require": "^4.0.2",
"cac": "^6.7.14",
"change-case": "^5.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugingen/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This file is autogenerated by inject-version.ts. Any changes will be
// overwritten on commit!
export const VERSION = "3.18.0";
export const VERSION = "3.18.1";
4 changes: 4 additions & 0 deletions packages/signers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.18.1](https://github.com/alchemyplatform/aa-sdk/compare/v3.18.0...v3.18.1) (2024-06-04)

**Note:** Version bump only for package @alchemy/aa-signers

# [3.18.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.17.2...v3.18.0) (2024-06-04)

**Note:** Version bump only for package @alchemy/aa-signers
Expand Down
4 changes: 2 additions & 2 deletions packages/signers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alchemy/aa-signers",
"version": "3.18.0",
"version": "3.18.1",
"description": "A collection of signers used to create ERC-4337 smart accounts",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -129,7 +129,7 @@
"homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
"gitHead": "ee46e8bb857de3b631044fa70714ea706d9e317d",
"dependencies": {
"@alchemy/aa-core": "^3.18.0",
"@alchemy/aa-core": "^3.18.1",
"viem": "2.8.6"
},
"peerDependencies": {
Expand Down

0 comments on commit 4eb6781

Please sign in to comment.