Skip to content

Commit

Permalink
chore(release): publish v3.12.2 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchemy Bot committed May 9, 2024
1 parent 9e6b927 commit 0a0d8db
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
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.12.2](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.1...v3.12.2) (2024-05-09)

### Bug Fixes

- paymaster bypass wasn't working correctly ([9e6b927](https://github.com/alchemyplatform/aa-sdk/commit/9e6b9272fd990ea3edaa83ce579f25245dcfee5f))

## [3.12.1](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.0...v3.12.1) (2024-05-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.12.1",
"version": "3.12.2",
"npmClient": "yarn",
"conventionalCommits": true,
"changelog": true,
Expand Down
4 changes: 4 additions & 0 deletions packages/accounts/CHANGELOG.md
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.12.2](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.1...v3.12.2) (2024-05-09)

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

## [3.12.1](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.0...v3.12.1) (2024-05-07)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/accounts/package.json
@@ -1,6 +1,6 @@
{
"name": "@alchemy/aa-accounts",
"version": "3.12.1",
"version": "3.12.2",
"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.12.1",
"@alchemy/aa-core": "^3.12.2",
"viem": "2.8.6"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/alchemy/CHANGELOG.md
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.12.2](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.1...v3.12.2) (2024-05-09)

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

## [3.12.1](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.0...v3.12.1) (2024-05-07)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/alchemy/package.json
@@ -1,6 +1,6 @@
{
"name": "@alchemy/aa-alchemy",
"version": "3.12.1",
"version": "3.12.2",
"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.12.1",
"@alchemy/aa-core": "^3.12.2",
"@turnkey/http": "^2.6.2",
"@turnkey/iframe-stamper": "^1.0.0",
"@turnkey/viem": "^0.4.8",
Expand Down Expand Up @@ -111,7 +111,7 @@
"homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
"gitHead": "ee46e8bb857de3b631044fa70714ea706d9e317d",
"optionalDependencies": {
"@alchemy/aa-accounts": "^3.12.1",
"@alchemy/aa-accounts": "^3.12.2",
"alchemy-sdk": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/alchemy/src/version.ts
@@ -1,3 +1,3 @@
// This file is autogenerated by inject-version.ts. Any changes will be
// overwritten on commit!
export const VERSION = "3.12.1";
export const VERSION = "3.12.2";
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
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.12.2](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.1...v3.12.2) (2024-05-09)

### Bug Fixes

- paymaster bypass wasn't working correctly ([9e6b927](https://github.com/alchemyplatform/aa-sdk/commit/9e6b9272fd990ea3edaa83ce579f25245dcfee5f))

## [3.12.1](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.0...v3.12.1) (2024-05-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@alchemy/aa-core",
"license": "MIT",
"version": "3.12.1",
"version": "3.12.2",
"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
@@ -1,3 +1,3 @@
// This file is autogenerated by inject-version.ts. Any changes will be
// overwritten on commit!
export const VERSION = "3.12.1";
export const VERSION = "3.12.2";
4 changes: 4 additions & 0 deletions packages/ethers/CHANGELOG.md
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.12.2](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.1...v3.12.2) (2024-05-09)

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

## [3.12.1](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.0...v3.12.1) (2024-05-07)

**Note:** Version bump only for package @alchemy/aa-ethers
Expand Down
4 changes: 2 additions & 2 deletions packages/ethers/package.json
@@ -1,7 +1,7 @@
{
"name": "@alchemy/aa-ethers",
"license": "MIT",
"version": "3.12.1",
"version": "3.12.2",
"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.12.1",
"@alchemy/aa-core": "^3.12.2",
"@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
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.12.2](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.1...v3.12.2) (2024-05-09)

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

## [3.12.1](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.0...v3.12.1) (2024-05-07)

**Note:** Version bump only for package @alchemy/plugingen
Expand Down
6 changes: 3 additions & 3 deletions packages/plugingen/package.json
@@ -1,6 +1,6 @@
{
"name": "@alchemy/plugingen",
"version": "3.12.1",
"version": "3.12.2",
"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.12.1",
"@alchemy/aa-core": "^3.12.1",
"@alchemy/aa-accounts": "^3.12.2",
"@alchemy/aa-core": "^3.12.2",
"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
@@ -1,3 +1,3 @@
// This file is autogenerated by inject-version.ts. Any changes will be
// overwritten on commit!
export const VERSION = "3.12.1";
export const VERSION = "3.12.2";
4 changes: 4 additions & 0 deletions packages/signers/CHANGELOG.md
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.12.2](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.1...v3.12.2) (2024-05-09)

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

## [3.12.1](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.0...v3.12.1) (2024-05-07)

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

0 comments on commit 0a0d8db

Please sign in to comment.