@aragon/gov-ui-kit 1.0.50 → 1.0.52

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,29 @@ 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.52] - 2024-10-30
11
+
12
+ ### Changed
13
+
14
+ - Update `ProposalVotingStage` module component to support undefined `startDate` and `endDate` properties
15
+ - Update minor and patch Github dependencies
16
+ - Update minor and patch NPM dependencies
17
+ - Bump `elliptic` from 6.5.7 to 6.6.0
18
+
19
+ ### Fixed
20
+
21
+ - Update `ProposalVotingStageStatus` module component to support `vetoed` and `expired` statuses
22
+ - Update Figma documentation links in Storybook components
23
+ - Rename default modules context values to use `guk` prefix
24
+
25
+ ## [1.0.51] - 2024-10-23
26
+
27
+ ### Fixed
28
+
29
+ - Rename default core context values to use `guk` prefix
30
+ - Update `<DefinitionListItem />` and `<Breadcrumbs />` core components to truncate long strings
31
+ - Fix `<InputNumber >` core component to trigger `onChange` callback on + / - button click
32
+
10
33
  ## [1.0.50] - 2024-10-23
11
34
 
12
35
  ### Changed