Skip to content

Commit

Permalink
v7 alpha 4
Browse files Browse the repository at this point in the history
  • Loading branch information
RolginRoman committed Sep 20, 2024
1 parent acf1db0 commit c068a4d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "7.0.0-alpha.3",
"version": "7.0.0-alpha.4",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamflow/common",
"version": "7.0.0-alpha.3",
"version": "7.0.0-alpha.4",
"description": "Common utilities and types used by streamflow packages.",
"homepage": "https://github.com/streamflow-finance/js-sdk/",
"main": "./dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/distributor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamflow/distributor",
"version": "7.0.0-alpha.3",
"version": "7.0.0-alpha.4",
"description": "JavaScript SDK to interact with Streamflow Airdrop protocol.",
"homepage": "https://github.com/streamflow-finance/js-sdk/",
"main": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamflow/eslint-config",
"version": "7.0.0-alpha.3",
"version": "7.0.0-alpha.4",
"license": "ISC",
"main": "index.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/staking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamflow/staking",
"version": "7.0.0-alpha.1",
"version": "7.0.0-alpha.4",
"description": "JavaScript SDK to interact with Streamflow Staking protocol.",
"homepage": "https://github.com/streamflow-finance/js-sdk/",
"main": "dist/esm/index.js",
Expand Down Expand Up @@ -34,9 +34,9 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@coral-xyz/borsh": "^0.29.0",
"@coral-xyz/anchor": "^0.30.0",
"@solana/buffer-layout": "4.0.1 ",
"@coral-xyz/borsh": "^0.29.0",
"@solana/buffer-layout": "4.0.1",
"@solana/spl-token": "0.3.6",
"@solana/wallet-adapter-base": "0.9.19",
"@solana/web3.js": "1.70.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamflow/stream",
"version": "7.0.0-alpha.3",
"version": "7.0.0-alpha.4",
"description": "JavaScript SDK to interact with Streamflow protocol.",
"homepage": "https://github.com/streamflow-finance/js-sdk/",
"main": "./dist/esm/index.js",
Expand Down

0 comments on commit c068a4d

Please sign in to comment.