Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/uzh-bf/design-system into N…
Browse files Browse the repository at this point in the history
…ewSwitchField
  • Loading branch information
sjschlapbach committed Jul 17, 2024
2 parents ad0537f + 48643bc commit eddad96
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.9.0](https://github.com/uzh-bf/design-system/compare/v2.8.1...v2.9.0) (2024-07-17)


### Features

* **forms/NewFormikTextField:** add simplified formik text field with enhanced error illustration ([#99](https://github.com/uzh-bf/design-system/issues/99)) ([56f95a4](https://github.com/uzh-bf/design-system/commit/56f95a4e525b1c014adbddc193c18ae60016b242))
* **forms/TextareaField:** add new textarea field and corresponding formik component ([#101](https://github.com/uzh-bf/design-system/issues/101)) ([a3e7192](https://github.com/uzh-bf/design-system/commit/a3e7192e58c1fe131a89fe9ed4764fef7f1ecaf1))

## [2.8.1](https://github.com/uzh-bf/design-system/compare/v2.8.0...v2.8.1) (2024-07-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uzh-bf/design-system",
"version": "2.8.1",
"version": "2.9.0",
"license": "MIT",
"repository": {
"url": "https://github.com/uzh-bf/design-system.git"
Expand Down

0 comments on commit eddad96

Please sign in to comment.