@aragon/gov-ui-kit 1.0.65 → 1.0.66
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/core/components/alerts/alertCard/alertCard.d.ts +0 -8
- package/dist/types/src/core/components/alerts/alertInline/alertInline.d.ts +0 -1
- package/dist/types/src/modules/assets/copy/modulesCopy.d.ts +1 -1
- package/dist/types/src/modules/hooks/useBlockExplorer/index.d.ts +2 -1
- package/dist/types/src/modules/hooks/useBlockExplorer/useBlockExplorer.api.d.ts +57 -0
- package/dist/types/src/modules/hooks/useBlockExplorer/useBlockExplorer.d.ts +2 -45
- package/package.json +21 -21
- package/src/theme/tokens/primitives/typography.css +3 -3
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.66] - 2025-02-11
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `actions/setup-python` to 5.4.0
|
|
15
|
+
- Update minor and patch NPM dependencies
|
|
16
|
+
- Improve code coverage on core and modules components
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- Fix documentation pages on primitive variables
|
|
21
|
+
- Use correct token symbol in asset transfer warning for supported chains
|
|
22
|
+
|
|
10
23
|
## [1.0.65] - 2025-01-30
|
|
11
24
|
|
|
12
25
|
### Changed
|