Skip to content

Commit

Permalink
chore(update): patch release 2.1.1 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
Celtian committed May 28, 2024
1 parent 003393a commit 9c4ffe5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 15 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +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.1](https://github.com/Celtian/ngx-repeat/compare/v2.1.0...v2.1.1)

- chore(test): migrated to jest [`#13`](https://github.com/Celtian/ngx-repeat/pull/13)
- fix(polyfills): polyfils removed [`61b908a`](https://github.com/Celtian/ngx-repeat/commit/61b908a2cf42aba7be60d5d6487f2a722e7d6155)
- chore(husky): command changed [`003393a`](https://github.com/Celtian/ngx-repeat/commit/003393ae654940fd95619dd0ab402ad4259e7930)

#### [v2.1.0](https://github.com/Celtian/ngx-repeat/compare/v2.0.1...v2.1.0)

> 28 May 2024
- 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)
- chore(update): release 2.1.0 🚀 [`bfdc3fe`](https://github.com/Celtian/ngx-repeat/commit/bfdc3fedacc1ed2f24d026a6f4e14b8409b511f1)

#### [v2.0.1](https://github.com/Celtian/ngx-repeat/compare/v2.0.0...v2.0.1)

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.1.0",
"version": "2.1.1",
"author": {
"name": "Dominik Hladík",
"email": "[email protected]",
Expand Down
24 changes: 12 additions & 12 deletions projects/ngx-repeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Here's the [demo](http://celtian.github.io/ngx-repeat/) or [stackblitz live prev
- No dependencies!
- Directive way

## Install
## 🛠️ Install

1. Use yarn (or npm) to install the package

Expand Down Expand Up @@ -56,15 +56,7 @@ import { NgxRepeatDirective } from 'ngx-repeat';
})
```

## Compatibility

| Angular | ngx-repeat | Install |
| --------- | ---------- | ----------------------- |
| >= 14 | 2.x | `yarn add ngx-repeat ` |
| >= 12 | 1.x | `yarn add ngx-repeat@1` |
| >= 5 < 13 | 0.x | `yarn add ngx-repeat@0` |

## Quick start
## 🚀 Quick start

### Example code

Expand All @@ -89,11 +81,19 @@ import { NgxRepeatDirective } from 'ngx-repeat';
2 true false false true
```

## Dependencies
## 🔧 Compatibility

| Angular | ngx-repeat | Install |
| --------- | ---------- | ----------------------- |
| >= 14 | 2.x | `yarn add ngx-repeat ` |
| >= 12 | 1.x | `yarn add ngx-repeat@1` |
| >= 5 < 13 | 0.x | `yarn add ngx-repeat@0` |

## 📦 Dependencies

_None_

## License
## 🪪 License

Copyright &copy; 2021 - 2024 [Dominik Hladik](https://github.com/Celtian)

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.1.0",
"version": "2.1.1",
"author": {
"name": "Dominik Hladík",
"email": "[email protected]",
Expand Down

0 comments on commit 9c4ffe5

Please sign in to comment.