Skip to content

Commit 8c71674

Browse files
Release v1.14.4
1 parent 3ed012b commit 8c71674

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
@@ -72,6 +72,6 @@
7272
"test": "jest **/*.test.ts",
7373
"doctor:packages": "yarn doctor packages/"
7474
},
75-
"version": "1.14.3",
75+
"version": "1.14.4",
7676
"packageManager": "[email protected]"
7777
}

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": "1.14.3",
3+
"version": "1.14.4",
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": "1.14.3",
3+
"version": "1.14.4",
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": "1.14.3",
3+
"version": "1.14.4",
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": "1.14.3",
3+
"version": "1.14.4",
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": "1.14.3",
3+
"version": "1.14.4",
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": "1.14.3",
4+
"version": "1.14.4",
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": "1.14.3",
3+
"version": "1.14.4",
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": "1.14.3",
3+
"version": "1.14.4",
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": "1.14.3",
3+
"version": "1.14.4",
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)