Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update release package to the latest version #650

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading