From 94666099128488893803475d55bcf94208fce9fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 07:44:22 +0000 Subject: [PATCH] chore(master): release 2.33.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00a4e84..c4248f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.33.0](https://github.com/lemonadesocial/lemonade-hardhat-environment/compare/v2.32.0...v2.33.0) (2025-01-02) + + +### Features + +* **deploy:** add zk deployment config ([#47](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/47)) ([65fd0da](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/65fd0dae9b5cc6ee180d37adbb8cbb617f1282de)) +* **deps:** upgrade deps ([#46](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/46)) ([5dbefa9](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/5dbefa9f37850a6e5d68bf732a4638caa8c2f60a)) +* **payment:** add relay payment contract ([#41](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/41)) ([0911e44](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/0911e44621e6d7c566871f83ec19fd80432b0f26)) +* **relay-payment:** deploy relay payment on Scroll network ([#49](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/49)) ([bf03cd2](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/bf03cd27c323d0817c3287e8a1fb2918186e4548)) +* **relay-payment:** deploy relay payment to other chains ([#44](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/44)) ([944b760](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/944b760ca650171c46590977a6aa1cf610dd8860)) +* **relay-payment:** deploy relay payment to zk-sepolia & zk-link-nova ([#48](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/48)) ([e13ef92](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/e13ef924f34292d4964f9072b3b34a17cfbb758a)) +* **sei-testnet:** integrate sei testnet ([#53](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/53)) ([868ee0f](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/868ee0f2296a672be146e494e5f2715e01e1a7c7)) +* **stake-payment:** implement payment staking contract ([#52](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/52)) ([5eb4b8c](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/5eb4b8c52c59ad2e7d5930cb91e106c9e60db19a)) + + +### Bug Fixes + +* **test:** fix passport unit tests ([#50](https://github.com/lemonadesocial/lemonade-hardhat-environment/issues/50)) ([7f79e4e](https://github.com/lemonadesocial/lemonade-hardhat-environment/commit/7f79e4e81f8489734e18a5c4ce5439db534aa95e)) + ## [2.32.0](https://github.com/lemonadesocial/lemonade-hardhat-environment/compare/v2.31.0...v2.32.0) (2024-03-16) diff --git a/package-lock.json b/package-lock.json index db9c0c7..c3779d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "lemonade-hardhat-environment", - "version": "2.32.0", + "version": "2.33.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "version": "2.32.0", + "version": "2.33.0", "devDependencies": { "@axelar-network/axelar-gmp-sdk-solidity": "^4.0.0", "@chainlink/contracts": "^0.4.2", diff --git a/package.json b/package.json index e50985f..ffcd6dd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.32.0", + "version": "2.33.0", "devDependencies": { "@axelar-network/axelar-gmp-sdk-solidity": "^4.0.0", "@chainlink/contracts": "^0.4.2",