From 363bdbfaeb35f794686d10a1595c22523ee74569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Mon, 25 Nov 2024 15:36:05 +0100 Subject: [PATCH] build(ngx-components): release version 0.2.3 --- libs/ngx-components/CHANGELOG.md | 15 +++++++++++++++ libs/ngx-components/package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/libs/ngx-components/CHANGELOG.md b/libs/ngx-components/CHANGELOG.md index 5d7e5794b..4f52957d1 100644 --- a/libs/ngx-components/CHANGELOG.md +++ b/libs/ngx-components/CHANGELOG.md @@ -2,6 +2,21 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.2.3](https://github.com/IPS-LMU/octra/compare/ngx-components-0.2.2...ngx-components-0.2.3) (2024-11-25) + + +### Bug Fixes + +* **ngx-components:** asr-options not exported correctly ([ddb08cd](https://github.com/IPS-LMU/octra/commit/ddb08cd6138334476e7ec2bcf935652f9f025050)) +* **ngx-components:** missing validation, profile is undefined error, i18n ([32d4997](https://github.com/IPS-LMU/octra/commit/32d4997a337a3ccb30fc85680a98ddbbd2df430e)) + + +### Features + +* **project:** openModal() function with wrapper for NgbModalRef ([7299a37](https://github.com/IPS-LMU/octra/commit/7299a37904393afd5f1ee65a83da6045a658ed04)) + + + ## [0.2.2](https://github.com/IPS-LMU/octra/compare/ngx-components-0.2.1...ngx-components-0.2.2) (2024-11-18) diff --git a/libs/ngx-components/package.json b/libs/ngx-components/package.json index 8de12aca1..1e2a1818c 100644 --- a/libs/ngx-components/package.json +++ b/libs/ngx-components/package.json @@ -1,7 +1,7 @@ { "name": "@octra/ngx-components", "description": "library with a list of components created for OCTRA", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "private": false, "author": {