Skip to content

Commit

Permalink
Merge branch 'b2-main' of b2network/aa-sdk into b2-main
Browse files Browse the repository at this point in the history
  • Loading branch information
thecookfrankie committed Jan 18, 2024
2 parents 6b180a1 + 6ab76ac commit c393d2b
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.18 (2024-01-18)

**Note:** Version bump only for package root

## 1.0.17 (2024-01-05)

**Note:** Version bump only for package root

## 1.0.16 (2024-01-03)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.0.16",
"version": "1.0.18",
"npmClient": "yarn",
"conventionalCommits": true,
"conventionalPrerelease": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/accounts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.18 (2024-01-18)

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

## 1.0.17 (2024-01-05)

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

## 1.0.16 (2024-01-03)

**Note:** Version bump only for package @b2network/aa-sdk
Expand Down
6 changes: 3 additions & 3 deletions packages/accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@b2network/aa-sdk",
"version": "1.0.16",
"version": "1.0.18",
"description": "A collection of ERC-4337 compliant smart contract account interfaces",
"license": "MIT",
"private": false,
Expand Down Expand Up @@ -50,11 +50,11 @@
"@types/lodash": "^4.14.201",
"abitype": "^0.10.3",
"typescript": "^5.0.4",
"typescript-template": "^1.0.16",
"typescript-template": "^1.0.18",
"vitest": "^0.31.0"
},
"dependencies": {
"@b2network/aa-sdk-core": "^1.0.16",
"@b2network/aa-sdk-core": "^1.0.18",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/wallet": "^5.7.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.18 (2024-01-18)

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

## 1.0.17 (2024-01-05)

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

## 1.0.16 (2024-01-03)

**Note:** Version bump only for package @b2network/aa-sdk-core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@b2network/aa-sdk-core",
"license": "MIT",
"version": "1.0.16",
"version": "1.0.18",
"description": "viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dotenv": "^16.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"typescript-template": "^1.0.16",
"typescript-template": "^1.0.18",
"vitest": "^0.31.0"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions templates/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.18 (2024-01-18)

**Note:** Version bump only for package typescript-template

## 1.0.17 (2024-01-05)

**Note:** Version bump only for package typescript-template

## 1.0.16 (2024-01-03)

**Note:** Version bump only for package typescript-template
Expand Down
2 changes: 1 addition & 1 deletion templates/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-template",
"version": "1.0.16",
"version": "1.0.18",
"description": "tsconfig base",
"private": "false",
"main": "index.js",
Expand Down

0 comments on commit c393d2b

Please sign in to comment.