Skip to content

Commit 67adac6

Browse files
Release v3.0.0
1 parent 8dd5756 commit 67adac6

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@
6969
"test": "jest **/*.test.ts",
7070
"doctor:packages": "yarn doctor packages/"
7171
},
72-
"version": "2.0.0",
72+
"version": "3.0.0",
7373
"packageManager": "[email protected]"
7474
}

packages/anchor-contrib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saberhq/anchor-contrib",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "TypeScript client for Anchor programs.",
55
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/anchor-contrib#readme",
66
"repository": "git+https://github.com/saber-hq/saber-common.git",

packages/chai-solana/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saberhq/chai-solana",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Solana Chai helpers",
55
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/chai-solana#readme",
66
"repository": "git+https://github.com/saber-hq/saber-common.git",

packages/option-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saberhq/option-utils",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Utilities for handling optional values in TypeScript.",
55
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/option-utils#readme",
66
"repository": "git+https://github.com/saber-hq/saber-common.git",

packages/solana-contrib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saberhq/solana-contrib",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Common types and libraries for Solana",
55
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/solana-contrib#readme",
66
"repository": "git+https://github.com/saber-hq/saber-common.git",

packages/stableswap-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saberhq/stableswap-sdk",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Solana SDK for Saber's StableSwap program.",
55
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/stableswap-sdk#readme",
66
"repository": "git+https://github.com/saber-hq/saber-common.git",

packages/token-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@saberhq/token-utils",
33
"description": "Token-related math and transaction utilities for Solana.",
4-
"version": "2.0.0",
4+
"version": "3.0.0",
55
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/token-utils#readme",
66
"repository": "git+https://github.com/saber-hq/saber-common.git",
77
"bugs": "https://github.com/saber-hq/saber-common/issues",

packages/tuple-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saberhq/tuple-utils",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Utilities for handling tuples in TypeScript.",
55
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/tuple-utils#readme",
66
"repository": "git+https://github.com/saber-hq/saber-common.git",

packages/use-solana/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saberhq/use-solana",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Solana utilities for React applications.",
55
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/use-solana#readme",
66
"repository": "git+https://github.com/saber-hq/saber-common.git",

packages/wallet-adapter-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saberhq/wallet-adapter-icons",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Solana wallet adapter icons.",
55
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/solana-wallet-adapters#readme",
66
"repository": "git+https://github.com/saber-hq/saber-common.git",

0 commit comments

Comments
 (0)