From 1526fcd58d3c6e7594ab8bf8f414fe74c7e71765 Mon Sep 17 00:00:00 2001 From: Alchemy Bot Date: Fri, 28 Jul 2023 18:49:18 +0000 Subject: [PATCH] chore(release): publish v0.1.0-alpha.18 [skip-ci] --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- packages/accounts/CHANGELOG.md | 4 ++++ packages/accounts/package.json | 4 ++-- packages/alchemy/CHANGELOG.md | 4 ++++ packages/alchemy/package.json | 4 ++-- packages/core/CHANGELOG.md | 4 ++++ packages/core/package.json | 2 +- packages/core/src/version.ts | 2 +- packages/ethers/CHANGELOG.md | 4 ++++ packages/ethers/package.json | 4 ++-- 11 files changed, 29 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a6ef37b24..cd932eded1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +# 0.1.0-alpha.18 (2023-07-28) + +**Note:** Version bump only for package root + # 0.1.0-alpha.17 (2023-07-19) ### Features diff --git a/lerna.json b/lerna.json index 459741debf..39f903387f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.1.0-alpha.17", + "version": "0.1.0-alpha.18", "useNx": true, "npmClient": "yarn", "conventionalCommits": true, diff --git a/packages/accounts/CHANGELOG.md b/packages/accounts/CHANGELOG.md index 4a70a6502b..9f5746a1a0 100644 --- a/packages/accounts/CHANGELOG.md +++ b/packages/accounts/CHANGELOG.md @@ -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. +# 0.1.0-alpha.18 (2023-07-28) + +**Note:** Version bump only for package @alchemy/aa-accounts + # 0.1.0-alpha.17 (2023-07-19) ### Features diff --git a/packages/accounts/package.json b/packages/accounts/package.json index 4f31ed6bcb..e15565784f 100644 --- a/packages/accounts/package.json +++ b/packages/accounts/package.json @@ -1,6 +1,6 @@ { "name": "@alchemy/aa-accounts", - "version": "0.1.0-alpha.17", + "version": "0.1.0-alpha.18", "description": "A collection of ERC-4337 compliant smart contract account interfaces", "author": "Alchemy", "license": "MIT", @@ -39,7 +39,7 @@ "test:run-e2e": "vitest run --config vitest.config.e2e.ts" }, "devDependencies": { - "@alchemy/aa-core": "^0.1.0-alpha.17", + "@alchemy/aa-core": "^0.1.0-alpha.18", "typescript": "^5.0.4", "typescript-template": "*", "viem": "^1.1.7", diff --git a/packages/alchemy/CHANGELOG.md b/packages/alchemy/CHANGELOG.md index c0b2db5d16..af2867fe3a 100644 --- a/packages/alchemy/CHANGELOG.md +++ b/packages/alchemy/CHANGELOG.md @@ -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. +# 0.1.0-alpha.18 (2023-07-28) + +**Note:** Version bump only for package @alchemy/aa-alchemy + # 0.1.0-alpha.17 (2023-07-19) ### Features diff --git a/packages/alchemy/package.json b/packages/alchemy/package.json index f1a8420ce4..0f81c5a2d5 100644 --- a/packages/alchemy/package.json +++ b/packages/alchemy/package.json @@ -1,6 +1,6 @@ { "name": "@alchemy/aa-alchemy", - "version": "0.1.0-alpha.17", + "version": "0.1.0-alpha.18", "description": "adapters for @alchemy/aa-core for interacting with alchemy services", "author": "Alchemy", "license": "MIT", @@ -39,7 +39,7 @@ "test:run-e2e": "vitest run --config vitest.config.e2e.ts" }, "devDependencies": { - "@alchemy/aa-core": "^0.1.0-alpha.17", + "@alchemy/aa-core": "^0.1.0-alpha.18", "typescript": "^5.0.4", "typescript-template": "*", "viem": "^1.1.7", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3557fa474c..cf66ab51da 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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. +# 0.1.0-alpha.18 (2023-07-28) + +**Note:** Version bump only for package @alchemy/aa-core + # 0.1.0-alpha.17 (2023-07-19) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index ba049c58ee..88ef9e0483 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@alchemy/aa-core", "license": "MIT", - "version": "0.1.0-alpha.17", + "version": "0.1.0-alpha.18", "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", diff --git a/packages/core/src/version.ts b/packages/core/src/version.ts index 533d71a0b7..5ab6a7117e 100644 --- a/packages/core/src/version.ts +++ b/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 = "0.1.0-alpha.17"; +export const VERSION = "0.1.0-alpha.18"; diff --git a/packages/ethers/CHANGELOG.md b/packages/ethers/CHANGELOG.md index b1803c608f..6d14446bde 100644 --- a/packages/ethers/CHANGELOG.md +++ b/packages/ethers/CHANGELOG.md @@ -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. +# 0.1.0-alpha.18 (2023-07-28) + +**Note:** Version bump only for package @alchemy/aa-ethers + # 0.1.0-alpha.17 (2023-07-19) ### Features diff --git a/packages/ethers/package.json b/packages/ethers/package.json index 0b3cbe5c24..2dcb2c700d 100644 --- a/packages/ethers/package.json +++ b/packages/ethers/package.json @@ -1,7 +1,7 @@ { "name": "@alchemy/aa-ethers", "license": "MIT", - "version": "0.1.0-alpha.17", + "version": "0.1.0-alpha.18", "description": "Ethers.js wrapper for @alchemy/aa-core", "author": "Alchemy", "type": "module", @@ -42,7 +42,7 @@ "test:run-e2e": "vitest run --config vitest.config.e2e.ts" }, "devDependencies": { - "@alchemy/aa-core": "^0.1.0-alpha.17", + "@alchemy/aa-core": "^0.1.0-alpha.18", "alchemy-sdk": "^2.8.3", "dotenv": "^16.0.3", "typescript": "^5.0.4",