From 47db2413d10bed3ed924de040e9ed6d2702037b2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Jul 2023 12:52:09 +0000 Subject: [PATCH] chore(release): 1.5.2 [skip ci] ## [1.5.2](https://github.com/widolabs/wido-widget/compare/v1.5.1...v1.5.2) (2023-07-27) ### Bug Fixes * r.BigInt issue with vite ([e3dba40](https://github.com/widolabs/wido-widget/commit/e3dba40d07dfa84dc6d18ad2e8d62b8653da5127)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63f013ca4..6d73e40f9 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "require": "./dist/fonts.css" } }, - "version": "1.5.1", + "version": "1.5.2", "scripts": { "contracts:compile:abi": "typechain --target ethers-v5 --out-dir src/abis/types \"./src/abis/**/*.json\"", "contracts:compile:v3": "typechain --target ethers-v5 --out-dir src/types/v3 \"./node_modules/@uniswap/**/artifacts/contracts/**/*.json\"",