We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bbc79 commit b10f4ecCopy full SHA for b10f4ec
3 files changed
.github/workflows/workflow.yml
@@ -3,7 +3,7 @@ on:
3
push:
4
branches:
5
- master
6
- - v7
+ - support-for-float-ui-21
7
pull_request:
8
9
package.json
@@ -50,7 +50,7 @@
50
"branches": [
51
"master",
52
{
53
- "name": "v7",
+ "name": "support-for-float-ui-21",
54
"prerelease": "rc",
55
"channel": "rc"
56
}
projects/stream-chat-angular/package.json
@@ -40,7 +40,7 @@
40
"dayjs": "^1.11.10",
41
"emoji-regex": "^10.3.0",
42
"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",
+ "ngx-float-ui": "^17.0.0 || ^18.0.0 || ^18.0.1-rc.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
44
"pretty-bytes": "^6.1.1",
45
"tslib": "^2.3.0",
46
"uuid": "^9.0.1"
0 commit comments