Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 29, 2024
1 parent d807888 commit f816ba3
Show file tree
Hide file tree
Showing 5 changed files with 26 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"
}
8 changes: 8 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-01-29)


### 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))
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
14 changes: 14 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## 1.0.0 (2024-01-29)


### 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))
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 f816ba3

Please sign in to comment.