Skip to content

Commit

Permalink
v3.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2023
1 parent d5cfddd commit 877f16e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.0.19",
"version": "3.0.20",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hubble-idl/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hubble-idl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@hubbleprotocol/hubble-idl",
"description": "Hubble Protocol IDL (Interface Description Language)",
"main": "dist/index.js",
"version": "3.0.17",
"version": "3.0.20",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion packages/hubble-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/hubble-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Hubble Protocol client SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "3.0.17",
"version": "3.0.20",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w"
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@coral-xyz/borsh": "^0.29.0",
"@hubbleprotocol/hubble-config": "^3.0.0",
"@hubbleprotocol/hubble-idl": "^3.0.17",
"@hubbleprotocol/hubble-idl": "^3.0.20",
"@hubbleprotocol/scope-sdk": "^3.0.6",
"@project-serum/anchor": "^0.21.0",
"@project-serum/serum": "^0.13.65",
Expand Down
2 changes: 1 addition & 1 deletion packages/kamino-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/kamino-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Kamino SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "3.0.19",
"version": "3.0.20",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w"
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@hubbleprotocol/hubble-config": "^3.0.0",
"@hubbleprotocol/hubble-idl": "^3.0.17",
"@hubbleprotocol/hubble-idl": "^3.0.20",
"@hubbleprotocol/scope-sdk": "^3.0.6",
"@jup-ag/api": "^6.0.1",
"@jup-ag/core": "=3.0.0-beta.18",
Expand Down

0 comments on commit 877f16e

Please sign in to comment.