diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1052edd..a325c12 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.29.2"} +{".":"1.29.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index ded5d50..48dc7ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.29.3](https://github.com/iExecBlockchainComputing/explorer-v2/compare/iexec-explorer-v1.29.2...iexec-explorer-v1.29.3) (2025-12-10) + + +### 🐞 Bug Fixes + +* missing address tabs ([#107](https://github.com/iExecBlockchainComputing/explorer-v2/issues/107)) ([ba78a1f](https://github.com/iExecBlockchainComputing/explorer-v2/commit/ba78a1f065de508a2012eea78c249911da4c7991)) +* remove required login message in TaskRawData ([#108](https://github.com/iExecBlockchainComputing/explorer-v2/issues/108)) ([0664538](https://github.com/iExecBlockchainComputing/explorer-v2/commit/0664538ecc6a2bab413dde83b40fbb70365d6e3a)) + ## [1.29.2](https://github.com/iExecBlockchainComputing/explorer-v2/compare/iexec-explorer-v1.29.1...iexec-explorer-v1.29.2) (2025-12-08) diff --git a/package-lock.json b/package-lock.json index 42840ac..78cf907 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iexec-explorer", - "version": "1.29.2", + "version": "1.29.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iexec-explorer", - "version": "1.29.2", + "version": "1.29.3", "dependencies": { "@clerk/clerk-react": "^5.58.0", "@clerk/themes": "^2.4.42", diff --git a/package.json b/package.json index 2fbcf18..92a33c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iexec-explorer", "private": true, - "version": "1.29.2", + "version": "1.29.3", "type": "module", "scripts": { "dev": "vite",