Skip to content

Commit

Permalink
Merge pull request #247 from convergence-rfq/dev-release-sdk-4.5.10
Browse files Browse the repository at this point in the history
version bump 4.5.10
  • Loading branch information
Nagaprasadvr authored Sep 27, 2023
2 parents ab6bc1d + bcbcd6e commit 600ff97
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @convergence-rfq/cli

## 4.5.10

### Patch Changes

- refactor prepareSettlement logic to handle creation of atas and minting option tokens if required
add getTokenBalance operation to token module
add getRfqStateAndAction
add getResponseStateAndAction
fix cli-tests
- Updated dependencies
- @convergence-rfq/sdk@4.5.10

## 4.5.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@convergence-rfq/cli",
"description": "Official Convergence CLI",
"version": "4.5.9",
"version": "4.5.10",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -47,7 +47,7 @@
"cli": "ts-node src/index.ts"
},
"dependencies": {
"@convergence-rfq/sdk": "4.5.9",
"@convergence-rfq/sdk": "4.5.10",
"@solana/web3.js": "^1.73.0",
"@types/cookie": "^0.5.1",
"commander": "^10.0.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @convergence-rfq/sdk

## 4.5.10

### Patch Changes

- refactor prepareSettlement logic to handle creation of atas and minting option tokens if required
add getTokenBalance operation to token module
add getRfqStateAndAction
add getResponseStateAndAction
fix cli-tests

## 4.5.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@convergence-rfq/sdk",
"description": "Official Convergence RFQ SDK",
"version": "4.5.9",
"version": "4.5.10",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 600ff97

Please sign in to comment.