From be5df2d4467087add361cd0564110bafde52dd4d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Oct 2024 15:56:13 +0000 Subject: [PATCH] chore(release): 9.11.5 [skip ci] ## [9.11.5](https://github.com/Kong/kongponents/compare/v9.11.4...v9.11.5) (2024-10-15) ### Bug Fixes * **kinput:** prevent focus loss on icon/button click ([#2453](https://github.com/Kong/kongponents/issues/2453)) ([c536de7](https://github.com/Kong/kongponents/commit/c536de7afc846a0b54804fa75bb986bb3d729da4)) * **klabel:** fix aria attributes on tooltip icon ([#2454](https://github.com/Kong/kongponents/issues/2454)) ([7201572](https://github.com/Kong/kongponents/commit/72015727498152ada0ccd9c6de74f844c6cc7bca)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2f3313659..a9802a1d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [9.11.5](https://github.com/Kong/kongponents/compare/v9.11.4...v9.11.5) (2024-10-15) + + +### Bug Fixes + +* **kinput:** prevent focus loss on icon/button click ([#2453](https://github.com/Kong/kongponents/issues/2453)) ([c536de7](https://github.com/Kong/kongponents/commit/c536de7afc846a0b54804fa75bb986bb3d729da4)) +* **klabel:** fix aria attributes on tooltip icon ([#2454](https://github.com/Kong/kongponents/issues/2454)) ([7201572](https://github.com/Kong/kongponents/commit/72015727498152ada0ccd9c6de74f844c6cc7bca)) + ## [9.11.4](https://github.com/Kong/kongponents/compare/v9.11.3...v9.11.4) (2024-10-15) diff --git a/package.json b/package.json index af9af4f85c..4ee100e613 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/kongponents", - "version": "9.11.4", + "version": "9.11.5", "description": "Kong Component library", "type": "module", "repository": {