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 Oct 8, 2024
1 parent 30ed0e7 commit 1047245
Show file tree
Hide file tree
Showing 3 changed files with 20 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 @@ -8,7 +8,7 @@
"packages/protocol": "1.9.0",
"packages/relayer": "0.12.0",
"packages/snaefell-ui": "1.1.0",
"packages/supplementary-contracts": "1.0.0",
"packages/supplementary-contracts": "1.1.0",
"packages/taiko-client": "0.37.0",
"packages/taikoon-ui": "1.3.0",
"packages/ui-lib": "1.0.0"
Expand Down
18 changes: 18 additions & 0 deletions packages/supplementary-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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


### Features

* **supplementary-contracts:** add batch gnosis-safe ERC20 transfer script ([#17655](https://github.com/taikoxyz/taiko-mono/issues/17655)) ([bd6a7a0](https://github.com/taikoxyz/taiko-mono/commit/bd6a7a0eac8333fa9c5b8563c3269b032efe5378))


### Bug Fixes

* **nfts:** blacklist patch ([#17427](https://github.com/taikoxyz/taiko-mono/issues/17427)) ([3dc3d14](https://github.com/taikoxyz/taiko-mono/commit/3dc3d14f6f663f7faa4387b2e4ee46e0d096ec22))
* **supplementary-contracts:** fix pragma in IMinimalBlackList ([#18210](https://github.com/taikoxyz/taiko-mono/issues/18210)) ([30ed0e7](https://github.com/taikoxyz/taiko-mono/commit/30ed0e79c1b1aca14ebf67034640f27a2c3322f1))


### Build

* **deps:** bump merkletreejs from 0.3.11 to 0.4.0 ([#17942](https://github.com/taikoxyz/taiko-mono/issues/17942)) ([1624b71](https://github.com/taikoxyz/taiko-mono/commit/1624b711e3fe1862f000e1d2970d6aee1b8990c9))

## 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 1047245

Please sign in to comment.