Skip to content

Commit

Permalink
Merge pull request #650 from GetStream/update-release-package
Browse files Browse the repository at this point in the history
chore: update release package to the latest version
  • Loading branch information
szuperaz authored Oct 3, 2024
2 parents d5c3105 + 35dac6e commit c9a6ea2
Show file tree
Hide file tree
Showing 5 changed files with 4,825 additions and 4,460 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,25 @@ Supported Angular versions: **Angular 15-18**
Run this command if you are using **Angular 18**:

```shell
npm install stream-chat-angular ngx-float-ui@18
npm install stream-chat-angular stream-chat ngx-float-ui@18
```

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

```shell
npm install stream-chat-angular ngx-float-ui@17
npm install stream-chat-angular stream-chat ngx-float-ui@17
```

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

```shell
npm install stream-chat-angular ngx-float-ui@16
npm install stream-chat-angular stream-chat ngx-float-ui@16
```

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

```shell
npm install stream-chat-angular @ngx-translate/core@14 ngx-float-ui@15
npm install stream-chat-angular stream-chat @ngx-translate/core@14 ngx-float-ui@15
```

Supported node verisons: 18+
Expand Down
8 changes: 4 additions & 4 deletions docusaurus/docs/Angular/basics/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,25 @@ We recommend using the component library through a package manager. Stream Chat
Run this command if you are using **Angular 18**:

```shell
npm install stream-chat-angular ngx-float-ui@18
npm install stream-chat-angular stream-chat ngx-float-ui@18
```

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

```shell
npm install stream-chat-angular ngx-float-ui@17
npm install stream-chat-angular stream-chat ngx-float-ui@17
```

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

```shell
npm install stream-chat-angular ngx-float-ui@16
npm install stream-chat-angular stream-chat ngx-float-ui@16
```

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

```shell
npm install stream-chat-angular @ngx-translate/core@14 ngx-float-ui@15
npm install stream-chat-angular stream-chat @ngx-translate/core@14 ngx-float-ui@15
```

Supported Node versions: 18+
Expand Down
Loading

0 comments on commit c9a6ea2

Please sign in to comment.