Skip to content

Commit a6fede5

Browse files
authored
Merge pull request #412 from GetStream/test
Test
2 parents 73de49c + bc66cb0 commit a6fede5

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
branches:
55
- master
66
- beta
7+
- test
78
- theming-v2
89
pull_request:
910
branches:
1011
- master
1112
- beta
13+
- test
1214
- theming-v2
1315
jobs:
1416
workflow:

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
"name": "beta",
5252
"prerelease": true
5353
},
54+
{
55+
"name": "test",
56+
"prerelease": true
57+
},
5458
{
5559
"name": "theming-v2",
5660
"prerelease": true

projects/stream-chat-angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-chat-angular",
3-
"version": "4.16.0",
3+
"version": "4.17.0-test.1",
44
"description": "Angular components to create chat conversations or livestream style chat",
55
"author": "GetStream",
66
"homepage": "https://getstream.io/chat/",
@@ -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",
13-
"@angular/core": "^12.2.0 || ^13.0.0 || ^14.0.0",
12+
"@angular/common": "^12.2.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
13+
"@angular/core": "^12.2.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
1414
"@ngx-translate/core": "^13.0.0 || ^14.0.0",
1515
"stream-chat": "^8.0.0"
1616
},
@@ -20,7 +20,7 @@
2020
"@popperjs/core": "^2.11.5",
2121
"dayjs": "^1.10.7",
2222
"emoji-regex": "^10.0.0",
23-
"ngx-popperjs": "^12.2.1 || ^13.0.0 || ^14.0.0",
23+
"ngx-popperjs": "^12.2.1 || ^13.0.0 || ^14.0.0 || ^15.0.0",
2424
"pretty-bytes": "^5.6.0",
2525
"tslib": "^2.3.0",
2626
"uuidv4": "^6.2.12"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '4.16.0';
1+
export const version = '4.17.0-test.1';

0 commit comments

Comments
 (0)