Skip to content

Commit 300c3a5

Browse files
authored
v8.1.2
2 parents 755d02a + 92c159e commit 300c3a5

File tree

65 files changed

+624
-972
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+624
-972
lines changed

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ jobs:
77
runs-on: ubuntu-latest
88
name: Typescript
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111

1212
- name: πŸ’Ύ Cache Dependencies
13-
uses: actions/cache@v2
13+
uses: actions/cache@v3
1414
with:
1515
path: ./node_modules
1616
key: ${{ runner.os }}-${{ matrix.node }}-modules-${{ hashFiles('**/yarn.lock') }}
1717

18-
- name: πŸ”¨ Install Dependencies & Build
19-
run: yarn install --frozen-lockfile --ignore-engines
18+
- name: πŸ”¨ Install Dependencies
19+
run: yarn install --frozen-lockfile --ignore-engines --ignore-scripts
2020

2121
- name: πŸ§ͺ tsc
22-
run: yarn types
22+
run: yarn types --noEmit
2323

2424
e2e:
2525
runs-on: ubuntu-latest
@@ -33,7 +33,7 @@ jobs:
3333
path: ./node_modules
3434
key: ${{ runner.os }}-${{ matrix.node }}-modules-${{ hashFiles('**/yarn.lock') }}
3535

36-
- name: πŸ”¨ Install Dependencies & Build
36+
- name: πŸ”¨ Install Dependencies
3737
run: yarn install --frozen-lockfile --ignore-engines --ignore-scripts
3838

3939
- name: βš—οΈ End-to-end tests
@@ -63,13 +63,13 @@ jobs:
6363
node: [14, 16]
6464
name: Test with Node ${{ matrix.node }}
6565
steps:
66-
- uses: actions/checkout@v2
67-
- uses: actions/setup-node@v2-beta
66+
- uses: actions/checkout@v3
67+
- uses: actions/setup-node@v3
6868
with:
6969
node-version: ${{ matrix.node }}
7070

7171
- name: πŸ’Ύ Cache Dependencies
72-
uses: actions/cache@v2
72+
uses: actions/cache@v3
7373
with:
7474
path: ./node_modules
7575
key: ${{ runner.os }}-${{ matrix.node }}-modules-${{ hashFiles('**/yarn.lock') }}

β€Ž.github/workflows/docusaurus.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
push_docusaurus:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: push
1414
uses: GetStream/push-stream-chat-docusaurus-action@main
1515
with:

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
1717
- name: Setup Node.js
18-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@v3
1919
with:
2020
node-version: 'lts/*'
2121
- name: Install dependencies

β€Ž.github/workflows/size.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: preactjs/compressed-size-action@v2.0.1
15+
- uses: actions/checkout@v3
16+
- uses: preactjs/compressed-size-action@v2
1717
with:
1818
repo-token: '${{ secrets.GITHUB_TOKEN }}'
1919
pattern: './dist/**/*.{js,css,json}'

β€Ž.releaserc.jsonβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
}
1010
],
1111
[
12-
"@semantic-release/github",
12+
"@semantic-release/git",
1313
{
1414
"assets": ["./CHANGELOG.md"]
1515
}
1616
],
17+
"@semantic-release/github",
1718
"@semantic-release/npm"
1819
]
1920
}

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [8.1.1](https://github.com/GetStream/stream-chat-react/compare/v8.1.0...v8.1.1) (2022-04-18)
4+
5+
6+
### Bug Fixes
7+
8+
* prevent duplicate message id generation in message list ([#1516](https://github.com/GetStream/stream-chat-react/issues/1516)) ([b381402](https://github.com/GetStream/stream-chat-react/commit/b38140211582e6c80a3e0a8e9b5a6a34cb973f2e))
9+
* update `stream-chat-js` to version 6.5.0 containing the `markRead` fix, add E2E tests ([#1514](https://github.com/GetStream/stream-chat-react/issues/1514)) ([b8e1084](https://github.com/GetStream/stream-chat-react/commit/b8e10844ba2db8dca898eeadac96c4f641e78432))
10+
11+
312
## [8.1.0](https://github.com/GetStream/stream-chat-react/compare/v8.0.0...v8.1.0) (2022-04-08)
413

514

β€Žassets/str-chat__connection-error.svgβ€Ž

Lines changed: 0 additions & 13 deletions
This file was deleted.

β€Žassets/str-chat__file-file.svgβ€Ž

Lines changed: 0 additions & 20 deletions
This file was deleted.

β€Žassets/str-chat__icon-chevron-down.svgβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žassets/str-chat__icon-search.svgβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)