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

Skip to content

Commit 5a9bc01

Browse files
committed
release(template): 1.0.0-beta.28
1 parent 95166b9 commit 5a9bc01

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

libs/template/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# [1.0.0-beta.28](https://github.com/rx-angular/rx-angular/compare/[email protected]@1.0.0-beta.28) (2021-08-23)
2+
3+
* **template:** remove RxJS dependency
4+
5+
16
# [1.0.0-beta.27](https://github.com/rx-angular/rx-angular/compare/[email protected]@1.0.0-beta.27) (2021-08-23)
27

38
* **template:** fix RxJS7 update ([#907](https://github.com/rx-angular/rx-angular/pull/907)) ([674d584]()

libs/template/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rx-angular/template",
3-
"version": "1.0.0-beta.27",
3+
"version": "1.0.0-beta.28",
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": {
@@ -50,7 +50,6 @@
5050
},
5151
"peerDependencies": {
5252
"@angular/core": ">10.1.1",
53-
"rxjs": ">6.5.5",
5453
"@rx-angular/cdk": ">=1.0.0-alpha.10"
5554
},
5655
"dependencies": {

0 commit comments

Comments
 (0)