Skip to content

Commit

Permalink
Update package versions and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
EquilateralDelta committed Mar 18, 2024
1 parent 7b79d98 commit c7b6046
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @convergence-rfq/cli

## 6.3.0

### Minor Changes

- Update program ids and add vault operator program

### Patch Changes

- Updated dependencies
- @convergence-rfq/sdk@6.3.0

## 6.2.1

### 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": "6.2.1",
"version": "6.3.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -47,7 +47,7 @@
"cli": "ts-node src/index.ts"
},
"dependencies": {
"@convergence-rfq/sdk": "6.2.1",
"@convergence-rfq/sdk": "6.3.0",
"@solana/web3.js": "^1.87.6",
"@types/cookie": "^0.5.1",
"commander": "^10.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @convergence-rfq/sdk

## 6.3.0

### Minor Changes

- Update program ids and add vault operator program

## 6.2.1

### 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": "6.2.1",
"version": "6.3.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c7b6046

Please sign in to comment.