Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release supplementary-contracts 1.1.0 #18414

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10.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.39.2",
"packages/taikoon-ui": "1.3.0",
"packages/ui-lib": "1.0.0"
Expand Down
23 changes: 23 additions & 0 deletions packages/supplementary-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

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


### Features

* **nfts:** tbz v3 mainnet upgrade ([#18230](https://github.com/taikoxyz/taiko-mono/issues/18230)) ([c7f74b7](https://github.com/taikoxyz/taiko-mono/commit/c7f74b7e0f6cd4579a30b5880ff119b8ddb86a4c))
* **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

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


### Workflow

* **protocol:** trigger patch release (1.10.1) ([#18358](https://github.com/taikoxyz/taiko-mono/issues/18358)) ([f4f4796](https://github.com/taikoxyz/taiko-mono/commit/f4f4796488059b02c79d6fb15170df58dd31dc4e))


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