From 4b5018d989779edc903d15e7fe2638f08d693b91 Mon Sep 17 00:00:00 2001 From: GitHub Actions Build Date: Thu, 1 Jun 2023 03:42:42 +0000 Subject: [PATCH] chore(release): publish [ci skip] - @aave/contract-helpers@1.17.6 - @aave/math-utils@1.17.6 --- packages/contract-helpers/CHANGELOG.md | 11 +++++++++++ packages/contract-helpers/package.json | 2 +- packages/math-utils/CHANGELOG.md | 11 +++++++++++ packages/math-utils/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/packages/contract-helpers/CHANGELOG.md b/packages/contract-helpers/CHANGELOG.md index cf5340d2..800f0b2e 100644 --- a/packages/contract-helpers/CHANGELOG.md +++ b/packages/contract-helpers/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.17.6 (2023-06-01) + + +### Bug Fixes + +* gas limits ([#543](https://github.com/aave/aave-utilities/issues/543)) ([cd4e533](https://github.com/aave/aave-utilities/commit/cd4e533c8c469306abaf4a9c1b0a1066b59cf875)) + + + + + ## 1.17.5 (2023-05-23) **Note:** Version bump only for package @aave/contract-helpers diff --git a/packages/contract-helpers/package.json b/packages/contract-helpers/package.json index f11a226a..9cc28f28 100644 --- a/packages/contract-helpers/package.json +++ b/packages/contract-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@aave/contract-helpers", - "version": "1.17.5", + "version": "1.17.6", "sideEffects": false, "license": "MIT", "description": "", diff --git a/packages/math-utils/CHANGELOG.md b/packages/math-utils/CHANGELOG.md index c0d8ae76..d32e1387 100644 --- a/packages/math-utils/CHANGELOG.md +++ b/packages/math-utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.17.6 (2023-06-01) + + +### Bug Fixes + +* gas limits ([#543](https://github.com/aave/aave-utilities/issues/543)) ([cd4e533](https://github.com/aave/aave-utilities/commit/cd4e533c8c469306abaf4a9c1b0a1066b59cf875)) + + + + + ## 1.17.5 (2023-05-23) **Note:** Version bump only for package @aave/math-utils diff --git a/packages/math-utils/package.json b/packages/math-utils/package.json index f42203e8..8bf0a761 100644 --- a/packages/math-utils/package.json +++ b/packages/math-utils/package.json @@ -1,6 +1,6 @@ { "name": "@aave/math-utils", - "version": "1.17.5", + "version": "1.17.6", "license": "MIT", "description": "", "scripts": {