@aragon/gov-ui-kit 1.0.65 → 1.0.67
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 +22 -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 +26 -26
- package/src/theme/tokens/primitives/typography.css +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,28 @@ 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.67] - 2025-02-18
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Update `Tabs.List` component to only render when used with multiple tabs
|
|
15
|
+
- Bump `elliptic` to 6.6.1
|
|
16
|
+
- Update minor and patch NPM dependencies
|
|
17
|
+
- Restore Figma previews on primitive variables documentation pages
|
|
18
|
+
|
|
19
|
+
## [1.0.66] - 2025-02-11
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- Bump `actions/setup-python` to 5.4.0
|
|
24
|
+
- Update minor and patch NPM dependencies
|
|
25
|
+
- Improve code coverage on core and modules components
|
|
26
|
+
|
|
27
|
+
### Fixed
|
|
28
|
+
|
|
29
|
+
- Fix documentation pages on primitive variables
|
|
30
|
+
- Use correct token symbol in asset transfer warning for supported chains
|
|
31
|
+
|
|
10
32
|
## [1.0.65] - 2025-01-30
|
|
11
33
|
|
|
12
34
|
### Changed
|