Skip to content

Commit

Permalink
Release v1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 25, 2022
1 parent 3ed012b commit 8c71674
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -72,6 +72,6 @@
"test": "jest **/*.test.ts",
"doctor:packages": "yarn doctor packages/"
},
"version": "1.14.3",
"version": "1.14.4",
"packageManager": "yarn@3.2.3"
}
2 changes: 1 addition & 1 deletion packages/anchor-contrib/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/anchor-contrib",
"version": "1.14.3",
"version": "1.14.4",
"description": "TypeScript client for Anchor programs.",
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/anchor-contrib#readme",
"repository": "git+https://github.com/saber-hq/saber-common.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/chai-solana/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/chai-solana",
"version": "1.14.3",
"version": "1.14.4",
"description": "Solana Chai helpers",
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/chai-solana#readme",
"repository": "git+https://github.com/saber-hq/saber-common.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/option-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/option-utils",
"version": "1.14.3",
"version": "1.14.4",
"description": "Utilities for handling optional values in TypeScript.",
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/option-utils#readme",
"repository": "git+https://github.com/saber-hq/saber-common.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/solana-contrib/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/solana-contrib",
"version": "1.14.3",
"version": "1.14.4",
"description": "Common types and libraries for Solana",
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/solana-contrib#readme",
"repository": "git+https://github.com/saber-hq/saber-common.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/stableswap-sdk/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/stableswap-sdk",
"version": "1.14.3",
"version": "1.14.4",
"description": "Solana SDK for Saber's StableSwap program.",
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/stableswap-sdk#readme",
"repository": "git+https://github.com/saber-hq/saber-common.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/token-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@saberhq/token-utils",
"description": "Token-related math and transaction utilities for Solana.",
"version": "1.14.3",
"version": "1.14.4",
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/token-utils#readme",
"repository": "git+https://github.com/saber-hq/saber-common.git",
"bugs": "https://github.com/saber-hq/saber-common/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/tuple-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/tuple-utils",
"version": "1.14.3",
"version": "1.14.4",
"description": "Utilities for handling tuples in TypeScript.",
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/tuple-utils#readme",
"repository": "git+https://github.com/saber-hq/saber-common.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-solana/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/use-solana",
"version": "1.14.3",
"version": "1.14.4",
"description": "Solana utilities for React applications.",
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/use-solana#readme",
"repository": "git+https://github.com/saber-hq/saber-common.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-adapter-icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@saberhq/wallet-adapter-icons",
"version": "1.14.3",
"version": "1.14.4",
"description": "Solana wallet adapter icons.",
"homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/solana-wallet-adapters#readme",
"repository": "git+https://github.com/saber-hq/saber-common.git",
Expand Down

0 comments on commit 8c71674

Please sign in to comment.