From f712363c2082cffa42f6a5b02db05e262b7af2ee Mon Sep 17 00:00:00 2001 From: Wyatt Pearsall Date: Wed, 18 Dec 2024 10:48:10 -0800 Subject: [PATCH] Release 3.6.2 --- packages/cfpb-design-system/CHANGELOG.md | 16 ++++++++++++---- packages/cfpb-design-system/package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/packages/cfpb-design-system/CHANGELOG.md b/packages/cfpb-design-system/CHANGELOG.md index abe05e689..a0795d0b1 100644 --- a/packages/cfpb-design-system/CHANGELOG.md +++ b/packages/cfpb-design-system/CHANGELOG.md @@ -2,21 +2,29 @@ All notable changes to this project will be documented in this file. -## [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 #[2133](https://github.com/cfpb/design-system/pull/2133): Add ESLint typescript resolver to fix exports issue - Chris Contolini +- PR #[2137](https://github.com/cfpb/design-system/pull/2137): Provide icon exports - Wyatt Pearsall ### General -- Return Tooltip instance to match JSDoc description - ([290b87e](https://github.com/cfpb/design-system/commit/290b87e4889c16c5e846e3039a7266ebb7c09e99)) - Chris Contolini +- 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.0](https://github.com/cfpb/design-system/compare/v3.5.0..v3.6.0) - December 3, 2024 +## [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 +- PR #[2133](https://github.com/cfpb/design-system/pull/2133): Add ESLint typescript resolver to fix exports issue - Chris Contolini + +### General + +- Return Tooltip instance to match JSDoc description - ([290b87e](https://github.com/cfpb/design-system/commit/290b87e4889c16c5e846e3039a7266ebb7c09e99)) - Chris Contolini + +## [3.6.0](https://github.com/cfpb/design-system/compare/v3.5.0..v3.6.0) - December 3, 2024 ### General diff --git a/packages/cfpb-design-system/package.json b/packages/cfpb-design-system/package.json index c8fb915d6..9b74dc57b 100644 --- a/packages/cfpb-design-system/package.json +++ b/packages/cfpb-design-system/package.json @@ -1,6 +1,6 @@ { "name": "@cfpb/cfpb-design-system", - "version": "3.6.1", + "version": "3.6.2", "description": "CFPB's UI framework", "exports": { ".": "./src/index.js",