@cfpb/cfpb-design-system
Advanced tools
Comparing version 3.6.1 to 3.6.2
@@ -5,6 +5,17 @@ # Changelog | ||
## [3.6.1](https://github.com/cfpb/design-system/compare/v3.6.0..3.6.1) - December 4, 2024 | ||
## [3.6.2](https://github.com/cfpb/design-system/compare/v3.6.1..3.6.2) - December 18, 2024 | ||
### PRs in this release | ||
- PR #[2137](https://github.com/cfpb/design-system/pull/2137): Provide icon exports - Wyatt Pearsall | ||
### General | ||
- Update CHANGELOG.md - ([bfd91e3](https://github.com/cfpb/design-system/commit/bfd91e39d31d829ea8a2dcb296bea0fd9c36cbbd)) - Chris Contolini | ||
- Provide icon exports - ([9eccdc4](https://github.com/cfpb/design-system/commit/9eccdc415730d3f0e3b42c28ba51fda00d3aa7f6)) - Wyatt Pearsall | ||
## [3.6.1](https://github.com/cfpb/design-system/compare/v3.6.0..v3.6.1) - December 4, 2024 | ||
### PRs in this release | ||
- PR #[2054](https://github.com/cfpb/design-system/pull/2054): Add new tooltip component to DS - Chris Contolini | ||
@@ -11,0 +22,0 @@ - PR #[2133](https://github.com/cfpb/design-system/pull/2133): Add ESLint typescript resolver to fix exports issue - Chris Contolini |
{ | ||
"name": "@cfpb/cfpb-design-system", | ||
"version": "3.6.1", | ||
"version": "3.6.2", | ||
"description": "CFPB's UI framework", | ||
"exports": { | ||
".": "./src/index.js", | ||
"./tooltips": "./src/components/cfpb-tooltips/index.js" | ||
"./tooltips": "./src/components/cfpb-tooltips/index.js", | ||
"./icons/": "./src/components/cfpb-icons/icons/" | ||
}, | ||
@@ -9,0 +10,0 @@ "author": { |
4847118