From 8e23bc279a9a8a782f90de16d8b0366a153f3abb Mon Sep 17 00:00:00 2001 From: xidedix Date: Thu, 15 Feb 2024 16:26:50 +0100 Subject: [PATCH] chore: ship v4.7.15 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- projects/coreui-angular/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b3b4ee..a7bbf89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ --- +#### `4.7.15` + +- fix(sidebar-nav-group): typo on control flow migration - thanks @meriturva, closes #200 +- chore(workflows): update github actions to v4 - checkout, setup-node + +--- + #### `4.7.14` - chore(dependencies): update to Angular 17.2 diff --git a/package-lock.json b/package-lock.json index 38a72c56..382ed9e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coreui-angular-dev", - "version": "4.7.14", + "version": "4.7.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coreui-angular-dev", - "version": "4.7.14", + "version": "4.7.15", "license": "MIT", "dependencies": { "@angular/animations": "^17.2.1", diff --git a/package.json b/package.json index 9260f523..99832b3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coreui-angular-dev", - "version": "4.7.14", + "version": "4.7.15", "description": "CoreUI Components Library for Angular", "copyright": "Copyright 2023 creativeLabs Łukasz Holeczek", "license": "MIT", diff --git a/projects/coreui-angular/package.json b/projects/coreui-angular/package.json index 7797c513..d6d3f61f 100644 --- a/projects/coreui-angular/package.json +++ b/projects/coreui-angular/package.json @@ -1,6 +1,6 @@ { "name": "@coreui/angular", - "version": "4.7.14", + "version": "4.7.15", "description": "CoreUI for Angular UI components library", "copyright": "Copyright 2023 creativeLabs Łukasz Holeczek", "license": "MIT",