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

Skip to content

Commit cd44f89

Browse files
committed
release(cdk): 1.0.0-beta.2
1 parent 13b6e0a commit cd44f89

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

libs/cdk/CHANGELOG.md

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

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

5+
## [0.0.0-beta.2](/compare/[email protected]@1.0.0-beta.2) (2022-02-27)
6+
7+
### Bug Fixes
8+
9+
* **cdk:** compat for jest and Angular 12
10+
511
# [1.0.0-beta.1](/compare/[email protected]@1.0.0-beta.1) (2022-02-08)
612

713

libs/cdk/package.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rx-angular/cdk",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "@rx-angular/cdk is a Component Development Kit for ergonomic and highly performant angular applications. It helps to to build Large scale applications, UI libs, state management, rendering systems and much more. Furthermore the unique way of mixing reactive as well as imperative code leads to best DX and speed.",
55
"main": "index.js",
66
"publishConfig": {
@@ -11,27 +11,23 @@
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",
18-
"rxjs",
18+
"reactive",
1919
"cdk",
20-
"responsiveness",
21-
"large scale applications",
22-
"high performance",
2320
"performance",
2421
"rendering",
25-
"template",
26-
"template rendering",
2722
"memoization",
2823
"zone flags",
29-
"change detection"
24+
"change detection",
25+
"zone-less"
3026
],
3127
"contributors": [
3228
{
3329
"name": "Michael Hladky",
34-
"email": "michael@hladky.at"
30+
"email": "michael.hladky@push-based"
3531
},
3632
{
3733
"name": "Julian Jandl",

0 commit comments

Comments
 (0)