Skip to content

Commit

Permalink
chore(main): release guardian-prover-health-check-ui 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taiko-kitty committed Jan 14, 2025
1 parent 4df3edc commit df79c83
Show file tree
Hide file tree
Showing 3 changed files with 16 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 @@ -4,7 +4,7 @@
"packages/eventindexer": "0.13.0",
"packages/fork-diff": "0.6.1",
"packages/guardian-prover-health-check": "0.1.0",
"packages/guardian-prover-health-check-ui": "0.2.0",
"packages/guardian-prover-health-check-ui": "0.2.1",
"packages/protocol": "1.11.0",
"packages/relayer": "0.12.0",
"packages/snaefell-ui": "1.1.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/guardian-prover-health-check-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.1](https://github.com/taikoxyz/taiko-mono/compare/guardian-prover-health-check-ui-v0.2.0...guardian-prover-health-check-ui-v0.2.1) (2025-01-14)


### 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-dev:** bump @sveltejs/kit from 2.5.7 to 2.5.21 ([#17901](https://github.com/taikoxyz/taiko-mono/issues/17901)) ([7a32ac4](https://github.com/taikoxyz/taiko-mono/commit/7a32ac40a654521c82cb3ff5b6f5af87d0a915a4))
* **deps:** bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ([#18539](https://github.com/taikoxyz/taiko-mono/issues/18539)) ([79f3fab](https://github.com/taikoxyz/taiko-mono/commit/79f3fab5f1d1ec1bb4ee18afb9268b622e894780))
* **deps:** bump golang.org/x/sync from 0.9.0 to 0.10.0 ([#18560](https://github.com/taikoxyz/taiko-mono/issues/18560)) ([3d51970](https://github.com/taikoxyz/taiko-mono/commit/3d51970aa0953bbfecaeebf76ea7e664c875c0e4))

## [0.2.0](https://github.com/taikoxyz/taiko-mono/compare/guardian-prover-health-check-ui-v0.1.0...guardian-prover-health-check-ui-v0.2.0) (2024-07-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/guardian-prover-health-check-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guardian-prover-health-check-ui",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit df79c83

Please sign in to comment.