diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf1da62f..3cba9f403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.96.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.95.0...@pingux/astro@2.96.0) (2024-12-05) + + +### Features + +* [UIP-6830] Passwordfield convert to ts ([1da8dc1](https://gitlab.corp.pingidentity.com/ux/pingux/commit/1da8dc14d4cf0f99f039406df829f7ba5fb71790)) +* [UIP-7168] IconButton and IconButtonToggle Update to match spec ([c4a714e](https://gitlab.corp.pingidentity.com/ux/pingux/commit/c4a714e56eb107013d024f73355bae4fa055190f)) +* [UIP-7238] export IconWrapperProps from index file ([e251e86](https://gitlab.corp.pingidentity.com/ux/pingux/commit/e251e86ea1918eaa03bb7a7d808ff3fe19b0340b)) + + + + + # [2.95.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.94.0...@pingux/astro@2.95.0) (2024-11-21) diff --git a/package.json b/package.json index 8bc400635..32734ee0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pingux/astro", - "version": "2.96.0-alpha.2", + "version": "2.96.0", "description": "React component library for Ping Identity's design system", "repository": { "type": "git",