Skip to content

Commit

Permalink
chore(ng-router-store): release version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Jan 9, 2023
1 parent 5eeb558 commit 1b33efc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
18 changes: 18 additions & 0 deletions packages/ng-router-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

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

# [8.0.0](https://github.com/salesforce/akita/compare/ng-router-store-7.0.0...ng-router-store-8.0.0) (2023-01-09)


### Features

* upgrade to Angular v15 ([c9af3ea](https://github.com/salesforce/akita/commit/c9af3eae3a1cec9fba48760736124d26fc14486b))


### BREAKING CHANGES

* Upgrade to Angular v15

- Remove the schematics package
- Remove the devtools package and provide a new simpler Angular alternative in the docs
2 changes: 1 addition & 1 deletion packages/ng-router-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datorama/akita-ng-router-store",
"version": "7.0.0",
"version": "8.0.0",
"description": "Bindings to connect the Angular Router with Akita store",
"keywords": [
"angular",
Expand Down
3 changes: 2 additions & 1 deletion workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"projects": {
"akita": "packages/akita",
"ng-playground": "packages/ng-playground",
"ng-router-store": "packages/ng-router-store"
"ng-router-store": "packages/ng-router-store",
"ng-entity-service": "packages/ng-entity-service"
}
}

0 comments on commit 1b33efc

Please sign in to comment.