From 37ef0c826ff2a0106685d2fb9bf7f8ae1db21f89 Mon Sep 17 00:00:00 2001 From: Ncookiez Date: Mon, 6 May 2024 17:15:02 -0400 Subject: [PATCH] bumped pkg versions --- packages/hyperstructure-client-js/package.json | 2 +- packages/hyperstructure-react-hooks/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hyperstructure-client-js/package.json b/packages/hyperstructure-client-js/package.json index 449aff13..f0978f48 100644 --- a/packages/hyperstructure-client-js/package.json +++ b/packages/hyperstructure-client-js/package.json @@ -1,7 +1,7 @@ { "name": "@generationsoftware/hyperstructure-client-js", "description": "Lightweight library for interacting with PoolTogether contracts", - "version": "1.12.5", + "version": "1.12.6", "license": "MIT", "main": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/hyperstructure-react-hooks/package.json b/packages/hyperstructure-react-hooks/package.json index 168d3fba..23635f11 100644 --- a/packages/hyperstructure-react-hooks/package.json +++ b/packages/hyperstructure-react-hooks/package.json @@ -1,7 +1,7 @@ { "name": "@generationsoftware/hyperstructure-react-hooks", "description": "React hooks library for interacting with PoolTogether contracts", - "version": "1.16.7", + "version": "1.16.8", "license": "MIT", "main": "./dist/index.mjs", "types": "./dist/index.d.ts",