Skip to content

Commit

Permalink
Allow Angular 19
Browse files Browse the repository at this point in the history
Fixes #2322
  • Loading branch information
PowerKiKi committed Nov 22, 2024
1 parent 8c75368 commit 5c6ff21
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-singers-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'apollo-angular': patch
---

Allow Angular 19
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
angular_version: [17, 18]
angular_version: [17, 18, 19]
graphql_version: [15, 16]
node_version: [18, 20]
steps:
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test": "NODE_OPTIONS=--experimental-modules jest --config jest.config.js"
},
"peerDependencies": {
"@angular/core": "^17.0.0 || ^18.0.0",
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@apollo/client": "^3.0.0",
"graphql": "^15.0.0 || ^16.0.0",
"rxjs": "^6.0.0 || ^7.0.0"
Expand Down

0 comments on commit 5c6ff21

Please sign in to comment.