Skip to content

Commit

Permalink
chore(release): publish v4.0.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed Oct 15, 2024
1 parent c0f53bc commit f3489aa
Show file tree
Hide file tree
Showing 22 changed files with 84 additions and 29 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [4.0.0](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.10...v4.0.0) (2024-10-15)

### Bug Fixes

- drop id token and claims from user object for now ([#1070](https://github.com/alchemyplatform/aa-sdk/issues/1070)) ([b45fa9f](https://github.com/alchemyplatform/aa-sdk/commit/b45fa9f844589284f8d46849e0265d04ca1f0b61))
- include `enablePopupOauth` in code preview in demo ([#1064](https://github.com/alchemyplatform/aa-sdk/issues/1064)) ([8e9f98a](https://github.com/alchemyplatform/aa-sdk/commit/8e9f98a179844bca0dcee3cdd51e7586a3906e7c))
- modal was popping up in all auth state changes ([#1074](https://github.com/alchemyplatform/aa-sdk/issues/1074)) ([5c5f195](https://github.com/alchemyplatform/aa-sdk/commit/5c5f1951502b870f92f762e2041f9e00b57b3967))
- passkey causes stuck loading state ([#1065](https://github.com/alchemyplatform/aa-sdk/issues/1065)) ([984f34c](https://github.com/alchemyplatform/aa-sdk/commit/984f34ce59ae3edc8f51a8f6a1a10199eaf17987))
- spacing above eoa, tablet sidebar ([#1063](https://github.com/alchemyplatform/aa-sdk/issues/1063)) ([4617706](https://github.com/alchemyplatform/aa-sdk/commit/4617706bc9656904e8bcbb53cc56948a8c0253ef))
- **ui-demo:** add favicon to ui demo app ([#1069](https://github.com/alchemyplatform/aa-sdk/issues/1069)) ([3f40e26](https://github.com/alchemyplatform/aa-sdk/commit/3f40e26bc8819d5944b56aa3a3bbbf16b1e9e04e))
- update svg to png ([#1075](https://github.com/alchemyplatform/aa-sdk/issues/1075)) ([c9cc998](https://github.com/alchemyplatform/aa-sdk/commit/c9cc9989ef1c0fcb272bcd5b6d29b2be8178a98a))
- update z-indexes of wallet connect and our mobile modal ([#1068](https://github.com/alchemyplatform/aa-sdk/issues/1068)) ([e1963b9](https://github.com/alchemyplatform/aa-sdk/commit/e1963b949ad68f047174356160c7e1fe30bf1e2e))

# [4.0.0-beta.10](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2024-10-15)

### 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](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.10...v4.0.0) (2024-10-15)

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

# [4.0.0-beta.10](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2024-10-15)

### Features
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.10",
"version": "4.0.0",
"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
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](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.10...v4.0.0) (2024-10-15)

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

# [4.0.0-beta.10](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2024-10-15)

**Note:** Version bump only for package @aa-sdk/ethers
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.10",
"version": "4.0.0",
"description": "Ethers.js wrapper for @aa-sdk/core",
"author": "Alchemy",
"type": "module",
Expand Down Expand Up @@ -41,15 +41,15 @@
"test:run": "vitest run"
},
"devDependencies": {
"@account-kit/smart-contracts": "^4.0.0-beta.10",
"@account-kit/smart-contracts": "^4.0.0",
"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.10",
"@aa-sdk/core": "^4.0.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
Expand Down
6 changes: 6 additions & 0 deletions account-kit/core/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](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.10...v4.0.0) (2024-10-15)

### Bug Fixes

- drop id token and claims from user object for now ([#1070](https://github.com/alchemyplatform/aa-sdk/issues/1070)) ([b45fa9f](https://github.com/alchemyplatform/aa-sdk/commit/b45fa9f844589284f8d46849e0265d04ca1f0b61))

# [4.0.0-beta.10](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2024-10-15)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 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.10",
"version": "4.0.0",
"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 @@ -45,10 +45,10 @@
"vitest": "^2.0.4"
},
"dependencies": {
"@account-kit/infra": "^4.0.0-beta.10",
"@account-kit/logging": "^4.0.0-beta.10",
"@account-kit/signer": "^4.0.0-beta.10",
"@account-kit/smart-contracts": "^4.0.0-beta.10",
"@account-kit/infra": "^4.0.0",
"@account-kit/logging": "^4.0.0",
"@account-kit/signer": "^4.0.0",
"@account-kit/smart-contracts": "^4.0.0",
"js-cookie": "^3.0.5",
"zod": "^3.22.4",
"zustand": "^5.0.0-rc.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.10";
export const VERSION = "4.0.0";
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](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.10...v4.0.0) (2024-10-15)

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

# [4.0.0-beta.10](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2024-10-15)

### Features
Expand Down
6 changes: 3 additions & 3 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.10",
"version": "4.0.0",
"description": "adapters for @aa-sdk/core for interacting with alchemy services",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -44,8 +44,8 @@
"vitest": "^2.0.4"
},
"dependencies": {
"@aa-sdk/core": "^4.0.0-beta.10",
"@account-kit/logging": "^4.0.0-beta.10",
"@aa-sdk/core": "^4.0.0",
"@account-kit/logging": "^4.0.0",
"eventemitter3": "^5.0.1",
"zod": "^3.22.4"
},
Expand Down
4 changes: 4 additions & 0 deletions account-kit/logging/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](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.10...v4.0.0) (2024-10-15)

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

# [4.0.0-beta.10](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2024-10-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion account-kit/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@account-kit/logging",
"version": "4.0.0-beta.10",
"version": "4.0.0",
"description": "Core logging library for Account Kit packages",
"author": "Alchemy",
"license": "MIT",
Expand Down
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](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.10...v4.0.0) (2024-10-15)

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

# [4.0.0-beta.10](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2024-10-15)

### Features
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.10",
"version": "4.0.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": {
"@aa-sdk/core": "^4.0.0-beta.10",
"@aa-sdk/core": "^4.0.0",
"bundle-require": "^4.0.2",
"cac": "^6.7.14",
"change-case": "^5.4.3",
Expand Down
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](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.10...v4.0.0) (2024-10-15)

### Bug Fixes

- update z-indexes of wallet connect and our mobile modal ([#1068](https://github.com/alchemyplatform/aa-sdk/issues/1068)) ([e1963b9](https://github.com/alchemyplatform/aa-sdk/commit/e1963b949ad68f047174356160c7e1fe30bf1e2e))

# [4.0.0-beta.10](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2024-10-15)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 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.10",
"version": "4.0.0",
"description": "React components and hooks for using Account Kit",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -66,9 +66,9 @@
"vitest": "^2.0.4"
},
"dependencies": {
"@account-kit/core": "^4.0.0-beta.10",
"@account-kit/infra": "^4.0.0-beta.10",
"@account-kit/logging": "^4.0.0-beta.10",
"@account-kit/core": "^4.0.0",
"@account-kit/infra": "^4.0.0",
"@account-kit/logging": "^4.0.0",
"@tanstack/react-form": "^0.33.0",
"@tanstack/zod-form-adapter": "^0.33.0",
"@wagmi/connectors": "^5.1.15",
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.10";
export const VERSION = "4.0.0";
6 changes: 6 additions & 0 deletions account-kit/signer/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](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.10...v4.0.0) (2024-10-15)

### Bug Fixes

- passkey causes stuck loading state ([#1065](https://github.com/alchemyplatform/aa-sdk/issues/1065)) ([984f34c](https://github.com/alchemyplatform/aa-sdk/commit/984f34ce59ae3edc8f51a8f6a1a10199eaf17987))

# [4.0.0-beta.10](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2024-10-15)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 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.10",
"version": "4.0.0",
"description": "Core interfaces and clients for interfacing with the Alchemy Signer API",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -48,8 +48,8 @@
"vitest": "^2.0.4"
},
"dependencies": {
"@aa-sdk/core": "^4.0.0-beta.10",
"@account-kit/logging": "^4.0.0-beta.10",
"@aa-sdk/core": "^4.0.0",
"@account-kit/logging": "^4.0.0",
"@turnkey/http": "^2.6.2",
"@turnkey/iframe-stamper": "^1.0.0",
"@turnkey/viem": "^0.4.8",
Expand Down
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](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.10...v4.0.0) (2024-10-15)

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

# [4.0.0-beta.10](https://github.com/alchemyplatform/aa-sdk/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2024-10-15)

**Note:** Version bump only for package @account-kit/smart-contracts
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.10",
"version": "4.0.0",
"description": "aa-sdk compatible interfaces for Alchemy Smart Accounts",
"author": "Alchemy",
"license": "MIT",
Expand Down Expand Up @@ -45,7 +45,7 @@
"test:run": "vitest run"
},
"devDependencies": {
"@account-kit/plugingen": "^4.0.0-beta.10",
"@account-kit/plugingen": "^4.0.0",
"change-case": "^5.1.2",
"dedent": "^1.5.1",
"dotenv": "^16.3.1",
Expand All @@ -67,8 +67,8 @@
"homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
"gitHead": "ee46e8bb857de3b631044fa70714ea706d9e317d",
"dependencies": {
"@aa-sdk/core": "^4.0.0-beta.10",
"@account-kit/infra": "^4.0.0-beta.10"
"@aa-sdk/core": "^4.0.0",
"@account-kit/infra": "^4.0.0"
},
"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.10",
"version": "4.0.0",
"npmClient": "yarn",
"conventionalCommits": true,
"changelog": true,
Expand Down

0 comments on commit f3489aa

Please sign in to comment.