diff --git a/CHANGELOG.md b/CHANGELOG.md index 681d3302bd..d0baa55907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.0] - 2023-07-13 + +## Added + +- Comprehensive application of a custom UI/UX theme, encompassing: + - Incorporation of specific colors for graph representation + - Accentuation of color for PayoutBar and PayoutLine elements + - Integration of the HumanSans typography + - Refinement of colors assigned to BalanceGraph and Bounded components + - Modification of the primary color dedicated to the light theme + - Refreshment of the Cere Icon and Logo aesthetics + +## Changed + +- The functionality to toggle between light and dark themes has been reinstated +- Cere icon in the validator configuration has been updated + ## [1.2.1] - 2023-07-12 ## Changed diff --git a/package.json b/package.json index d9e231b9b8..59d320f79d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-staking-dashboard", - "version": "1.2.1", + "version": "1.3.0", "license": "apache-2.0", "private": false, "dependencies": {