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

Skip to content

Commit 3291a36

Browse files
committed
release(template): 1.0.0-beta.32
1 parent cd44f89 commit 3291a36

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

libs/template/CHANGELOG.md

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

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

5+
6+
## [0.0.0-beta.32](/compare/[email protected]@1.0.0-beta.32) (2022-02-27)
7+
8+
### Bug Fixes
9+
10+
* **template:** compat for jest and Angular 12
11+
512
# [1.0.0-beta.31](/compare/[email protected]@1.0.0-beta.31) (2022-02-08)
613

714

libs/template/package.json

Lines changed: 3 additions & 3 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.31",
3+
"version": "1.0.0-beta.32",
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": {
@@ -11,7 +11,7 @@
1111
"npm": ">=5.3.0",
1212
"yarn": ">=1.9.2"
1313
},
14-
"author": "Michael Hladky <michael@hladky.at>",
14+
"author": "Michael Hladky <michael.hladky@push-based>",
1515
"homepage": "https://rx-angular.io/",
1616
"keywords": [
1717
"angular",
@@ -28,7 +28,7 @@
2828
"contributors": [
2929
{
3030
"name": "Michael Hladky",
31-
"email": "michael@hladky.at"
31+
"email": "michael.hladky@push-based"
3232
},
3333
{
3434
"name": "Julian Jandl",

0 commit comments

Comments
 (0)