diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cba9f403..83c2c4ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.97.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.96.0...@pingux/astro@2.97.0) (2024-12-10) + + +### Bug Fixes + +* [UIP-7252] Add hintText to SelectField ([32590f7](https://gitlab.corp.pingidentity.com/ux/pingux/commit/32590f70e58bbe0742b2e52e3a2e2b011f347cfa)) + + +### Features + +* [UIP-7091] Update Badge with Tooltip styling to match design spec ([30827c4](https://gitlab.corp.pingidentity.com/ux/pingux/commit/30827c4046d04ff9e9f212f13f6bec713714d504)) + + + + + # [2.96.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.95.0...@pingux/astro@2.96.0) (2024-12-05) diff --git a/package.json b/package.json index 7da74a566..ec1350ba0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pingux/astro", - "version": "2.97.0-alpha.1", + "version": "2.97.0", "description": "React component library for Ping Identity's design system", "repository": { "type": "git",