@aragon/gov-ui-kit 1.0.50 → 1.0.51

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,14 @@ 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.51] - 2024-10-23
11
+
12
+ ### Fixed
13
+
14
+ - Rename default core context values to use `guk` prefix
15
+ - Update `<DefinitionListItem />` and `<Breadcrumbs />` core components to truncate long strings
16
+ - Fix `<InputNumber >` core component to trigger `onChange` callback on + / - button click
17
+
10
18
  ## [1.0.50] - 2024-10-23
11
19
 
12
20
  ### Changed