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

Skip to content

Commit 5b61082

Browse files
committed
release(cdk): 15.0.0
1 parent 7b792b6 commit 5b61082

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+
# [15.0.0](https://github.com/rx-angular/rx-angular/compare/[email protected]@15.0.0) (2023-04-12)
6+
7+
8+
### Features
9+
10+
* upgrade Angular to v15 ([a9938bc](https://github.com/rx-angular/rx-angular/commit/a9938bcb7b7df7d0557d9c682ada9cce55ad495e))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* The required `@angular/core` version is now `^15.0.0`.
16+
17+
18+
519
# [14.0.0](https://github.com/rx-angular/rx-angular/compare/[email protected]@14.0.0) (2023-04-11)
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": "14.0.0",
3+
"version": "15.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)