Skip to content

Commit

Permalink
chore(release): publish v3.13.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchemy Bot committed May 10, 2024
1 parent ab6bad3 commit 6d7cfe3
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.13.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.4...v3.13.0) (2024-05-10)

### Bug Fixes

- **light-account:** light account v2 signatures should have sig type ([#663](https://github.com/alchemyplatform/aa-sdk/issues/663)) ([54764a9](https://github.com/alchemyplatform/aa-sdk/commit/54764a9215c4d2213905ba301670316f697a4169))

### Features

- add email loading state to the modal ([8d0d244](https://github.com/alchemyplatform/aa-sdk/commit/8d0d24408652cbc48ea4cd44ed0c98c1cb68d2f8))
- add passkey loading state ([b56fe8d](https://github.com/alchemyplatform/aa-sdk/commit/b56fe8d240e58392b15f6a58d79fe580f8118772))
- add support for adding a passkey on signup ([ab6bad3](https://github.com/alchemyplatform/aa-sdk/commit/ab6bad3a24bd8736e1fbe15881f4b156492b2dae))
- **ui:** start adding use authenticate calls to the modal ([c2ef8eb](https://github.com/alchemyplatform/aa-sdk/commit/c2ef8ebf437226c41e05bc310b9a7b39459c94c1))

## [3.12.4](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.3...v3.12.4) (2024-05-10)

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

### Bug Fixes

- **light-account:** light account v2 signatures should have sig type ([#663](https://github.com/alchemyplatform/aa-sdk/issues/663)) ([54764a9](https://github.com/alchemyplatform/aa-sdk/commit/54764a9215c4d2213905ba301670316f697a4169))

## [3.12.3](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.2...v3.12.3) (2024-05-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts/package.json
@@ -1,6 +1,6 @@
{
"name": "@alchemy/aa-accounts",
"version": "3.12.3",
"version": "3.13.0",
"description": "A collection of ERC-4337 compliant smart contract account interfaces",
"author": "Alchemy",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/alchemy/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.13.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.4...v3.13.0) (2024-05-10)

### Features

- add email loading state to the modal ([8d0d244](https://github.com/alchemyplatform/aa-sdk/commit/8d0d24408652cbc48ea4cd44ed0c98c1cb68d2f8))
- add passkey loading state ([b56fe8d](https://github.com/alchemyplatform/aa-sdk/commit/b56fe8d240e58392b15f6a58d79fe580f8118772))
- add support for adding a passkey on signup ([ab6bad3](https://github.com/alchemyplatform/aa-sdk/commit/ab6bad3a24bd8736e1fbe15881f4b156492b2dae))
- **ui:** start adding use authenticate calls to the modal ([c2ef8eb](https://github.com/alchemyplatform/aa-sdk/commit/c2ef8ebf437226c41e05bc310b9a7b39459c94c1))

## [3.12.4](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.3...v3.12.4) (2024-05-10)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/alchemy/package.json
@@ -1,6 +1,6 @@
{
"name": "@alchemy/aa-alchemy",
"version": "3.12.4",
"version": "3.13.0",
"description": "adapters for @alchemy/aa-core for interacting with alchemy services",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -114,7 +114,7 @@
"homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
"gitHead": "ee46e8bb857de3b631044fa70714ea706d9e317d",
"optionalDependencies": {
"@alchemy/aa-accounts": "^3.12.3",
"@alchemy/aa-accounts": "^3.13.0",
"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.4";
export const VERSION = "3.13.0";
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.13.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.4...v3.13.0) (2024-05-10)

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

## [3.12.3](https://github.com/alchemyplatform/aa-sdk/compare/v3.12.2...v3.12.3) (2024-05-10)

**Note:** Version bump only for package @alchemy/plugingen
Expand Down
4 changes: 2 additions & 2 deletions packages/plugingen/package.json
@@ -1,6 +1,6 @@
{
"name": "@alchemy/plugingen",
"version": "3.12.3",
"version": "3.13.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.12.3",
"@alchemy/aa-accounts": "^3.13.0",
"@alchemy/aa-core": "^3.12.3",
"bundle-require": "^4.0.2",
"cac": "^6.7.14",
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.3";
export const VERSION = "3.13.0";

0 comments on commit 6d7cfe3

Please sign in to comment.