Skip to content

Commit f890cb4

Browse files
committed
release(cdk): 1.0.0-rc.2
1 parent 07f740a commit f890cb4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

libs/cdk/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+
# [1.0.0-rc.2](https://github.com/rx-angular/rx-angular/compare/cdk@1.0.0-rc.1...cdk@1.0.0-rc.2) (2022-09-13)
6+
7+
8+
### Bug Fixes
9+
10+
* **cdk:** use rxjs version 6 compatible imports ([a37caa0](https://github.com/rx-angular/rx-angular/commit/a37caa04bde42c07501da5072bfa92272422d14f))
11+
12+
13+
### Performance Improvements
14+
15+
* **cdk:** adjust default frameFrate and frame budget computation ([e66f169](https://github.com/rx-angular/rx-angular/commit/e66f169ffc012db324c9b012f77fed8e44337282))
16+
17+
18+
519
# [1.0.0-rc.1](https://github.com/rx-angular/rx-angular/compare/cdk@1.0.0-rc.0...cdk@1.0.0-rc.1) (2022-08-28)
620

721

libs/cdk/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/cdk",
3-
"version": "1.0.0-rc.1",
3+
"version": "1.0.0-rc.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": {

0 commit comments

Comments
 (0)