Skip to content

Commit c9a6ea2

Browse files
authored
Merge pull request #650 from GetStream/update-release-package
chore: update release package to the latest version
2 parents d5c3105 + 35dac6e commit c9a6ea2

5 files changed

Lines changed: 4825 additions & 4460 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [18.x]
16+
node-version: [20.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,25 +57,25 @@ Supported Angular versions: **Angular 15-18**
5757
Run this command if you are using **Angular 18**:
5858

5959
```shell
60-
npm install stream-chat-angular ngx-float-ui@18
60+
npm install stream-chat-angular stream-chat ngx-float-ui@18
6161
```
6262

6363
Run this command if you are using **Angular 17**:
6464

6565
```shell
66-
npm install stream-chat-angular ngx-float-ui@17
66+
npm install stream-chat-angular stream-chat ngx-float-ui@17
6767
```
6868

6969
Run this command if you are using **Angular 16**:
7070

7171
```shell
72-
npm install stream-chat-angular ngx-float-ui@16
72+
npm install stream-chat-angular stream-chat ngx-float-ui@16
7373
```
7474

7575
Run this command if you are using **Angular 15**:
7676

7777
```shell
78-
npm install stream-chat-angular @ngx-translate/core@14 ngx-float-ui@15
78+
npm install stream-chat-angular stream-chat @ngx-translate/core@14 ngx-float-ui@15
7979
```
8080

8181
Supported node verisons: 18+

docusaurus/docs/Angular/basics/overview.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,25 @@ We recommend using the component library through a package manager. Stream Chat
3333
Run this command if you are using **Angular 18**:
3434

3535
```shell
36-
npm install stream-chat-angular ngx-float-ui@18
36+
npm install stream-chat-angular stream-chat ngx-float-ui@18
3737
```
3838

3939
Run this command if you are using **Angular 17**:
4040

4141
```shell
42-
npm install stream-chat-angular ngx-float-ui@17
42+
npm install stream-chat-angular stream-chat ngx-float-ui@17
4343
```
4444

4545
Run this command if you are using **Angular 16**:
4646

4747
```shell
48-
npm install stream-chat-angular ngx-float-ui@16
48+
npm install stream-chat-angular stream-chat ngx-float-ui@16
4949
```
5050

5151
Run this command if you are using **Angular 15**:
5252

5353
```shell
54-
npm install stream-chat-angular @ngx-translate/core@14 ngx-float-ui@15
54+
npm install stream-chat-angular stream-chat @ngx-translate/core@14 ngx-float-ui@15
5555
```
5656

5757
Supported Node versions: 18+

0 commit comments

Comments
 (0)