diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 1e85f0420..502f1d59d 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v3.2.0 + +* Add Token distribution Stats +* Improve Address page loading time +* Improve Visualizer UI +* Support for rendering Participation Events +* Improve UI, bug fixes, and code refactor for better performance and maintainability. + ## v3.1.0 * Support for rendering NFT metadata diff --git a/api/package-lock.json b/api/package-lock.json index 19be630bd..1c75330d3 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "explorer-api", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "explorer-api", - "version": "3.1.0", + "version": "3.2.0", "license": "Apache-2.0", "dependencies": { "@google-cloud/logging-winston": "^5.3.0", diff --git a/api/package.json b/api/package.json index efa491dfd..5020d27c8 100644 --- a/api/package.json +++ b/api/package.json @@ -1,7 +1,7 @@ { "name": "explorer-api", "description": "API for Tangle Explorer", - "version": "3.1.0", + "version": "3.2.0", "author": "Martyn Janes ", "repository": { "type": "git", diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 1e85f0420..502f1d59d 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v3.2.0 + +* Add Token distribution Stats +* Improve Address page loading time +* Improve Visualizer UI +* Support for rendering Participation Events +* Improve UI, bug fixes, and code refactor for better performance and maintainability. + ## v3.1.0 * Support for rendering NFT metadata diff --git a/client/package-lock.json b/client/package-lock.json index b17d92592..957659331 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "explorer-client", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "explorer-client", - "version": "3.1.0", + "version": "3.2.0", "license": "Apache-2.0", "dependencies": { "@d3fc/d3fc-axis": "^3.0.6", diff --git a/client/package.json b/client/package.json index aca5cb1a6..426ed069c 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "explorer-client", "description": "Tangle Explorer UI", - "version": "3.1.0", + "version": "3.2.0", "author": "Martyn Janes ", "repository": { "type": "git",