Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(angular): bump ngrx version to 18.0.2 #27506

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2110,6 +2110,18 @@
"alwaysAddToPackageJson": false
}
}
},
"19.6.1-ngrx": {
"version": "19.6.1-beta.0",
"requires": {
"@angular/core": "^18.0.0"
},
"packages": {
"@ngrx/store": {
"version": "^18.0.2",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const nxVersion = require('../../package.json').version;
export const angularVersion = '~18.2.0';
export const angularDevkitVersion = '~18.2.0';
export const ngPackagrVersion = '~18.2.0';
export const ngrxVersion = '^18.0.1';
export const ngrxVersion = '^18.0.2';
export const rxjsVersion = '~7.8.0';
export const zoneJsVersion = '~0.14.3';
export const angularJsVersion = '1.7.9';
Expand Down