From 482fc91481be3cb65e56b0fa90f933d446144629 Mon Sep 17 00:00:00 2001 From: sjschlapbach Date: Fri, 1 Dec 2023 13:31:27 +0100 Subject: [PATCH] chore(release): 2.4.6 --- 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 0ea62928..724bda72 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.6](https://github.com/uzh-bf/design-system/compare/v2.4.5...v2.4.6) (2023-12-01) + + +### Other + +* **Modal:** add close, next and previous data attributes ([6d28ae1](https://github.com/uzh-bf/design-system/commit/6d28ae16c7e04947cc2327a69998f43333929c7f)) + ### [2.4.5](https://github.com/uzh-bf/design-system/compare/v2.4.4...v2.4.5) (2023-12-01) diff --git a/package-lock.json b/package-lock.json index 006f0687..2b5cfaf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uzh-bf/design-system", - "version": "2.4.5", + "version": "2.4.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@uzh-bf/design-system", - "version": "2.4.5", + "version": "2.4.6", "license": "MIT", "dependencies": { "@radix-ui/react-checkbox": "1.0.4", diff --git a/package.json b/package.json index 7d746946..374efbb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uzh-bf/design-system", - "version": "2.4.5", + "version": "2.4.6", "license": "MIT", "repository": { "url": "https://github.com/uzh-bf/design-system.git"