From 978bbcc9c4f3c27a3e5e2b2c0b72cfa25eecbd53 Mon Sep 17 00:00:00 2001 From: Yannick Holzenkamp Date: Tue, 16 Aug 2022 07:55:10 +0000 Subject: [PATCH] chore(release): v2.0.17 --- 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 8bd412a..fa93e2f 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.0.17](https://github.com/baloise/web-app-ng-utils/compare/v2.0.16...v2.0.17) (2022-08-16) + + +### Bug Fixes + +* order of wizard steps ([abfa95c](https://github.com/baloise/web-app-ng-utils/commit/abfa95caf489c8a31ebbf9027b698cacc08233c2)) + + + ### [2.0.16](https://github.com/baloise/web-app-ng-utils/compare/v2.0.15...v2.0.16) (2022-04-05) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index 845cf6b..f44e8ed 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.0.16", + "version": "2.0.17", "packages": [ "projects/lib" ], diff --git a/projects/lib/CHANGELOG.md b/projects/lib/CHANGELOG.md index 739da30..9faf00f 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.0.17](https://github.com/baloise/web-app-ng-utils/compare/v2.0.16...v2.0.17) (2022-08-16) + + +### Bug Fixes + +* order of wizard steps ([abfa95c](https://github.com/baloise/web-app-ng-utils/commit/abfa95caf489c8a31ebbf9027b698cacc08233c2)) + + + ### [2.0.16](https://github.com/baloise/web-app-ng-utils/compare/v2.0.15...v2.0.16) (2022-04-05) **Note:** Version bump only for package @baloise/web-app-ng-utils diff --git a/projects/lib/package.json b/projects/lib/package.json index 5869067..f911121 100644 --- a/projects/lib/package.json +++ b/projects/lib/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/web-app-ng-utils", - "version": "2.0.16", + "version": "2.0.17", "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0",