@aragon/gov-ui-kit 1.0.52 → 1.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingContainer/proposalVotingContainer.d.ts +5 -1
- package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingStage/proposalVotingStage.d.ts +0 -6
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.0.53] - 2024-11-05
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Update `ProposalVoting.Container` module component to make stages accordion controlled and support updating the
|
|
15
|
+
current active stage programmatically
|
|
16
|
+
- Fix `VoteProposalDataListItem` module component to truncate long proposal IDs
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Bump `softprops/action-gh-release` from 2.0.8 to 2.0.9
|
|
21
|
+
- Update minor and patch NPM dependencies
|
|
22
|
+
|
|
10
23
|
## [1.0.52] - 2024-10-30
|
|
11
24
|
|
|
12
25
|
### Changed
|