Skip to content

Commit ddb4865

Browse files
committed
feat: add support for Angular 18
1 parent 2cbb139 commit ddb4865

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
branches:
55
- master
66
- beta
7+
- angular-18
78
pull_request:
89
branches:
910
- master
1011
- beta
12+
- angular-18
1113
jobs:
1214
workflow:
1315
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"prerelease": true
5555
},
5656
{
57-
"name": "remove-style-attributes-from-templates",
57+
"name": "angular-18",
5858
"prerelease": true
5959
}
6060
],

projects/stream-chat-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"url": "https://github.com/GetStream/stream-chat-angular.git"
1010
},
1111
"peerDependencies": {
12-
"@angular/common": "^12.2.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
13-
"@angular/core": "^12.2.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
12+
"@angular/common": "^12.2.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
13+
"@angular/core": "^12.2.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
1414
"@ngx-translate/core": "^13.0.0 || ^14.0.0 || ^15.0.0",
1515
"stream-chat": "^8.26.0"
1616
},

0 commit comments

Comments
 (0)