Skip to content

Commit

Permalink
chore(update): release 2.1.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Celtian committed May 28, 2024
1 parent a957fa5 commit bfdc3fe
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-repeat",
"version": "2.0.1",
"version": "2.1.0",
"author": {
"name": "Dominik Hladík",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-repeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-repeat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-repeat",
"version": "2.0.1",
"version": "2.1.0",
"author": {
"name": "Dominik Hladík",
"email": "[email protected]",
Expand Down

0 comments on commit bfdc3fe

Please sign in to comment.