Skip to content

Commit ac4e5b9

Browse files
committed
chore: ship v4.7.0 for Angular 17
1 parent ebea759 commit ac4e5b9

File tree

11 files changed

+3415
-3633
lines changed

11 files changed

+3415
-3633
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
---
44

5+
#### `4.7.0`
6+
7+
- chore(dependencies): update to `Angular 17`
8+
- `Angular 17`
9+
- `TypeScript ~5.2`
10+
- `zone.js ~0.14.2`
11+
- chore: update tsconfig and eslintrc
12+
- refactor: minor cleanups - typings, tests
13+
- chore: update `.github/workfows` for node-version 20
14+
15+
---
16+
517
#### `4.5.28`
618

719
- chore(dependencies): update

CLI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @coreui/angular v4
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.3.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.3.
44

55
## Development server
66

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
3636
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
3737
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
38-
[angular-badge]: https://img.shields.io/badge/angular-^16.1.0-lightgrey.svg?style=flat-square&logo=angular
38+
[angular-badge]: https://img.shields.io/badge/angular-^17.0.0-lightgrey.svg?style=flat-square&logo=angular
3939

4040
## Table of contents
4141

@@ -59,7 +59,7 @@
5959
Before you begin, make sure your development environment includes `Node.js®` and `npm` package manager.
6060

6161
###### Node.js
62-
[**Angular 16.1**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^16.14` or `^18.10`.
62+
[**Angular 17**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^18.13` or `^20.9`.
6363

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

0 commit comments

Comments
 (0)