Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Feb 28, 2024
1 parent e74dbf4 commit f316562
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 16 deletions.
4 changes: 4 additions & 0 deletions packages/account/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.3 (2023-28-02)

VERSION Bump Only.

## 4.0.2 (2023-26-02)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/account",
"version": "4.0.2",
"version": "4.0.3",
"description": "This package provides apis for ERC-4337 based smart account implementations",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -68,10 +68,10 @@
},
"dependencies": {
"@alchemy/aa-core": "^3.1.1",
"@biconomy/bundler": "^4.0.1",
"@biconomy/common": "^4.0.1",
"@biconomy/modules": "^4.0.1",
"@biconomy/paymaster": "^4.0.1",
"@biconomy/bundler": "^4.0.3",
"@biconomy/common": "^4.0.3",
"@biconomy/modules": "^4.0.3",
"@biconomy/paymaster": "^4.0.3",
"viem": "^2.7.12"
}
}
4 changes: 4 additions & 0 deletions packages/bundler/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.3 (2023-28-02)

VERSION Bump Only.

## 4.0.2 (2023-26-02)

VERSION Bump Only.
Expand Down
4 changes: 2 additions & 2 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/bundler",
"version": "4.0.2",
"version": "4.0.3",
"description": "Biconomy Bundler package to interact with any bundler node as per ERC4337 standard",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@alchemy/aa-core": "^3.1.1",
"@biconomy/common": "^4.0.2",
"@biconomy/common": "^4.0.3",
"viem": "^2.7.12"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/common/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.3 (2023-28-02)

VERSION Bump Only.

## 4.0.2 (2023-26-02)

VERSION Bump Only.
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/common",
"version": "4.0.2",
"version": "4.0.3",
"description": "common utils to be used for aa transactions",
"keywords": [
"utils"
Expand Down
4 changes: 4 additions & 0 deletions packages/modules/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.3 (2023-28-02)

VERSION Bump Only.

## 4.0.2 (2023-26-02)

VERSION Bump Only.
Expand Down
8 changes: 4 additions & 4 deletions packages/modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/modules",
"version": "4.0.2",
"version": "4.0.3",
"description": "This package provides different validation modules/plugins for ERC4337 compatible modular account",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@alchemy/aa-core": "^3.1.1",
"@biconomy/common": "^4.0.2",
"@biconomy/common": "^4.0.3",
"@ethersproject/abi": "^5.7.0",
"merkletreejs": "^0.3.11",
"viem": "^2.7.12"
Expand All @@ -64,7 +64,7 @@
"esbuild": "^0.19.11",
"esbuild-plugin-tsc": "^0.4.0",
"npm-dts": "^1.3.12",
"@biconomy/paymaster": "^4.0.2",
"@biconomy/modules": "^4.0.2"
"@biconomy/paymaster": "^4.0.3",
"@biconomy/modules": "^4.0.3"
}
}
4 changes: 4 additions & 0 deletions packages/particle-auth/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.3 (2023-28-02)

Fix build

## 4.0.2 (2023-12-28)

Fix build
Expand Down
2 changes: 1 addition & 1 deletion packages/particle-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/particle-auth",
"version": "4.0.2",
"version": "4.0.3",
"description": "Particle auth for Biconomy SDK",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/paymaster/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.3 (2023-28-02)

VERSION Bump Only.

## 4.0.2 (2023-26-02)

VERSION Bump Only.
Expand Down
4 changes: 2 additions & 2 deletions packages/paymaster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/paymaster",
"version": "4.0.2",
"version": "4.0.3",
"description": "Biconomy Paymaster to interact with Paymaster Services that interacts with ( veriying and token ) paymasters",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@alchemy/aa-core": "^3.1.1",
"@biconomy/common": "^4.0.2",
"@biconomy/common": "^4.0.3",
"viem": "^2.7.12"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/transak/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.3 (2023-28-02)

VERSION Bump Only.

## 4.0.2 (2023-26-02)

VERSION Bump Only.
Expand Down
2 changes: 1 addition & 1 deletion packages/transak/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/transak",
"version": "4.0.2",
"version": "4.0.3",
"description": "transak for biconomy sdk",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit f316562

Please sign in to comment.