Skip to content

Commit 6ac16c9

Browse files
authored
chore: prerelease 15.0.0-rc.1 (#329)
## Build - Update package to prelease version `15.0.0-rc.1` ## Documentation - Log prerelease `15.0.0-rc.1` changes
2 parents 44b1d0c + 264117c commit 6ac16c9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Router Component Store changelog
22

3+
## 15.0.0-rc.1 (2024-09-17)
4+
5+
### Refactors
6+
7+
- Replace `StrictRouteParams` with simple type ([#325](https://github.com/ngworker/router-component-store/pull/325))
8+
- Replace `StrictRouteData` with simple type ([#326](https://github.com/ngworker/router-component-store/pull/326))
9+
310
## 15.0.0-rc.0 (2024-09-03)
411

512
### Features

packages/router-component-store/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngworker/router-component-store",
3-
"version": "15.0.0-rc.0",
3+
"version": "15.0.0-rc.1",
44
"description": "A strictly typed lightweight alternative to NgRx Router Store (@ngrx/router-store) and ActivatedRoute",
55
"license": "MIT",
66
"peerDependencies": {

0 commit comments

Comments
 (0)