Skip to content

Commit

Permalink
Merge pull request #614 from GetStream/angular-18
Browse files Browse the repository at this point in the history
feat: add support for Angular 18
  • Loading branch information
szuperaz authored Jun 11, 2024
2 parents 2cbb139 + 49ecd52 commit 05a9d7e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
branches:
- master
- beta
- angular-18
pull_request:
branches:
- master
- beta
- angular-18
jobs:
workflow:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"prerelease": true
},
{
"name": "remove-style-attributes-from-templates",
"name": "angular-18",
"prerelease": true
}
],
Expand Down
6 changes: 3 additions & 3 deletions projects/stream-chat-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-chat-angular",
"version": "4.66.6",
"version": "4.67.0-angular-18.1",
"description": "Angular components to create chat conversations or livestream style chat",
"author": "GetStream",
"homepage": "https://getstream.io/chat/",
Expand All @@ -9,8 +9,8 @@
"url": "https://github.com/GetStream/stream-chat-angular.git"
},
"peerDependencies": {
"@angular/common": "^12.2.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/core": "^12.2.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/common": "^12.2.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/core": "^12.2.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@ngx-translate/core": "^13.0.0 || ^14.0.0 || ^15.0.0",
"stream-chat": "^8.26.0"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/stream-chat-angular/src/assets/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '4.66.6';
export const version = '4.67.0-angular-18.1';

0 comments on commit 05a9d7e

Please sign in to comment.