diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c57613..b10f1da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.1.0](https://github.com/Celtian/ngx-repeat/compare/v2.0.1...v2.1.0) + +- Feat/angular 18 [`#12`](https://github.com/Celtian/ngx-repeat/pull/12) +- ts-node replaced by tsx [`#11`](https://github.com/Celtian/ngx-repeat/pull/11) +- chore(deps): angular update [`99884da`](https://github.com/Celtian/ngx-repeat/commit/99884daa53ae00a4b9ce90a89c67617ee0412a70) +- feat(tsx): ts-node replaced by tsx [`6e787b4`](https://github.com/Celtian/ngx-repeat/commit/6e787b4b9b139c0b0ae2838405ef399ca1bca0cc) +- Revert "chore(repeat): constrictor replaced by inject" [`d6b5685`](https://github.com/Celtian/ngx-repeat/commit/d6b5685e143a8d13895da776ecd0d1b94b0b7a01) + #### [v2.0.1](https://github.com/Celtian/ngx-repeat/compare/v2.0.0...v2.0.1) +> 10 February 2024 + - deps updated & actions updated [`#10`](https://github.com/Celtian/ngx-repeat/pull/10) - chore(deps): deps updated [`00bec44`](https://github.com/Celtian/ngx-repeat/commit/00bec44052090a2cbed421496f450935984ddf68) +- chore(update): patch release 2.0.1 🐛 [`1a05801`](https://github.com/Celtian/ngx-repeat/commit/1a0580162b7b1d2b982606bebd2bf1380c08452a) - chore(readme): readme changed [`430f7b7`](https://github.com/Celtian/ngx-repeat/commit/430f7b713d2ccceb9f920619fbb878f9a56f1a04) ### [v2.0.0](https://github.com/Celtian/ngx-repeat/compare/v1.1.0...v2.0.0) diff --git a/package.json b/package.json index e9841d1..76349d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-repeat", - "version": "2.0.1", + "version": "2.1.0", "author": { "name": "Dominik Hladík", "email": "dominik.hladik@seznam.cz", diff --git a/projects/ngx-repeat/README.md b/projects/ngx-repeat/README.md index 0becbaf..5e01a6a 100644 --- a/projects/ngx-repeat/README.md +++ b/projects/ngx-repeat/README.md @@ -14,7 +14,7 @@ > Angular directive for repeating HTML element by count -> ✓ _Angular 17 compatible_ +> ✓ _Angular 18 compatible_ Here's the [demo](http://celtian.github.io/ngx-repeat/) or [stackblitz live preview](https://stackblitz.com/edit/ngx-repeat) or [codesandbox live preview](https://codesandbox.io/s/ngx-repeat-bew8f) diff --git a/projects/ngx-repeat/package.json b/projects/ngx-repeat/package.json index a9cde44..8ce4f07 100644 --- a/projects/ngx-repeat/package.json +++ b/projects/ngx-repeat/package.json @@ -1,6 +1,6 @@ { "name": "ngx-repeat", - "version": "2.0.1", + "version": "2.1.0", "author": { "name": "Dominik Hladík", "email": "dominik.hladik@seznam.cz",