From 4fdd21cd9354575602728bb21015cfb83a610af4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:27:42 +0000 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 4 ++-- packages/contracts/CHANGELOG.md | 8 ++++++++ packages/contracts/package.json | 2 +- packages/plugin/CHANGELOG.md | 20 ++++++++++++++++++++ packages/plugin/package.json | 2 +- 5 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 packages/contracts/CHANGELOG.md create mode 100644 packages/plugin/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64884fc..d00edf1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/plugin": "0.0.0", - "packages/contracts": "0.0.0" + "packages/plugin": "1.0.0", + "packages/contracts": "1.0.0" } \ No newline at end of file diff --git a/packages/contracts/CHANGELOG.md b/packages/contracts/CHANGELOG.md new file mode 100644 index 0000000..c46b102 --- /dev/null +++ b/packages/contracts/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2024-02-05) + + +### Features + +* add contracts implementation ([#11](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/11)) ([114c05f](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/114c05f109e489cce619661f548dff7d15f87b7a)) diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 2b8596c..3df4f70 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/hardhat-plugin-multichain-deploy-contracts", - "version": "0.0.1", + "version": "1.0.0", "license": "MIT", "files": [ "artifacts", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md new file mode 100644 index 0000000..51c6b6f --- /dev/null +++ b/packages/plugin/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 1.0.0 (2024-02-05) + + +### Features + +* adapter address env ([#25](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/25)) ([628a99c](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/628a99cdfc5c0ca2aad4f1479b4d15f4b4fa457c)) +* deploy multichain bytecode ([#22](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/22)) ([2eff1ee](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/2eff1ee81c1d600211c7ef89224c05a8cd3bc114)) +* encode constructor improve ([#24](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/24)) ([9c4b7b1](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/9c4b7b142bc113e4f5e72390642d68752baf9440)) +* encode function and deployMultichain flow ([#14](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/14)) ([26229cf](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/26229cf71fa71b77f8fc28f478849fd9fb2dde11)) +* encodeInitData ([#30](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/30)) ([50758ca](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/50758cae65b057c6044afbe7d7e3f0a26941817a)) +* rework networks input ([#23](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/23)) ([3caf657](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/3caf6575ddd1c57727efd154237b28de972f486b)) +* tool interfaces aka fasad ([#10](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/10)) ([6351819](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/6351819f7edd72d3009ac10084fded387ee16e46)) +* transaction details and deployment info ([#33](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/33)) ([2b3232d](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/2b3232dc6d4f92c9427ad3c448aaa03d9907a5e6)) + + +### Bug Fixes + +* deployment network type and naming ([#26](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/26)) ([1060069](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/10600699e8a1a7f02cfd858eac4a88b11abad283)) diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 68e867e..a4a1761 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/hardhat-plugin-multichain-deploy", - "version": "0.0.1", + "version": "1.0.0", "description": "TODO", "repository": "github:ChainSafe/hardhat-plugin-multichain-deploy", "author": "ChainSafe Systems",