From 9ee13d31a3577767061bd90f57fe4629b9a89e1a Mon Sep 17 00:00:00 2001 From: gallynaut Date: Tue, 20 Sep 2022 18:40:07 -0600 Subject: [PATCH] chore(release): publish - @switchboard-xyz/sbv2-utils@0.1.46 - @switchboard-xyz/switchboard-v2@0.0.133 --- libraries/sbv2-utils/package.json | 4 ++-- libraries/ts/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/sbv2-utils/package.json b/libraries/sbv2-utils/package.json index c6f5b4e..c7b89c3 100644 --- a/libraries/sbv2-utils/package.json +++ b/libraries/sbv2-utils/package.json @@ -1,6 +1,6 @@ { "name": "@switchboard-xyz/sbv2-utils", - "version": "0.1.45", + "version": "0.1.46", "description": "some basic utility functions when working with switchboard-v2", "author": "", "license": "ISC", @@ -40,7 +40,7 @@ "@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0", "@solana/web3.js": "^1.43.5", "@switchboard-xyz/common": "^2.0.0", - "@switchboard-xyz/switchboard-v2": "^0.0.132", + "@switchboard-xyz/switchboard-v2": "^0.0.133", "big.js": "^6.2.1", "bn.js": "^5.2.1", "chalk": "4", diff --git a/libraries/ts/package.json b/libraries/ts/package.json index 7a8b123..ece9bae 100644 --- a/libraries/ts/package.json +++ b/libraries/ts/package.json @@ -1,6 +1,6 @@ { "name": "@switchboard-xyz/switchboard-v2", - "version": "0.0.132", + "version": "0.0.133", "license": "MIT", "author": "mitch@switchboard.xyz", "description": "API wrapper for intergating with the Switchboardv2 program",