Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update changelog and package version #268

Merged
merged 1 commit into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/account/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.

## 3.0.0 (2023-08-28)

VERSION bump only

Modular SDK - consists stable version of below updates done in Alphas.



## 3.1.1-alpha.0 (2023-08-02)


Expand Down
12 changes: 6 additions & 6 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.1-alpha.0",
"version": "3.0.0",
"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 @@ -34,10 +34,10 @@
"access": "public"
},
"devDependencies": {
"@biconomy/bundler": "^3.1.1-alpha.0",
"@biconomy/common": "^3.1.1-alpha.0",
"@biconomy/core-types": "^3.1.1-alpha.0",
"@biconomy/node-client": "^3.0.0-alpha.0",
"@biconomy/paymaster": "^3.1.1-alpha.0"
"@biconomy/bundler": "^3.0.0",
"@biconomy/common": "^3.0.0",
"@biconomy/core-types": "^3.0.0",
"@biconomy/node-client": "^3.0.0",
"@biconomy/paymaster": "^3.0.0"
}
}
14 changes: 13 additions & 1 deletion packages/bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.1.1-alpha.0 (2023-08-02)
## 3.0.0 (2023-08-28)

Modular SDK - consists stable version of below updates done in Alphas.

### Features

* base mainnet integration ([c17f5d6](https://github.com/bcnmy/biconomy-client-sdk/commit/c17f5d6c2fe34b106e6d9755f54fab2493db6fbe))





## 3.0.0-alpha.0 (2023-08-02)

VERSION bump only

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.1-alpha.0",
"version": "3.0.0",
"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,7 +37,7 @@
"access": "public"
},
"devDependencies": {
"@biconomy/common": "^3.1.1-alpha.0",
"@biconomy/core-types": "^3.1.1-alpha.0"
"@biconomy/common": "^3.0.0",
"@biconomy/core-types": "^3.0.0"
}
}
10 changes: 9 additions & 1 deletion packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.1.1-alpha.0 (2023-08-02)
## 3.0.0 (2023-08-28)


### Features

* base mainnet integration ([c17f5d6](https://github.com/bcnmy/biconomy-client-sdk/commit/c17f5d6c2fe34b106e6d9755f54fab2493db6fbe))


## 3.0.0-alpha.0 (2023-08-02)

### Features

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.1-alpha.0",
"version": "3.0.0",
"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.1-alpha.0",
"@biconomy/node-client": "^3.0.0-alpha.0",
"@biconomy/core-types": "^3.0.0",
"@biconomy/node-client": "^3.0.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
Expand Down
11 changes: 10 additions & 1 deletion packages/core-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.1.1-alpha.0 (2023-08-02)
## 3.0.0 (2023-08-28)


### Features

* base mainnet integration ([c17f5d6](https://github.com/bcnmy/biconomy-client-sdk/commit/c17f5d6c2fe34b106e6d9755f54fab2493db6fbe))



## 3.0.0-alpha.0 (2023-08-02)

VERSION bump only

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.1-alpha.0",
"version": "3.0.0",
"description": "Biconomy Client SDK types",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions packages/node-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.0.0 (2023-08-28)




## 3.0.0-alpha.0 (2023-07-12)


Expand Down
2 changes: 1 addition & 1 deletion 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.0.0-alpha.0",
"version": "3.0.0",
"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
11 changes: 11 additions & 0 deletions packages/particle-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.0.0 (2023-08-28)


### Features

* particle auth integration ([7b8fb1d](https://github.com/bcnmy/biconomy-client-sdk/commit/7b8fb1d05e3cc0196bc15806fa48100701af181e))





## 3.0.0-alpha.0 (2023-07-12)


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.0.0-alpha.0",
"version": "3.0.0",
"description": "Particle auth for Biconomy SDK",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down
8 changes: 7 additions & 1 deletion packages/paymaster/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.1.1-alpha.0 (2023-08-02)
## 3.0.0 (2023-08-28)

Modular SDK - consists stable version of below updates done in Alphas.



## 3.0.0-alpha.0 (2023-08-02)

### Features

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.1-alpha.0",
"version": "3.0.0",
"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,7 +37,7 @@
"access": "public"
},
"devDependencies": {
"@biconomy/common": "^3.1.1-alpha.0",
"@biconomy/core-types": "^3.1.1-alpha.0"
"@biconomy/common": "^3.0.0",
"@biconomy/core-types": "^3.0.0"
}
}
7 changes: 6 additions & 1 deletion packages/transak/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.

# 3.0.0 (2023-08-28)

VERSION bump only



## 2.0.0 (2023-04-07)


Expand All @@ -20,4 +26,3 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
### Features

* transak wrapper module ([102e6eb](https://github.com/bcnmy/biconomy-client-sdk/commit/102e6eb5f179e4aff77d1e91973e0b32fa7b8f9a))

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.0.0-alpha.0",
"version": "3.0.0",
"description": "transak for biconomy sdk",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/web3-auth-native/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.

# 3.0.0 (2023-08-28)

VERSION bump only



## 3.0.0-alpha.0 (2023-07-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/web3-auth-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/web3-auth-native",
"version": "3.0.0-alpha.0",
"version": "3.0.0",
"description": "web3-auth expo react-native for biconomy sdk.",
"main": "dist/web3AuthNative.cjs.js",
"module": "dist/web3AuthNative.esm.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "git+https://github.com/bcnmy/biconomy-client-sdk.git"
},
"dependencies": {
"@biconomy/node-client": "^3.0.0-alpha.0",
"@biconomy/node-client": "^3.0.0",
"@toruslabs/openlogin-jrpc": "^2.9.0",
"@toruslabs/openlogin-utils": "^2.1.0",
"base64url": "^3.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/web3-auth/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.

# 3.0.0 (2023-08-28)

VERSION bump only





## 3.0.0-alpha.0 (2023-07-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/web3-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biconomy/web3-auth",
"version": "3.0.0-alpha.0",
"version": "3.0.0",
"description": "web3-auth for biconomy sdk",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"access": "public"
},
"dependencies": {
"@biconomy/node-client": "^3.0.0-alpha.0",
"@biconomy/node-client": "^3.0.0",
"@walletconnect/qrcode-modal": "^1.8.0",
"@web3auth/base": "^3.0.0",
"@web3auth/core": "^3.0.0",
Expand Down