@cfpb/cfpb-design-system 3.6.1 → 3.6.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -2,7 +2,18 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## [3.6.1](https://github.com/cfpb/design-system/compare/v3.6.0..3.6.1) - December 4, 2024
5
+ ## [3.6.2](https://github.com/cfpb/design-system/compare/v3.6.1..3.6.2) - December 18, 2024
6
+
7
+ ### PRs in this release
8
+
9
+ - PR #[2137](https://github.com/cfpb/design-system/pull/2137): Provide icon exports - Wyatt Pearsall
10
+
11
+ ### General
12
+
13
+ - Update CHANGELOG.md - ([bfd91e3](https://github.com/cfpb/design-system/commit/bfd91e39d31d829ea8a2dcb296bea0fd9c36cbbd)) - Chris Contolini
14
+ - Provide icon exports - ([9eccdc4](https://github.com/cfpb/design-system/commit/9eccdc415730d3f0e3b42c28ba51fda00d3aa7f6)) - Wyatt Pearsall
15
+
16
+ ## [3.6.1](https://github.com/cfpb/design-system/compare/v3.6.0..v3.6.1) - December 4, 2024
6
17
 
7
18
  ### PRs in this release
8
19
 
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@cfpb/cfpb-design-system",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "CFPB's UI framework",
5
5
  "exports": {
6
6
  ".": "./src/index.js",
7
- "./tooltips": "./src/components/cfpb-tooltips/index.js"
7
+ "./tooltips": "./src/components/cfpb-tooltips/index.js",
8
+ "./icons/": "./src/components/cfpb-icons/icons/"
8
9
  },
9
10
  "author": {
10
11
  "name": "Consumer Financial Protection Bureau",