From 5c8a635a83805ad9cc1326f0ad93272810735e29 Mon Sep 17 00:00:00 2001 From: josephmathew900 Date: Tue, 8 Jul 2025 15:50:57 +0000 Subject: [PATCH] Bump version --- CHANGELOG.md | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 007db0893..23b86b901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,10 @@ Each change is prefixed with one of these keywords:: - *Fixed*: Denotes bug fixes. - *Security*: Pertains to actions taken in response to vulnerabilities. +## 8.3.11 - 2025-07-08 + +- Fixed release workflow. + ## 8.3.10 - 2025-06-23 Adds support to display a tooltip over the options in Select dropdown. @@ -154,7 +158,6 @@ Fixed data-cy label for *Input*. ## 8.2.53 - 2025-01-23 - Added: `data-cy` label for *ProgressBar* ## 8.2.52 - 2025-01-22 - - Fixed TypeError in Pane component. ## 8.2.51 - 2025-01-21 @@ -445,7 +448,6 @@ Updates all formik components in neetoUI to use status to show server error and - Improved: Documentation readability. ## 6.8.3 - 2024-06-24 - Added option to pass data-cy to accordion - ## 6.8.2 - 2024-06-19 https://navaneeth-d.neetorecord.com/watch/f777bc32-f8f1-4dd0-85bb-04be9c369c7b @@ -864,7 +866,6 @@ Removed following components from `neetoui`: - `Container` - `Scrollable` - `Page` - ## 4.4.27 - 2023-04-24 - Added: `unlmitedChars` prop to *Input* and *Textarea* and reverted the diff --git a/package.json b/package.json index f417a0b91..127f4bcf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigbinary/neetoui", - "version": "8.3.10", + "version": "8.3.11", "author": "BigBinary", "license": "MIT", "description": "neetoUI drives the experience at all neeto products",