Skip to content

Commit b10f4ec

Browse files
committed
feat: add support for ngx-float-ui@21
1 parent 84bbc79 commit b10f4ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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"

0 commit comments

Comments
 (0)