File tree Expand file tree Collapse file tree
projects/stream-chat-angular Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - master
6- - 6.x.x-rc
6+ - next
77 pull_request :
88 branches :
99 - master
10- - 6.x.x-rc
1110jobs :
1211 workflow :
1312 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 5050 "branches" : [
5151 " master" ,
5252 {
53- "name" : " 6.x.x-rc " ,
54- "prerelease" : " rc " ,
55- "channel" : " rc "
53+ "name" : " next " ,
54+ "prerelease" : " next " ,
55+ "channel" : " next "
5656 }
5757 ],
58- "dryRun" : false ,
58+ "dryRun" : true ,
5959 "plugins" : [
6060 [
6161 " @semantic-release/commit-analyzer" ,
7979 " @semantic-release/npm" ,
8080 {
8181 "pkgRoot" : " ./dist/stream-chat-angular" ,
82- "npmPublish" : true
82+ "npmPublish" : false
8383 }
8484 ],
8585 [
Original file line number Diff line number Diff line change 1717 }
1818 },
1919 "peerDependencies" : {
20- "@angular/common" : " ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" ,
21- "@angular/core" : " ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" ,
20+ "@angular/common" : " ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || next || ^20.0.0 " ,
21+ "@angular/core" : " ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || next || ^20.0.0 " ,
2222 "@breezystack/lamejs" : " ^1.2.7" ,
2323 "@ngx-translate/core" : " ^14.0.0 || ^15.0.0 || ^16.0.0" ,
2424 "rxjs" : " ^7.4.0" ,
You can’t perform that action at this time.
0 commit comments