From 55a9715dd06442eaddd6cb132420cf801e7c7187 Mon Sep 17 00:00:00 2001 From: sjschlapbach Date: Mon, 9 Oct 2023 22:47:57 +0200 Subject: [PATCH] chore(release): 2.1.12 --- 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 15a927d2..c614c4fc 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.1.12](https://github.com/uzh-bf/design-system/compare/v2.1.11...v2.1.12) (2023-10-09) + + +### Enhancements + +* **FormikTextField:** add possibility to pass error string to field with onChange function ([a3e08c7](https://github.com/uzh-bf/design-system/commit/a3e08c761943ddce7292c11e957b765068b80a2e)) + ### [2.1.11](https://github.com/uzh-bf/design-system/compare/v2.1.10...v2.1.11) (2023-10-03) diff --git a/package-lock.json b/package-lock.json index 16b03517..f4f085b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uzh-bf/design-system", - "version": "2.1.11", + "version": "2.1.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@uzh-bf/design-system", - "version": "2.1.11", + "version": "2.1.12", "license": "MIT", "dependencies": { "@radix-ui/react-checkbox": "1.0.4", diff --git a/package.json b/package.json index a5fe7974..2ccb3b35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uzh-bf/design-system", - "version": "2.1.11", + "version": "2.1.12", "license": "MIT", "repository": { "url": "https://github.com/uzh-bf/design-system.git"