Skip to content

Commit

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

# [3.17.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.16.2...v3.17.0) (2024-05-29)

### Bug Fixes

- **createAccount:** possible uncaught undefined ([e275f5f](https://github.com/alchemyplatform/aa-sdk/commit/e275f5f5edc313ff88aa46a2336fc8cfaab6ca65))
- export the \*web client and signer in aa-alchemy ([0777b97](https://github.com/alchemyplatform/aa-sdk/commit/0777b97b9a2620be02fffe92e3e46fe6162bae49))

### Features

- add support for passing in your own storage to session key signer ([#682](https://github.com/alchemyplatform/aa-sdk/issues/682)) ([67474c0](https://github.com/alchemyplatform/aa-sdk/commit/67474c0f224a8e56182cd38a99c6de58dd18229b))

## [3.16.2](https://github.com/alchemyplatform/aa-sdk/compare/v3.16.1...v3.16.2) (2024-05-26)

### 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.16.2",
"version": "3.17.0",
"npmClient": "yarn",
"conventionalCommits": true,
"changelog": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/accounts/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.17.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.16.2...v3.17.0) (2024-05-29)

### Features

- add support for passing in your own storage to session key signer ([#682](https://github.com/alchemyplatform/aa-sdk/issues/682)) ([67474c0](https://github.com/alchemyplatform/aa-sdk/commit/67474c0f224a8e56182cd38a99c6de58dd18229b))

# [3.16.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.15.0...v3.16.0) (2024-05-22)

**Note:** Version bump only for package @alchemy/aa-accounts
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alchemy/aa-accounts",
"version": "3.16.0",
"version": "3.17.0",
"description": "A collection of ERC-4337 compliant smart contract account interfaces",
"author": "Alchemy",
"license": "MIT",
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.17.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.16.2...v3.17.0) (2024-05-29)

### Bug Fixes

- **createAccount:** possible uncaught undefined ([e275f5f](https://github.com/alchemyplatform/aa-sdk/commit/e275f5f5edc313ff88aa46a2336fc8cfaab6ca65))
- export the \*web client and signer in aa-alchemy ([0777b97](https://github.com/alchemyplatform/aa-sdk/commit/0777b97b9a2620be02fffe92e3e46fe6162bae49))

## [3.16.2](https://github.com/alchemyplatform/aa-sdk/compare/v3.16.1...v3.16.2) (2024-05-26)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.16.2",
"version": "3.17.0",
"description": "adapters for @alchemy/aa-core for interacting with alchemy services",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -120,7 +120,7 @@
"homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
"gitHead": "ee46e8bb857de3b631044fa70714ea706d9e317d",
"optionalDependencies": {
"@alchemy/aa-accounts": "^3.16.0",
"@alchemy/aa-accounts": "^3.17.0",
"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.16.2";
export const VERSION = "3.17.0";
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.17.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.16.2...v3.17.0) (2024-05-29)

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

# [3.16.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.15.0...v3.16.0) (2024-05-22)

**Note:** Version bump only for package @alchemy/plugingen
Expand Down
4 changes: 2 additions & 2 deletions packages/plugingen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alchemy/plugingen",
"version": "3.16.0",
"version": "3.17.0",
"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,7 +60,7 @@
},
"homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
"dependencies": {
"@alchemy/aa-accounts": "^3.16.0",
"@alchemy/aa-accounts": "^3.17.0",
"@alchemy/aa-core": "^3.16.0",
"bundle-require": "^4.0.2",
"cac": "^6.7.14",
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.16.0";
export const VERSION = "3.17.0";

0 comments on commit 6dd30a5

Please sign in to comment.