Skip to content

Commit

Permalink
chore: release master (#16)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>hardhat-plugin-multichain-deploy: 1.0.0</summary>

## 1.0.0 (2024-02-16)


### Features

* adapter address env
([#25](#25))
([628a99c](628a99c))
* deploy multichain bytecode
([#22](#22))
([2eff1ee](2eff1ee))
* encode constructor improve
([#24](#24))
([9c4b7b1](9c4b7b1))
* encode function and deployMultichain flow
([#14](#14))
([26229cf](26229cf))
* encodeInitData
([#30](#30))
([50758ca](50758ca))
* example
([#49](#49))
([637d0ae](637d0ae))
* initLocalEnvironment
([#47](#47))
([e728a10](e728a10))
* rework networks input
([#23](#23))
([3caf657](3caf657))
* tool interfaces aka fasad
([#10](#10))
([6351819](6351819))
* transaction details and deployment info
([#33](#33))
([2b3232d](2b3232d))


### Bug Fixes

* deployment network type and naming
([#26](#26))
([1060069](1060069))
* small logical mistakes
([#48](#48))
([6cfd609](6cfd609))
</details>

<details><summary>hardhat-plugin-multichain-deploy-contracts:
1.0.0</summary>

## 1.0.0 (2024-02-16)


### Features

* add contracts implementation
([#11](#11))
([114c05f](114c05f))
* example
([#49](#49))
([637d0ae](637d0ae))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 16, 2024
1 parent 637d0ae commit 77c435c
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/plugin": "0.0.0",
"packages/contracts": "0.0.0"
"packages/plugin": "1.0.0",
"packages/contracts": "1.0.0"
}
9 changes: 9 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 1.0.0 (2024-02-16)


### 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))
* example ([#49](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/49)) ([637d0ae](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/637d0aedeb6434b22f35fef819a9a71b1cdf8b6d))
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/hardhat-plugin-multichain-deploy-contracts",
"version": "0.0.1",
"version": "1.0.0",
"license": "MIT",
"files": [
"artifacts",
Expand Down
23 changes: 23 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## 1.0.0 (2024-02-16)


### 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))
* example ([#49](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/49)) ([637d0ae](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/637d0aedeb6434b22f35fef819a9a71b1cdf8b6d))
* initLocalEnvironment ([#47](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/47)) ([e728a10](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/e728a1015136e4d4018b554d4a571e6d5ca272a1))
* 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))
* small logical mistakes ([#48](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/48)) ([6cfd609](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/6cfd609c2b48c8372d1f33ad87a47eef190efa92))
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 77c435c

Please sign in to comment.