From e3465018bd02507672902a134c59142387d7d688 Mon Sep 17 00:00:00 2001 From: Chris Contolini Date: Wed, 4 Dec 2024 18:24:23 -0500 Subject: [PATCH] Release 3.6.1 --- packages/cfpb-design-system/CHANGELOG.md | 13 ++++++++++++- packages/cfpb-design-system/package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/packages/cfpb-design-system/CHANGELOG.md b/packages/cfpb-design-system/CHANGELOG.md index 39f610476..8f1d14e5d 100644 --- a/packages/cfpb-design-system/CHANGELOG.md +++ b/packages/cfpb-design-system/CHANGELOG.md @@ -2,7 +2,18 @@ All notable changes to this project will be documented in this file. -## [3.6.0](https://github.com/cfpb/design-system/compare/v3.5.0..3.6.0) - December 3, 2024 +## [3.6.1](https://github.com/cfpb/design-system/compare/v3.6.0..3.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 f997a1b8c..51c3fd9a0 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.0", + "version": "3.6.1", "description": "CFPB's UI framework", "exports": { ".": "./src/index.js",