From 8c7167465b5f6868e85a6571e5403c5363f967e5 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 16:19:33 +0000 Subject: [PATCH] Release v1.14.4 --- package.json | 2 +- packages/anchor-contrib/package.json | 2 +- packages/chai-solana/package.json | 2 +- packages/option-utils/package.json | 2 +- packages/solana-contrib/package.json | 2 +- packages/stableswap-sdk/package.json | 2 +- packages/token-utils/package.json | 2 +- packages/tuple-utils/package.json | 2 +- packages/use-solana/package.json | 2 +- packages/wallet-adapter-icons/package.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 274338ce..55806e5d 100644 --- a/package.json +++ b/package.json @@ -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" } diff --git a/packages/anchor-contrib/package.json b/packages/anchor-contrib/package.json index 3f9d40ce..2d6d3bb7 100644 --- a/packages/anchor-contrib/package.json +++ b/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", diff --git a/packages/chai-solana/package.json b/packages/chai-solana/package.json index 4c6b793f..11f1ad9e 100644 --- a/packages/chai-solana/package.json +++ b/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", diff --git a/packages/option-utils/package.json b/packages/option-utils/package.json index f8112a0f..237598cf 100644 --- a/packages/option-utils/package.json +++ b/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", diff --git a/packages/solana-contrib/package.json b/packages/solana-contrib/package.json index 3819e579..e68a1067 100644 --- a/packages/solana-contrib/package.json +++ b/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", diff --git a/packages/stableswap-sdk/package.json b/packages/stableswap-sdk/package.json index 32e2215c..7f17be99 100644 --- a/packages/stableswap-sdk/package.json +++ b/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", diff --git a/packages/token-utils/package.json b/packages/token-utils/package.json index 3c8f0cd7..b32f998d 100644 --- a/packages/token-utils/package.json +++ b/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", diff --git a/packages/tuple-utils/package.json b/packages/tuple-utils/package.json index 04a9a102..57407d20 100644 --- a/packages/tuple-utils/package.json +++ b/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", diff --git a/packages/use-solana/package.json b/packages/use-solana/package.json index 3c5ab14f..ed71eb9c 100644 --- a/packages/use-solana/package.json +++ b/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", diff --git a/packages/wallet-adapter-icons/package.json b/packages/wallet-adapter-icons/package.json index 49f99e0d..b8309e85 100644 --- a/packages/wallet-adapter-icons/package.json +++ b/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",