Skip to content

Commit b009046

Browse files
chore(main): release iexec-explorer 1.19.0
1 parent f8ed8ec commit b009046

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.18.0"}
1+
{".":"1.19.0"}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.19.0](https://github.com/iExecBlockchainComputing/explorer-v2/compare/iexec-explorer-v1.18.0...iexec-explorer-v1.19.0) (2025-09-10)
4+
5+
6+
### 🚀 Features
7+
8+
* **StatusCell:** display timeout indication for 'STARTED' status ([c2f8d4d](https://github.com/iExecBlockchainComputing/explorer-v2/commit/c2f8d4d9b2316b51b3a9d52988b87ba60476dd43))
9+
* update navigation to include 'from=my_activity' query parameter ([9d24279](https://github.com/iExecBlockchainComputing/explorer-v2/commit/9d2427936b5c652f8a49284b01b793fd0618c2c9))
10+
11+
12+
### 🐞 Bug Fixes
13+
14+
* update error message for not found addresses ([3215e4d](https://github.com/iExecBlockchainComputing/explorer-v2/commit/3215e4da2c036679e7f9ae51108adf2e93dc8070))
15+
* update type for search parameter in navigation ([f8ed8ec](https://github.com/iExecBlockchainComputing/explorer-v2/commit/f8ed8ecd831eb9296c5df8a4b01b3ca908061532))
16+
317
## [1.18.0](https://github.com/iExecBlockchainComputing/explorer-v2/compare/iexec-explorer-v1.17.0...iexec-explorer-v1.18.0) (2025-09-05)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "iexec-explorer",
33
"private": true,
4-
"version": "1.18.0",
4+
"version": "1.19.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)