Skip to content

Commit

Permalink
chore: ship v4.7.0 for Angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Nov 25, 2023
1 parent ebea759 commit ac4e5b9
Show file tree
Hide file tree
Showing 11 changed files with 3,415 additions and 3,633 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

---

#### `4.7.0`

- chore(dependencies): update to `Angular 17`
- `Angular 17`
- `TypeScript ~5.2`
- `zone.js ~0.14.2`
- chore: update tsconfig and eslintrc
- refactor: minor cleanups - typings, tests
- chore: update `.github/workfows` for node-version 20

---

#### `4.5.28`

- chore(dependencies): update
Expand Down
2 changes: 1 addition & 1 deletion CLI.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @coreui/angular v4

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

## Development server

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
[angular-badge]: https://img.shields.io/badge/angular-^16.1.0-lightgrey.svg?style=flat-square&logo=angular
[angular-badge]: https://img.shields.io/badge/angular-^17.0.0-lightgrey.svg?style=flat-square&logo=angular

## Table of contents

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

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

- 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 ac4e5b9

Please sign in to comment.