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

Skip to content

Commit 348f0f6

Browse files
committed
release(state): 18.1.0
1 parent 615e977 commit 348f0f6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

libs/state/CHANGELOG.md

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

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

5+
# [18.1.0](https://github.com/rx-angular/rx-angular/compare/[email protected]@18.1.0) (2024-10-03)
6+
7+
8+
### Features
9+
10+
* **state:** expose asReadOnly() when create state instance using functional approach ([60c4aa4](https://github.com/rx-angular/rx-angular/commit/60c4aa45ddbb45c281e362db4e1493abcc7f6960)), closes [#1789](https://github.com/rx-angular/rx-angular/issues/1789)
11+
12+
13+
514
# [18.0.0](https://github.com/rx-angular/rx-angular/compare/[email protected]@18.0.0) (2024-05-31)
615

716

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": "18.0.0",
3+
"version": "18.1.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
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)