From 0ff5e54e2aad5d8b10544c3261852f235759d745 Mon Sep 17 00:00:00 2001 From: sjschlapbach Date: Fri, 22 Dec 2023 00:09:01 +0100 Subject: [PATCH] chore(release): 2.4.7 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 724bda72..b297410e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.4.7](https://github.com/uzh-bf/design-system/compare/v2.4.6...v2.4.7) (2023-12-21) + + +### Bug Fixes + +* **Select:** ensure that options receive correct data testing attributes ([ce8401c](https://github.com/uzh-bf/design-system/commit/ce8401c1de42c730a5d77ab493bb6be55b15a49b)) + ### [2.4.6](https://github.com/uzh-bf/design-system/compare/v2.4.5...v2.4.6) (2023-12-01) diff --git a/package-lock.json b/package-lock.json index 2b5cfaf8..b7e1f8c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uzh-bf/design-system", - "version": "2.4.6", + "version": "2.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@uzh-bf/design-system", - "version": "2.4.6", + "version": "2.4.7", "license": "MIT", "dependencies": { "@radix-ui/react-checkbox": "1.0.4", diff --git a/package.json b/package.json index 374efbb7..8954a929 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uzh-bf/design-system", - "version": "2.4.6", + "version": "2.4.7", "license": "MIT", "repository": { "url": "https://github.com/uzh-bf/design-system.git"