Skip to content

Commit

Permalink
chore(main): release supplementary-contracts 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiko-kitty committed May 22, 2024
1 parent b955e0e commit 9ab4ed5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"packages/relayer": "0.12.0",
"packages/taiko-client": "0.22.0",
"packages/nfts": "1.0.0",
"packages/supplementary-contracts": "1.0.0",
"packages/supplementary-contracts": "1.1.0",
"packages/taikoon-ui": "1.0.0"
}
10 changes: 10 additions & 0 deletions packages/supplementary-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.1.0](https://github.com/taikoxyz/taiko-mono/compare/supplementary-contracts-v1.0.0...supplementary-contracts-v1.1.0) (2024-05-22)


### Features

* **protocol,supplementary-contracts:** relocate & allow TokenUnlock to deploy and own ProverSets ([#17251](https://github.com/taikoxyz/taiko-mono/issues/17251)) ([f3d6ca1](https://github.com/taikoxyz/taiko-mono/commit/f3d6ca1be680f5acb3ca5553954f46bbbfe253ca))
* **supplementary-contracts:** allow any users to withdraw to recipient ([#17194](https://github.com/taikoxyz/taiko-mono/issues/17194)) ([2792150](https://github.com/taikoxyz/taiko-mono/commit/2792150fce8fbfa009e9dc6d83b8aeb0770a9505))
* **supplementary-contracts:** allow changing TokenUnlocking recipient address. ([#17211](https://github.com/taikoxyz/taiko-mono/issues/17211)) ([e0f6938](https://github.com/taikoxyz/taiko-mono/commit/e0f6938ae974dd2a8c58309a60d31e24f27fcf7d))
* **supplementary-contracts:** blacklist contract ([#17214](https://github.com/taikoxyz/taiko-mono/issues/17214)) ([954d08d](https://github.com/taikoxyz/taiko-mono/commit/954d08d8b3c973a1edf0da67fb97b726e5713fd5))

## 1.0.0 (2024-05-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/supplementary-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiko/supplementary-contracts",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"clean": "rm -rf abis cache* && forge clean",
Expand Down

0 comments on commit 9ab4ed5

Please sign in to comment.