Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43ee8f7

Browse files
committed
release(template): 15.1.0
1 parent 6d2d8f0 commit 43ee8f7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

libs/template/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [15.1.0](https://github.com/rx-angular/rx-angular/compare/[email protected]@15.1.0) (2023-04-13)
6+
7+
8+
### Features
9+
10+
* **template:** migrate LetDirective to standalone API ([a342dfe](https://github.com/rx-angular/rx-angular/commit/a342dfec7ce640be6c3b6cee21accc74a9864e21))
11+
* **template:** migrate PushPipe to standalone API ([3ed3e97](https://github.com/rx-angular/rx-angular/commit/3ed3e973c98cc55616f1a81b07de7a6521c7d4de))
12+
* **template:** migrate RxFor to standalone API ([b58aa7b](https://github.com/rx-angular/rx-angular/commit/b58aa7bfe281e658b3859b4a5f80d587a1e17581))
13+
* **template:** migrate RxIf to standalone API ([8e2441a](https://github.com/rx-angular/rx-angular/commit/8e2441a78405bec8d49456265cfcd829c96d5f11))
14+
* **template:** migrate UnpatchDirective to standalone API ([caebca4](https://github.com/rx-angular/rx-angular/commit/caebca4628fe56e55e2c33216de89a366883bdcb))
15+
* **template:** migrate ViewportPrioDirective to standalone API ([e7c379b](https://github.com/rx-angular/rx-angular/commit/e7c379b955f2bc93b34cb383ff208298b3107db3))
16+
17+
18+
519
# [15.0.0](https://github.com/rx-angular/rx-angular/compare/[email protected]@15.0.0) (2023-04-12)
620

721

libs/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rx-angular/template",
3-
"version": "15.0.0",
3+
"version": "15.1.0",
44
"description": "**Fully** Reactive Component Template Rendering in Angular. @rx-angular/template aims to be a reflection of Angular's built in renderings just reactive.",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)