From 13c159f78b9361995b75a4adc4818d648ffc1708 Mon Sep 17 00:00:00 2001 From: baopso Date: Wed, 14 Sep 2022 12:47:42 +0000 Subject: [PATCH] chore(release): v2.1.1 --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- projects/lib/CHANGELOG.md | 9 +++++++++ projects/lib/package.json | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 451bb0e..a3a8826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [2.1.1](https://github.com/baloise/web-app-ng-utils/compare/v2.1.0...v2.1.1) (2022-09-14) + + +### Bug Fixes + +* **form:** async validators ([eb8b079](https://github.com/baloise/web-app-ng-utils/commit/eb8b0792239a0303f0de23d76174024a4d683a4f)) + + + ## [2.1.0](https://github.com/baloise/web-app-ng-utils/compare/v2.0.17...v2.1.0) (2022-08-16) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index 2550347..7de37fa 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.1.0", + "version": "2.1.1", "packages": [ "projects/lib" ], diff --git a/projects/lib/CHANGELOG.md b/projects/lib/CHANGELOG.md index 75b9d85..42e74f9 100644 --- a/projects/lib/CHANGELOG.md +++ b/projects/lib/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [2.1.1](https://github.com/baloise/web-app-ng-utils/compare/v2.1.0...v2.1.1) (2022-09-14) + + +### Bug Fixes + +* **form:** async validators ([eb8b079](https://github.com/baloise/web-app-ng-utils/commit/eb8b0792239a0303f0de23d76174024a4d683a4f)) + + + ## [2.1.0](https://github.com/baloise/web-app-ng-utils/compare/v2.0.17...v2.1.0) (2022-08-16) **Note:** Version bump only for package @baloise/web-app-ng-utils diff --git a/projects/lib/package.json b/projects/lib/package.json index 1c9c85f..bc2ad77 100644 --- a/projects/lib/package.json +++ b/projects/lib/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/web-app-ng-utils", - "version": "2.1.0", + "version": "2.1.1", "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0",