Skip to content

Commit

Permalink
Merge pull request #637 from GetStream/5.x.x-beta
Browse files Browse the repository at this point in the history
5.x.x beta
  • Loading branch information
szuperaz authored Sep 4, 2024
2 parents 068012a + e8a6878 commit 14ab8be
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ on:
push:
branches:
- master
- beta
- v5
- 5.x.x-beta
pull_request:
branches:
- master
- beta
- v5
- 5.x.x-beta
jobs:
workflow:
runs-on: ubuntu-latest
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@
"branches": [
"master",
{
"name": "beta",
"prerelease": true
},
{
"name": "v5",
"name": "5.x.x-beta",
"prerelease": true,
"channel": "beta"
}
Expand Down
5 changes: 4 additions & 1 deletion projects/stream-chat-angular/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"@stream-io/transliterate",
"uuid",
"pretty-bytes",
"emoji-regex"
"emoji-regex",
"@floating-ui/dom",
"angular-mentions",
"ngx-float-ui"
]
}
16 changes: 12 additions & 4 deletions projects/stream-chat-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,35 @@
{
"name": "stream-chat-angular",
"version": "5.1.6",
"version": "5.1.7-5.x.x-beta.2",
"description": "Angular components to create chat conversations or livestream style chat",
"author": "GetStream",
"homepage": "https://getstream.io/chat/",
"repository": {
"type": "git",
"url": "https://github.com/GetStream/stream-chat-angular.git"
},
"exports": {
"./src/assets/styles/scss/index.scss": {
"style": "./src/assets/styles/scss/index.scss"
},
"./src/assets/styles/css/index.css": {
"style": "./src/assets/styles/css/index.css"
}
},
"peerDependencies": {
"@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@floating-ui/dom": "^1.6.3",
"@ngx-translate/core": "^14.0.0 || ^15.0.0",
"angular-mentions": "^1.4.0",
"ngx-float-ui": "^15.0.0|| ^16.0.0 || ^17.0.0 || ^18.0.0 || ^18.0.1-rc.0",
"rxjs": "^7.4.0",
"stream-chat": "^8.26.0"
},
"dependencies": {
"@floating-ui/dom": "^1.6.3",
"@stream-io/transliterate": "^1.5.2",
"angular-mentions": "^1.4.0",
"dayjs": "^1.11.10",
"emoji-regex": "^10.3.0",
"ngx-float-ui": "^15.0.0|| ^16.0.0 || ^17.0.0 || ^18.0.0 || ^18.0.1-rc.0",
"pretty-bytes": "^6.1.1",
"tslib": "^2.3.0",
"uuid": "^9.0.1"
Expand Down
2 changes: 1 addition & 1 deletion projects/stream-chat-angular/src/assets/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '5.1.6';
export const version = '5.1.7-5.x.x-beta.2';

0 comments on commit 14ab8be

Please sign in to comment.