diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d9aed34..648043a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [1.0.53] - 2024-11-05 + ### Fixed - Update `ProposalVoting.Container` module component to make stages accordion controlled and support updating the diff --git a/package.json b/package.json index 6ab47591..59064960 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aragon/gov-ui-kit", - "version": "1.0.52", + "version": "1.0.53", "description": "Implementation of the Aragon's Governance UI Kit", "main": "dist/index.es.js", "types": "dist/types/src/index.d.ts",