Skip to content

Commit 39b8b6e

Browse files
authored
Merge pull request #708 from GetStream/support-for-float-ui-21
feat: support for ngx-float-ui@21
2 parents 84bbc79 + e3507dd commit 39b8b6e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- master
6-
- v7
6+
- support-for-float-ui-21
77
pull_request:
88
branches:
99
- master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"branches": [
5151
"master",
5252
{
53-
"name": "v7",
53+
"name": "support-for-float-ui-21",
5454
"prerelease": "rc",
5555
"channel": "rc"
5656
}

projects/stream-chat-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stream-chat-angular",
3-
"version": "7.0.0",
3+
"version": "7.1.0-rc.1",
44
"description": "Angular components to create chat conversations or livestream style chat",
55
"author": "GetStream",
66
"homepage": "https://getstream.io/chat/",
@@ -40,7 +40,7 @@
4040
"dayjs": "^1.11.10",
4141
"emoji-regex": "^10.3.0",
4242
"fix-webm-duration": "^1.0.6",
43-
"ngx-float-ui": "^17.0.0 || ^18.0.0 || ^18.0.1-rc.0 || ^19.0.0 || ^20.0.0",
43+
"ngx-float-ui": "^17.0.0 || ^18.0.0 || ^18.0.1-rc.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
4444
"pretty-bytes": "^6.1.1",
4545
"tslib": "^2.3.0",
4646
"uuid": "^9.0.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '7.0.0';
1+
export const version = '7.1.0-rc.1';

0 commit comments

Comments
 (0)