Skip to content

Commit

Permalink
Merge pull request #363 from bcnmy/chore/bump-package-version
Browse files Browse the repository at this point in the history
chore: bump package versions
  • Loading branch information
livingrockrises authored Jan 16, 2024
2 parents 934f8b3 + b380335 commit 9669f7d
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
14 changes: 7 additions & 7 deletions packages/account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/account",
"version": "3.1.2",
"version": "3.1.3",
"description": "This package provides apis for ERC-4337 based smart account implementations",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -42,12 +42,12 @@
"@account-abstraction/utils": "^0.4.0",
"@alchemy/aa-core": "^1.2.2",
"@biconomy-devx/account-contracts-v2": "npm:@biconomy-devx/account-contracts-v2@^1.0.0",
"@biconomy/bundler": "^3.1.2",
"@biconomy/common": "^3.1.2",
"@biconomy/core-types": "^3.1.2",
"@biconomy/modules": "^3.1.2",
"@biconomy/node-client": "^3.1.2",
"@biconomy/paymaster": "^3.1.2",
"@biconomy/bundler": "^3.1.3",
"@biconomy/common": "^3.1.3",
"@biconomy/core-types": "^3.1.3",
"@biconomy/modules": "^3.1.3",
"@biconomy/node-client": "^3.1.3",
"@biconomy/paymaster": "^3.1.3",
"@ethersproject/logger": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"ethers": "^5.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/bundler",
"version": "3.1.2",
"version": "3.1.3",
"description": "Biconomy Bundler package to interact with any bundler node as per ERC4337 standard",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
"access": "public"
},
"dependencies": {
"@biconomy/common": "^3.1.2",
"@biconomy/core-types": "^3.1.2",
"@biconomy/common": "^3.1.3",
"@biconomy/core-types": "^3.1.3",
"@ethersproject/providers": "^5.7.2",
"ethers": "^5.7.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/common",
"version": "3.1.2",
"version": "3.1.3",
"description": "common utils to be used for aa transactions",
"keywords": [
"utils"
Expand Down Expand Up @@ -41,8 +41,8 @@
},
"dependencies": {
"@account-abstraction/contracts": "^0.6.0",
"@biconomy/core-types": "^3.1.2",
"@biconomy/node-client": "^3.1.2",
"@biconomy/core-types": "^3.1.3",
"@biconomy/node-client": "^3.1.3",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/core-types",
"version": "3.1.2",
"version": "3.1.3",
"description": "Biconomy Client SDK types",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
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": "3.1.2",
"version": "3.1.3",
"description": "This package provides different validation modules/plugins for ERC4337 compatible modular account",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"dependencies": {
"@alchemy/aa-core": "^1.2.2",
"@biconomy/common": "^3.1.2",
"@biconomy/core-types": "^3.1.2",
"@biconomy/node-client": "^3.1.2",
"@biconomy/common": "^3.1.3",
"@biconomy/core-types": "^3.1.3",
"@biconomy/node-client": "^3.1.3",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.7.2",
"merkletreejs": "^0.3.9"
Expand Down
4 changes: 2 additions & 2 deletions packages/node-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/node-client",
"version": "3.1.2",
"version": "3.1.3",
"description": "Node Client that comminucates with indexer service to fetch necessary details for the Smart Account",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -66,7 +66,7 @@
"access": "public"
},
"dependencies": {
"@biconomy/core-types": "^3.1.2",
"@biconomy/core-types": "^3.1.3",
"@ethersproject/abstract-signer": "^5.6.0",
"@nomiclabs/hardhat-ethers": "^2.1.0",
"node-fetch": "^2.6.6"
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": "3.1.2",
"version": "3.1.3",
"description": "Particle auth for Biconomy SDK",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/paymaster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/paymaster",
"version": "3.1.2",
"version": "3.1.3",
"description": "Biconomy Paymaster to interact with Paymaster Services that interacts with ( veriying and token ) paymasters",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
"access": "public"
},
"dependencies": {
"@biconomy/common": "^3.1.2",
"@biconomy/core-types": "^3.1.2",
"@biconomy/common": "^3.1.3",
"@biconomy/core-types": "^3.1.3",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/properties": "^5.7.0",
"ethers": "^5.7.0"
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": "3.1.2",
"version": "3.1.3",
"description": "transak for biconomy sdk",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down

0 comments on commit 9669f7d

Please sign in to comment.