From 39616d269a4f261811685d14c7f8354ccb10c1ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:55:23 +0200 Subject: [PATCH] chore(main): release 2.11.0 (#106) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 bd3255df..e86574f1 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.11.0](https://github.com/uzh-bf/design-system/compare/v2.10.0...v2.11.0) (2024-07-17) + + +### Features + +* **forms/Select*:** extend all select fields to support groups ([#105](https://github.com/uzh-bf/design-system/issues/105)) ([5a92307](https://github.com/uzh-bf/design-system/commit/5a923072db81c58ebbe9c5cd9e959871ee81d25e)) + ## [2.10.0](https://github.com/uzh-bf/design-system/compare/v2.9.0...v2.10.0) (2024-07-17) diff --git a/package-lock.json b/package-lock.json index a28f8372..0b072479 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uzh-bf/design-system", - "version": "2.10.0", + "version": "2.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@uzh-bf/design-system", - "version": "2.10.0", + "version": "2.11.0", "license": "MIT", "dependencies": { "@radix-ui/react-checkbox": "1.0.4", diff --git a/package.json b/package.json index 2603ddab..f6467bd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uzh-bf/design-system", - "version": "2.10.0", + "version": "2.11.0", "license": "MIT", "repository": { "url": "https://github.com/uzh-bf/design-system.git"