@aragon/gov-ui-kit 1.0.70 → 1.0.71
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 +12 -0
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ 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.71] - 2025-03-21
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@babel/runtime-corejs3` to 7.26.10
|
|
15
|
+
- Update DAO name vertical alignment in `<DaoDataListItem.Structure />` component to be centered in the case when no
|
|
16
|
+
address is provided
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- Fix `<ProposalActions />` module component to render correct form data when moving actions
|
|
21
|
+
|
|
10
22
|
## [1.0.70] - 2025-03-11
|
|
11
23
|
|
|
12
24
|
### Added
|