8000 release(cdk): 16.0.0 · rx-angular/rx-angular@7fe0d1f · GitHub
[go: up one dir, main page]

Skip to content

Commit 7fe0d1f

Browse files
committed
release(cdk): 16.0.0
1 parent 1d6c77f commit 7fe0d1f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

libs/cdk/CHANGELOG.md

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

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

5+
# [16.0.0](https://github.com/rx-angular/rx-angular/compare/cdk@15.0.0...cdk@16.0.0) (2023-06-20)
6+
7+
8+
### Bug Fixes
9+
10+
* **cdk:** update typing for coercing functions ([#1532](https://github.com/rx-angular/rx-angular/issues/1532)) ([cac56ab](https://github.com/rx-angular/rx-angular/commit/cac56ab631b9c408fcd11db3ba0a4f6eda083e1e)), closes [#1516](https://github.com/rx-angular/rx-angular/issues/1516)
11+
12+
13+
### Features
14+
15+
* bump Angular to v16 ([31621e6](https://github.com/rx-angular/rx-angular/commit/31621e6cea295a3774a7ac07b91f4df75ba95c32))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* Minimum required `@angular/core` version is now `^16.0.0`.
21+
22+
23+
524
# [15.0.0](https://github.com/rx-angular/rx-angular/compare/cdk@14.0.0...cdk@15.0.0) (2023-04-12)
625

726

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": "15.0.0",
3+
"version": "16.0.0",
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)
0