Skip to content

Commit

Permalink
chore(release): publish v4.0.0-beta.1 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed Sep 4, 2024
1 parent 581195b commit 5e0db61
Show file tree
Hide file tree
Showing 24 changed files with 68 additions and 28 deletions.
6 changes: 6 additions & 0 deletions 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.

# [4.0.0-beta.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2024-09-04)

### Bug Fixes

- remove focus outline on add passkey modal and update dependencies ([#947](https://github.com/alchemyplatform/aa-sdk/issues/947)) ([43367cf](https://github.com/alchemyplatform/aa-sdk/commit/43367cf2ecc369f8d8811ad00cb8ffe42b94d3fe))

# [4.0.0-beta.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.19.0...v4.0.0-beta.0) (2024-08-28)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions aa-sdk/core/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.

# [4.0.0-beta.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2024-09-04)

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

# [4.0.0-beta.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.19.0...v4.0.0-beta.0) (2024-08-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion aa-sdk/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aa-sdk/core",
"license": "MIT",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.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 aa-sdk/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 = "4.0.0-beta.0";
export const VERSION = "4.0.0-beta.1";
4 changes: 4 additions & 0 deletions aa-sdk/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.

# [4.0.0-beta.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2024-09-04)

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

# [4.0.0-beta.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.19.0...v4.0.0-beta.0) (2024-08-28)

### Code Refactoring
Expand Down
6 changes: 3 additions & 3 deletions aa-sdk/ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aa-sdk/ethers",
"license": "MIT",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"description": "Ethers.js wrapper for @aa-sdk/core",
"author": "Alchemy",
"type": "module",
Expand Down Expand Up @@ -42,15 +42,15 @@
"test:run-e2e": "vitest run --config vitest.config.e2e.ts"
},
"devDependencies": {
"@account-kit/smart-contracts": "^4.0.0-beta.0",
"@account-kit/smart-contracts": "^4.0.0-beta.1",
"alchemy-sdk": "^3.0.0",
"dotenv": "^16.0.3",
"typescript": "^5.0.4",
"typescript-template": "*",
"vitest": "^2.0.4"
},
"dependencies": {
"@aa-sdk/core": "^4.0.0-beta.0",
"@aa-sdk/core": "^4.0.0-beta.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 account-kit/core/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.

# [4.0.0-beta.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2024-09-04)

**Note:** Version bump only for package @account-kit/core

# [4.0.0-beta.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.19.0...v4.0.0-beta.0) (2024-08-28)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions account-kit/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@account-kit/core",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"description": "Core library for account kit that provides state management and framework indepednent abstractions across infra, Alchemy Signer, and Smart Contracts",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -46,9 +46,9 @@
"vitest": "^2.0.4"
},
"dependencies": {
"@account-kit/infra": "^4.0.0-beta.0",
"@account-kit/signer": "^4.0.0-beta.0",
"@account-kit/smart-contracts": "^4.0.0-beta.0",
"@account-kit/infra": "^4.0.0-beta.1",
"@account-kit/signer": "^4.0.0-beta.1",
"@account-kit/smart-contracts": "^4.0.0-beta.1",
"js-cookie": "^3.0.5",
"zod": "^3.22.4",
"zustand": "^4.5.2"
Expand Down
2 changes: 1 addition & 1 deletion account-kit/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 = "4.0.0-beta.0";
export const VERSION = "4.0.0-beta.1";
4 changes: 4 additions & 0 deletions account-kit/infra/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.

# [4.0.0-beta.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2024-09-04)

**Note:** Version bump only for package @account-kit/infra

# [4.0.0-beta.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.19.0...v4.0.0-beta.0) (2024-08-28)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions account-kit/infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@account-kit/infra",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"description": "adapters for @aa-sdk/core for interacting with alchemy services",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -45,7 +45,7 @@
"vitest": "^2.0.4"
},
"dependencies": {
"@aa-sdk/core": "^4.0.0-beta.0",
"@aa-sdk/core": "^4.0.0-beta.1",
"eventemitter3": "^5.0.1",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion account-kit/infra/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 = "4.0.0-beta.0";
export const VERSION = "4.0.0-beta.1";
4 changes: 4 additions & 0 deletions account-kit/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.

# [4.0.0-beta.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2024-09-04)

**Note:** Version bump only for package @account-kit/plugingen

# [4.0.0-beta.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.19.0...v4.0.0-beta.0) (2024-08-28)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions account-kit/plugingen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@account-kit/plugingen",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.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,7 +60,7 @@
},
"homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
"dependencies": {
"@aa-sdk/core": "^4.0.0-beta.0",
"@aa-sdk/core": "^4.0.0-beta.1",
"bundle-require": "^4.0.2",
"cac": "^6.7.14",
"change-case": "^5.4.3",
Expand Down
2 changes: 1 addition & 1 deletion account-kit/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 = "4.0.0-beta.0";
export const VERSION = "4.0.0-beta.1";
6 changes: 6 additions & 0 deletions account-kit/react/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.

# [4.0.0-beta.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2024-09-04)

### Bug Fixes

- remove focus outline on add passkey modal and update dependencies ([#947](https://github.com/alchemyplatform/aa-sdk/issues/947)) ([43367cf](https://github.com/alchemyplatform/aa-sdk/commit/43367cf2ecc369f8d8811ad00cb8ffe42b94d3fe))

# [4.0.0-beta.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.19.0...v4.0.0-beta.0) (2024-08-28)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions account-kit/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@account-kit/react",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"description": "React components and hooks for using Account Kit",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -55,8 +55,8 @@
"vitest": "^2.0.4"
},
"dependencies": {
"@account-kit/core": "^4.0.0-beta.0",
"@account-kit/infra": "^4.0.0-beta.0",
"@account-kit/core": "^4.0.0-beta.1",
"@account-kit/infra": "^4.0.0-beta.1",
"@tanstack/react-form": "^0.19.4",
"@tanstack/zod-form-adapter": "^0.19.4",
"@wagmi/connectors": "^4.3.9",
Expand Down
2 changes: 1 addition & 1 deletion account-kit/react/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 = "4.0.0-beta.0";
export const VERSION = "4.0.0-beta.1";
4 changes: 4 additions & 0 deletions account-kit/signer/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.

# [4.0.0-beta.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2024-09-04)

**Note:** Version bump only for package @account-kit/signer

# [4.0.0-beta.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.19.0...v4.0.0-beta.0) (2024-08-28)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions account-kit/signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@account-kit/signer",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"description": "Core interfaces and clients for interfacing with the Alchemy Signer API",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -49,7 +49,7 @@
"vitest": "^2.0.4"
},
"dependencies": {
"@aa-sdk/core": "^4.0.0-beta.0",
"@aa-sdk/core": "^4.0.0-beta.1",
"@turnkey/http": "^2.6.2",
"@turnkey/iframe-stamper": "^1.0.0",
"@turnkey/viem": "^0.4.8",
Expand Down
2 changes: 1 addition & 1 deletion account-kit/signer/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 = "4.0.0-beta.0";
export const VERSION = "4.0.0-beta.1";
4 changes: 4 additions & 0 deletions account-kit/smart-contracts/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.

# [4.0.0-beta.1](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.0...v4.0.0-beta.1) (2024-09-04)

**Note:** Version bump only for package @account-kit/smart-contracts

# [4.0.0-beta.0](https://github.com/alchemyplatform/aa-sdk/compare/v3.19.0...v4.0.0-beta.0) (2024-08-28)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions account-kit/smart-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@account-kit/smart-contracts",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"description": "aa-sdk compatible interfaces for Alchemy Smart Accounts",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -46,7 +46,7 @@
"test:run-e2e": "vitest run --config vitest.config.e2e.ts"
},
"devDependencies": {
"@account-kit/plugingen": "^4.0.0-beta.0",
"@account-kit/plugingen": "^4.0.0-beta.1",
"change-case": "^5.1.2",
"dedent": "^1.5.1",
"dotenv": "^16.3.1",
Expand All @@ -68,8 +68,8 @@
"homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
"gitHead": "ee46e8bb857de3b631044fa70714ea706d9e317d",
"dependencies": {
"@aa-sdk/core": "^4.0.0-beta.0",
"@account-kit/infra": "^4.0.0-beta.0"
"@aa-sdk/core": "^4.0.0-beta.1",
"@account-kit/infra": "^4.0.0-beta.1"
},
"peerDependencies": {
"viem": "^2.20.0"
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": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"npmClient": "yarn",
"conventionalCommits": true,
"changelog": true,
Expand Down

0 comments on commit 5e0db61

Please sign in to comment.