Skip to content

Commit

Permalink
chore(release): ship v5.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Aug 23, 2024
1 parent 15f3f43 commit 4074069
Show file tree
Hide file tree
Showing 5 changed files with 1,500 additions and 1,123 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

---

#### `5.2.15`

- chore(dependencies): update to `Angular 18.2`
- refactor: move ColorModeService setup from default-header to app component
- chore(karma.conf): add custom chrome launcher with `--disable-search-engine-choice-screen` flag

---

#### `5.2.5`

- chore(dependencies): update to Angular 18.1
- chore(dependencies): update to `Angular 18.1`
- refactor(cards): card navigation update to the latest `tabs` api

---
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
[![npm package][npm-coreui-badge]][npm-coreui]
[![NPM downloads][npm-coreui-download]][npm-coreui]
![angular](https://img.shields.io/badge/angular-^18.1.0-lightgrey.svg?style=flat-square&logo=angular)
![angular](https://img.shields.io/badge/angular-^18.2.0-lightgrey.svg?style=flat-square&logo=angular)

[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular

Expand Down Expand Up @@ -81,7 +81,7 @@ Before you begin, make sure your development environment includes `Node.js®` an

###### Node.js

[**Angular 18**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^18.19` or `^20.09`.
[**Angular 18**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^18.19` or `^20.11`.

- To check your version, run `node -v` in a terminal/console window.
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
Expand Down
Loading

0 comments on commit 4074069

Please sign in to comment.