Skip to content

Commit

Permalink
chore: prerelease 15.0.0-rc.1 (#329)
Browse files Browse the repository at this point in the history
## Build

- Update package to prelease version `15.0.0-rc.1`

## Documentation

- Log prerelease `15.0.0-rc.1` changes
  • Loading branch information
LayZeeDK authored Sep 17, 2024
2 parents 44b1d0c + 264117c commit 6ac16c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Router Component Store changelog

## 15.0.0-rc.1 (2024-09-17)

### Refactors

- Replace `StrictRouteParams` with simple type ([#325](https://github.com/ngworker/router-component-store/pull/325))
- Replace `StrictRouteData` with simple type ([#326](https://github.com/ngworker/router-component-store/pull/326))

## 15.0.0-rc.0 (2024-09-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/router-component-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngworker/router-component-store",
"version": "15.0.0-rc.0",
"version": "15.0.0-rc.1",
"description": "A strictly typed lightweight alternative to NgRx Router Store (@ngrx/router-store) and ActivatedRoute",
"license": "MIT",
"peerDependencies": {
Expand Down

0 comments on commit 6ac16c9

Please sign in to comment.