@aragon/gov-ui-kit 1.0.62 → 1.0.63

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 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.63] - 2025-01-15
11
+
12
+ ### Changed
13
+
14
+ - Update `InputFileAvatar` core component to remove `onFileSelect` and `onFileError` properties and use `value` and
15
+ `onChange` properties instead
16
+ - Update `IProposalActionUpdateMetadataDaoMetadata` interface `logo` property to `avatar` to better align with actions
17
+ - Bump `softprops/action-gh-release` from 2.2.0 to 2.2.1
18
+ - Update minor and patch NPM dependencies
19
+ - Update `<ProposalDataListItem />` module component to include `statusContext` property and support `ADVANCEABLE`
20
+ status
21
+ - Remove `<MajorityVotingResult />` and `<ApprovalThresholdResult />` sub-components for `<ProposalDataListItem />`
22
+
10
23
  ## [1.0.62] - 2025-01-08
11
24
 
12
25
  ### Fixed