Skip to content

Commit

Permalink
v5.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 29, 2024
1 parent 497c3ed commit 1402486
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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": "5.0.12",
"version": "5.0.13",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hubble-db/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-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Hubble Protocol database models",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "5.0.11",
"version": "5.0.13",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w"
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": "5.0.12",
"version": "5.0.13",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w"
Expand Down Expand Up @@ -39,7 +39,7 @@
"@coral-xyz/borsh": "^0.29.0",
"@hubbleprotocol/hubble-config": "^5.0.0",
"@hubbleprotocol/hubble-idl": "^5.0.12",
"@hubbleprotocol/scope-sdk": "^5.0.0",
"@hubbleprotocol/scope-sdk": "^5.0.13",
"@project-serum/anchor": "^0.21.0",
"@project-serum/serum": "^0.13.65",
"@streamflow/stream": "5.2.0",
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": "5.0.12",
"version": "5.0.13",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w"
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@hubbleprotocol/hubble-config": "^5.0.0",
"@hubbleprotocol/hubble-idl": "^5.0.12",
"@hubbleprotocol/scope-sdk": "^5.0.0",
"@hubbleprotocol/scope-sdk": "^5.0.13",
"@jup-ag/api": "^6.0.1",
"@jup-ag/core": "=3.0.0-beta.18",
"@orca-so/sdk": "^1.2.26",
Expand Down
2 changes: 1 addition & 1 deletion packages/scope-sdk/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/scope-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Scope Oracle SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "5.0.0",
"version": "5.0.13",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
Expand Down

0 comments on commit 1402486

Please sign in to comment.