From 5e44c45ed571d16dddeeff4cd090ad72df001346 Mon Sep 17 00:00:00 2001 From: GitHub Actions Build Date: Mon, 21 Aug 2023 10:56:41 +0000 Subject: [PATCH] chore(release): publish [ci skip] - @aave/contract-helpers@1.19.0 - @aave/math-utils@1.19.0 --- 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 0db18e07..bb506767 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.19.0 (2023-08-21) + + +### Features + +* add Scroll Sepolia and Scroll chainIds ([#554](https://github.com/aave/aave-utilities/issues/554)) ([7510d22](https://github.com/aave/aave-utilities/commit/7510d227dd358f3420d7788a9feaaa72f09e8e9e)) + + + + + ## 1.18.3 (2023-08-18) **Note:** Version bump only for package @aave/contract-helpers diff --git a/packages/contract-helpers/package.json b/packages/contract-helpers/package.json index 47739fb5..061a3af0 100644 --- a/packages/contract-helpers/package.json +++ b/packages/contract-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@aave/contract-helpers", - "version": "1.18.3", + "version": "1.19.0", "sideEffects": false, "license": "MIT", "description": "", diff --git a/packages/math-utils/CHANGELOG.md b/packages/math-utils/CHANGELOG.md index fc8bb106..52813412 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.19.0 (2023-08-21) + + +### Features + +* add Scroll Sepolia and Scroll chainIds ([#554](https://github.com/aave/aave-utilities/issues/554)) ([7510d22](https://github.com/aave/aave-utilities/commit/7510d227dd358f3420d7788a9feaaa72f09e8e9e)) + + + + + ## 1.18.3 (2023-08-18) **Note:** Version bump only for package @aave/math-utils diff --git a/packages/math-utils/package.json b/packages/math-utils/package.json index 9cd6f815..9686b094 100644 --- a/packages/math-utils/package.json +++ b/packages/math-utils/package.json @@ -1,6 +1,6 @@ { "name": "@aave/math-utils", - "version": "1.18.3", + "version": "1.19.0", "license": "MIT", "description": "", "scripts": {