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

Skip to content

Commit 7b792b6

Browse files
committed
release(state): 15.0.0
1 parent d52004d commit 7b792b6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

libs/state/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/state/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/state",
3-
"version": "14.0.0",
3+
"version": "15.0.0",
44
"description": "@rx-angular/state is a light-weight, flexible, strongly typed and tested tool dedicated to reduce the complexity of managing component state and side effects in angular",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)