From 3c3a7123b6417589b8a2c7b1358e40950c0b6654 Mon Sep 17 00:00:00 2001 From: mricoul Date: Thu, 10 Oct 2024 11:42:13 +0200 Subject: [PATCH 1/2] docs (CHANGELOG): add change log for 1.5.10 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c44c534..56ef786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.5.10 - 2024-10-10 + +- Fixed a bug in the Dropdown component where the first item was selected on `addItem`. + ## 1.5.9 - 2024-10-10 - Fixed a bug in the Dropdown component where a list item was automatically selected when opening. From 33f2381a1363b597c996c7941002ae0a19172dfd Mon Sep 17 00:00:00 2001 From: mricoul Date: Thu, 10 Oct 2024 11:42:30 +0200 Subject: [PATCH 2/2] chore (package): bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92325f2..747da72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@beapi/be-a11y", - "version": "1.5.9", + "version": "1.5.10", "type": "module", "description": "Collection of usefull accessible components", "repository": {